aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-27clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni2-1/+19
2019-08-27clocksource: sun4i: Add missing compatiblesMaxime Ripard1-0/+4
2019-08-27clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-11/+3
2019-08-26remoteproc: stm32: manage the get_irq probe defer caseFabien Dessenne1-0/+3
2019-08-26remoteproc: stm32: clear MCU PDDS at firmware startFabien Dessenne1-0/+11
2019-08-26remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handlingSibi Sankar1-2/+2
2019-08-26remoteproc: Add a sysfs interface for nameSuman Anna1-0/+11
2019-08-26r8169: improve DMA handling in rtl_rxHeiner Kallweit1-4/+3
2019-08-26drm/powerplay: Fix Vega20 power reading againKent Russell2-6/+8
2019-08-26drm/powerplay: Fix Vega20 Average Power value v4Kent Russell2-2/+13
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov2-0/+5
2019-08-26nfp: bpf: fix latency bug when updating stack index registerJiong Wang1-4/+13
2019-08-26drm/amdgpu: fix dma_fence_wait without referenceChristian König1-12/+15
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig14-70/+14
2019-08-26sata_sil24: use dma_set_mask_and_coherentChristoph Hellwig1-22/+4
2019-08-26sata_qstor: use dma_set_mask_and_coherentChristoph Hellwig1-26/+6
2019-08-26sata_nv: use dma_set_mask_and_coherentChristoph Hellwig1-7/+3
2019-08-26sata_mv: use dma_set_mask_and_coherentChristoph Hellwig1-34/+4
2019-08-26pdc_adma: use dma_set_mask_and_coherentChristoph Hellwig1-19/+4
2019-08-26ahci: use dma_set_mask_and_coherentChristoph Hellwig1-25/+8
2019-08-26acard_ahci: use dma_set_mask_and_coherentChristoph Hellwig1-33/+5
2019-08-26dm space map common: remove check for impossible sm_find_free() return valueZhangXiaoxu1-4/+0
2019-08-26leds: Allow to call led_classdev_unregister() unconditionallyAndy Shevchenko1-0/+4
2019-08-26leds: lm3532: Add full scale current configurationDan Murphy1-0/+25
2019-08-26leds: lm3532: Fixes for the driver for stabilityDan Murphy1-4/+13
2019-08-26leds: lm3532: Change the define for the fs current registerDan Murphy1-6/+6
2019-08-26leds: lm3532: Fix brightness control for i2c modeDan Murphy1-14/+30
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab19-38/+38
2019-08-26media: use the BIT() macroMauro Carvalho Chehab16-1000/+1012
2019-08-26media: ov9650: add a sanity checkMauro Carvalho Chehab1-0/+5
2019-08-26media: aspeed-video: address a protential usage of an unitialized varMauro Carvalho Chehab1-2/+3
2019-08-26media: vicodec: make life easier for static analyzersMauro Carvalho Chehab1-4/+7
2019-08-26media: remove include stdarg.h from some driversMauro Carvalho Chehab4-5/+1
2019-08-26clk: ti: add clkctrl data omap5 sgxTony Lindgren1-0/+34
2019-08-26bus: ti-sysc: Detect d2d when debug is enabledTony Lindgren1-0/+2
2019-08-26bus: ti-sysc: Add module enable quirk for SGX on omap36xxTony Lindgren1-0/+21
2019-08-26bus: ti-sysc: Change return types of functionsNishka Dasgupta1-16/+6
2019-08-26dm raid1: use struct_size() with kzalloc()Gustavo A. R. Silva1-5/+2
2019-08-26dm writecache: optimize performance by sorting the blocks for writeback_allHuaisheng Ye1-3/+16
2019-08-26dm writecache: add unlikely for getting two block with same LBAHuaisheng Ye1-2/+2
2019-08-26dm writecache: remove unused member pointer in writeback_structHuaisheng Ye1-1/+0
2019-08-26dm zoned: fix invalid memory accessMikulas Patocka1-2/+0
2019-08-26RDMA/mlx5: RDMA_RX flow type support for user applicationsMark Zhang3-2/+19
2019-08-26Merge remote-tracking branch 'mlx5-next/mlx5-next' into for-nextDoug Ledford6-52/+100
2019-08-26v4l2-core: fix coding style for the two new c filesMauro Carvalho Chehab2-33/+54
2019-08-26media: v4l2-core: Remove BUG() from i2c and spi helpersEzequiel Garcia2-3/+4
2019-08-26media: v4l2-core: introduce a helper to unregister a i2c subdevEzequiel Garcia2-23/+22
2019-08-26media: v4l2-core: introduce a helper to unregister a spi subdevEzequiel Garcia2-12/+10
2019-08-26media: v4l2-core: move i2c helpers out of v4l2-common.cEzequiel Garcia4-145/+153
2019-08-26media: v4l2-core: move spi helpers out of v4l2-common.cEzequiel Garcia3-65/+66