summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman84-801/+3825
2020-01-03staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King2-6/+13
2020-01-03staging: exfat: add STAGING prefix to config namesNamjae Jeon7-57/+57
2020-01-03staging: vt6656: remove unnecessary parenthesisAmir Mahdi Ghorbanian1-4/+4
2020-01-03staging: rtl8188eu: use break to exit while loopMichael Straube1-3/+2
2020-01-03staging: kpc2000: remove unnecessary assertions in kpc_dma_transferAditya Pakki1-2/+0
2019-12-30iio: accel: bma180: BMA254 supportLinus Walleij2-17/+95
2019-12-29iio: pressure: bmp280: Allow device to be enumerated from ACPIAndy Shevchenko1-6/+1
2019-12-29iio: pressure: bmp280: Drop ACPI supportAndy Shevchenko1-11/+0
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen6-15/+14
2019-12-29iio: buffer-dmaengine: Report buffer length requirementsLars-Peter Clausen1-0/+21
2019-12-29iio: pressure: Add driver for DLH pressure sensorsTomislav Denis3-0/+388
2019-12-29iio: buffer-dmaengine: Add module informationLars-Peter Clausen1-0/+5
2019-12-29iio: accel: bma180: Use explicit member assignmentLinus Walleij1-24/+44
2019-12-29iio: accel: bma180: Basic regulator supportLinus Walleij1-0/+42
2019-12-29iio: accel: bma180: Add dev helper variableLinus Walleij1-9/+10
2019-12-29iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsmLorenzo Bianconi4-15/+94
2019-12-29iio: imu: st_lsm6dsx: rename st_lsm6dsx_shub_read_reg in st_lsm6dsx_shub_read...Lorenzo Bianconi1-5/+6
2019-12-29iio: imu: st_lsm6dsx: check if shub_output reg is located in primary pageLorenzo Bianconi3-15/+28
2019-12-29iio: imu: st_lsm6dsx: check if pull_up is located in primary pageLorenzo Bianconi2-5/+14
2019-12-29iio: imu: st_lsm6dsx: check if master_enable is located in primary pageLorenzo Bianconi3-5/+14
2019-12-29iio: imu: st_lsm6dsx: export max num of slave devices in st_lsm6dsx_shub_sett...Lorenzo Bianconi3-2/+5
2019-12-29iio: light: remove unneeded semicolonChen Zhou1-1/+1
2019-12-29iio: chemical: atlas-ph-sensor: rename atlas-ph-sensor to atlas-sensorMatt Ranostay2-6/+6
2019-12-29iio: st_sensors: Describe function parameters in kernel-docAndy Shevchenko1-0/+3
2019-12-29iio: pressure: st_press: Mark default_press_pdata with __maybe_unusedAndy Shevchenko1-1/+1
2019-12-29iio: accel: st_accel: Mark default_accel_pdata with __maybe_unusedAndy Shevchenko1-1/+1
2019-12-29iio: gyro: st_gyro: Mark gyro_pdata with __maybe_unusedAndy Shevchenko1-1/+1
2019-12-29iio: pressure: st_press: Drop unnecessary #else branch for ACPIAndy Shevchenko1-2/+0
2019-12-29iio: accel: st_accel: Drop unnecessary #else branch for ACPIAndy Shevchenko1-2/+0
2019-12-29iio: light: st_uvis25: Drop unneeded header inclusionAndy Shevchenko1-1/+0
2019-12-29iio: st_lsm6dsx: Make use of device propertiesAndy Shevchenko1-13/+13
2019-12-29iio: st_lsm6dsx: Drop unneeded OF codeAndy Shevchenko2-4/+2
2019-12-29iio: st_lsm6dsx: Mark predefined constants with __maybe_unusedAndy Shevchenko1-2/+5
2019-12-29iio: adc: ad7923: Add support for the ad7908/ad7918/ad7928Daniel Junho1-4/+44
2019-12-29iio: adc: ad7923: Add of_device_id tableDaniel Junho1-0/+10
2019-12-29iio: adc: ad7923: Fix checkpatch warningDaniel Junho1-1/+1
2019-12-29iio: adc: ad7923: Remove the unused definesDaniel Junho1-4/+0
2019-12-29iio: accel: bma400: basic regulator supportDan Robertson2-5/+38
2019-12-29iio: accel: Add driver for the BMA400Dan Robertson5-0/+997
2019-12-23Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman201-991/+2090
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds5-27/+13
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-1/+194
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds85-423/+723
2019-12-21Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-53/+73
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-16/+15
2019-12-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-31/+56
2019-12-21sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-12-21sfc: fix channel allocation with brute forceEdward Cree2-22/+19
2019-12-21hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang3-6/+11