summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-1016-182/+290
|\
| * iio: Fix an undefied reference error in noa1305_probezhong jiang2019-10-091-0/+1
| * iio: light: opt3001: fix mutex unlock raceDavid Frey2019-10-091-1/+5
| * iio: adc: ad799x: fix probe error handlingMarco Felsch2019-10-091-2/+2
| * iio: light: add missing vcnl4040 of_compatibleMarco Felsch2019-10-091-0/+4
| * iio: light: fix vcnl4000 devicetree hooksMarco Felsch2019-10-091-5/+5
| * iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi2019-10-091-1/+3
| * iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2019-10-091-0/+32
| * iio: imu: adis16400: fix memory leakNavid Emamdoost2019-10-091-1/+4
| * iio: imu: adis16400: release allocated memory on failureNavid Emamdoost2019-10-091-1/+4
| * iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2019-10-092-3/+41
| * iio: adc: stm32-adc: move registers definitionsFabrice Gasnier2019-10-093-136/+136
| * iio: accel: adxl372: Perform a reset at start upStefan Popa2019-10-091-0/+8
| * iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa2019-10-091-2/+1
| * iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa2019-10-091-3/+8
| * iio: adc: hx711: fix bug in sampling of dataAndreas Klinger2019-10-091-5/+5
| * iio: fix center temperature of bmc150-accel-corePascal Bouwmann2019-09-081-1/+1
| * iio: imu: st_lsm6dsx: forbid 0 sensor sensitivityLorenzo Bianconi2019-09-083-16/+25
| * iio: adc: meson_saradc: Fix memory allocation orderRemi Pommarel2019-09-081-5/+5
* | staging: vt6655: Fix memory leak in vt6655_probeNavid Emamdoost2019-10-071-1/+3
* | staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_infoJia-Ye Li2019-10-041-2/+3
* | Staging: fbtft: fix memory leak in fbtft_framebuffer_allocNavid Emamdoost2019-10-041-2/+5
* | staging: speakup: document sysfs attributesOkash Khawaja2019-10-041-0/+369
* | staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov2019-10-011-1/+1
* | staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl2019-10-011-2/+4
* | staging: bcm2835-audio: Fix draining behavior regressionTakashi Iwai2019-10-012-2/+3
* | staging/fbtft: Remove flexfbNoralf Trønnes2019-10-013-858/+0
* | staging/fbtft: Remove fbtft_deviceNoralf Trønnes2019-10-013-1268/+0
* | staging/fbtft: Depend on OFNoralf Trønnes2019-10-011-1/+1
* | staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven2019-10-012-5/+6
* | staging: exfat: Fix a typo in KconfigMasanari Iida2019-10-011-1/+1
* | staging: exfat - fix SPDX tags..Valdis Klētnieks2019-10-018-8/+8
* | staging: exfat: add missing SPDX line to KconfigMichael Straube2019-10-011-0/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-303-16/+39
|\ \
| * \ Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-09-291-15/+37
| |\ \
| | * | bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren2019-09-061-1/+0
| | * | bus: ti-sysc: Fix handling of invalid clocksTony Lindgren2019-09-051-4/+1
| | * | bus: ti-sysc: Fix clock handling for no-idle quirksTony Lindgren2019-09-051-11/+37
| * | | Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2019-09-2914-193/+927
| |\ \ \
| | * | | reset: reset-scmi: add missing handle initialisationSudeep Holla2019-09-181-0/+1
| | * | | firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_resetSudeep Holla2019-09-181-1/+1
* | | | | Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-09-309-35/+410
|\ \ \ \ \
| * | | | | mmc: host: sdhci-pci: Add Genesys Logic GL975x supportBen Chuang2019-09-275-1/+361
| * | | | | mmc: tegra: Implement ->set_dma_mask()Nicolin Chen2019-09-271-20/+28
| * | | | | mmc: sdhci: Let drivers define their DMA maskAdrian Hunter2019-09-272-8/+5
| * | | | | mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherenceRussell King2019-09-271-1/+6
| * | | | | mmc: sdhci: improve ADMA error reportingRussell King2019-09-271-5/+10
* | | | | | Merge branch 'entropy'Linus Torvalds2019-09-291-1/+61
|\ \ \ \ \ \
| * | | | | | random: try to actively add entropy rather than passively wait for itLinus Torvalds2019-09-291-1/+61
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-298-38/+77
|\ \ \ \ \ \