summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: qcom-spmi-adc5: fix driver nameDmitry Baryshkov2020-09-221-1/+1
* iio: adc: ad7124: Fix typo in device nameMircea Caprioru2020-09-201-2/+2
* Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-1318-63/+145
|\
| * iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci2020-09-011-1/+3
| * iio: adc: mcp3422: fix locking scopeAngelo Compagnucci2020-08-311-5/+7
| * iio: adc: meson-saradc: Use the parent device to look up the calib dataMartin Blumenstingl2020-08-311-1/+1
| * iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron2020-08-311-3/+7
| * iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron2020-08-311-4/+7
| * iio:adc:ti-adc084s021 Fix alignment and data leak issues.Jonathan Cameron2020-08-311-3/+7
| * iio:adc:ti-adc081c Fix alignment and data leak issuesJonathan Cameron2020-08-311-3/+8
| * iio:magnetometer:ak8975 Fix alignment and data leak issues.Jonathan Cameron2020-08-221-5/+11
| * iio:light:ltr501 Fix timestamp alignment issue.Jonathan Cameron2020-08-221-6/+9
| * iio:light:max44000 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+8
| * iio:chemical:ccs811: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+9
| * iio:proximity:mb1232: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-8/+9
| * iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+12
| * iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+12
| * iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+8
| * iio: accel: kxsd9: Fix alignment of local buffer.Jonathan Cameron2020-08-221-5/+11
| * iio: adc: rockchip_saradc: select IIO_TRIGGERED_BUFFERMichael Walle2020-08-221-0/+2
| * iio: adc: ti-ads1015: fix conversion when CONFIG_PM is not setMaxim Kochetkov2020-08-221-0/+10
| * iio: cros_ec: Set Gyroscope default frequency to 25HzGwendal Grignou2020-08-221-1/+4
* | iio: dpot-dac: fix code comment in dpot_dac_read_raw()Gustavo A. R. Silva2020-08-261-1/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2311-16/+14
|/
* iio: imu: st_lsm6dsx: reset hw ts after resumeLorenzo Bianconi2020-07-223-11/+17
* iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean2020-07-221-2/+2
* Merge branch 'ib-5.8-jz47xx-ts' into HEADJonathan Cameron2020-07-222-40/+352
|\
| * IIO: Ingenic JZ47xx: Add touchscreen mode.Artur Rojek2020-07-202-2/+249
| * iio/adc: ingenic: Retrieve channels list from soc data structPaul Cercueil2020-07-201-34/+65
| * IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idxArtur Rojek2020-07-201-0/+16
| * IIO: Ingenic JZ47xx: Error check clk_enable calls.Artur Rojek2020-07-201-6/+24
* | iio: core: fix/re-introduce back parent assignmentAlexandru Ardelean2020-07-221-0/+1
* | iio: adc: ad7124: move chip ID & name on the chip_info tableAlexandru Ardelean2020-07-221-14/+59
* | iio: light: stk3310: add chip id for STK3311-X variantIcenowy Zheng2020-07-201-0/+2
* | iio: adc: ad7192: move ad7192_of_match table closer to the end of the fileAlexandru Ardelean2020-07-201-9/+9
* | iio: adc: rockchip_saradc: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-1/+1
* | iio: imu: st_lsm6dsx: st_lsm6dsx: Mark 'st_lsm6dsx_accel_ext_info' as __maybe...Lee Jones2020-07-201-1/+2
* | iio: imu: st_lsm6dsx: st_lsm6dsx_shub: Demote obvious misuse of kerneldoc to ...Lee Jones2020-07-201-4/+4
* | iio: magnetometer: ak8974: Add description for ak8974's 'scan' attributeLee Jones2020-07-201-0/+1
* | iio: adc: qcom-pm8xxx-xoadc: Demote standard comment block and supply missing...Lee Jones2020-07-201-1/+2
* | iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc...Lee Jones2020-07-201-1/+1
* | iio: imu: inv_mpu6050: inv_mpu_core: Demote obvious misuse of kerneldoc to st...Lee Jones2020-07-201-7/+7
* | iio: adc: palmas_gpadc: Demote non-conforming kerneldoc headerLee Jones2020-07-201-2/+1
* | iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-201-2/+2
* | iio: adc: max1363: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* | iio: imu: st_lsm6dsx: st_lsm6dsx: Reorder 'inline' declarationLee Jones2020-07-201-1/+1
* | iio: gyro: fxas21002c: Move 'fxas21002c_reg_fields' to the only file its usedLee Jones2020-07-202-66/+66
* | iio: accel: sca3000: Fix 2 misspellings and demote nonconforming kerneldocsLee Jones2020-07-201-6/+6
* | iio: adc: cpcap-adc: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-201-3/+3
* | iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct 'Lee Jones2020-07-201-2/+2