aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
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_settingsLorenzo 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-15iio: adc: new driver to support Linear technology's ltc2496Uwe Kleine-König3-0/+119
2019-12-15iio: adc: ltc2497: split protocol independent part in a separate moduleUwe Kleine-König4-209/+288
2019-12-15iio: adc: ti-ads1015: Make use of device property APIAndy Shevchenko1-31/+26
2019-12-15iio: adc: ti-ads1015: Get rid of legacy platform dataAndy Shevchenko1-10/+8
2019-12-15iio: adc: ti-ads7950: Fix a typo in an error messageChristophe JAILLET1-1/+1
2019-12-15iio: humidity: hts221: move register definitions to sensor structsLorenzo Bianconi1-13/+6
2019-12-15iio: adc: stm32-adc: Add check on overrun interruptFabrice Gasnier3-9/+69
2019-12-15iio: ssp_sensors: Convert to use GPIO descriptorsLinus Walleij3-31/+20
2019-12-15iio: adc: Move AD7091R5 entry in a alphabetical order in MakefileBeniamin Bia2-8/+8
2019-12-15iio: atlas-ph-sensor: Drop GPIO includeLinus Walleij1-1/+0
2019-12-15iio: ad7266: Convert to use GPIO descriptorsLinus Walleij1-17/+12
2019-12-15iio: ad5592r: Drop surplus GPIO headerLinus Walleij1-1/+0
2019-12-15iio: adf4350: Convert to use GPIO descriptorLinus Walleij1-22/+8
2019-12-15iio: itg3200: Drop GPIO includeLinus Walleij1-1/+0
2019-12-15iio: apds9960: Drop GPIO includesLinus Walleij1-2/+0
2019-12-15iio: ad2s1200: Drop legacy includeLinus Walleij1-1/+0
2019-12-15iio: si1145: Drop GPIO includeLinus Walleij1-1/+0
2019-12-15iio: as3935: Drop GPIO includesLinus Walleij1-3/+0
2019-12-15iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi1-5/+5
2019-12-15iio: ak8975: Convert to use GPIO descriptorLinus Walleij1-35/+19
2019-12-15iio: adc: ad799x: add pm_ops to disable the device completelyMarco Felsch1-6/+60
2019-12-15iio: imu: inv_mpu6050: Select I2C_MUX againLinus Walleij1-1/+2
2019-12-15iio: adc: ad7887: Cleanup channel assignmentBeniamin Bia1-39/+43
2019-12-09Merge tag 'iio-fixes-for-5.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman14-63/+139
2019-12-08iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven1-6/+10
2019-12-08iio: ad7949: fix channels mixupsAndrea Merello1-5/+17
2019-12-08iio: imu: st_lsm6dsx: do not power-off accel if events are enabledLorenzo Bianconi1-4/+26
2019-12-08iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_maskLorenzo Bianconi3-15/+18
2019-12-08iio: imu: st_lsm6dsx: fix decimation factor estimationLorenzo Bianconi2-9/+18