aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-11iio: hi8435: Drop hi8435_remove() by using devres for remaining elementsAndrey Smirnov1-21/+11
2019-08-11iio: hi8435: Use gpiod_set_value_cansleep()Andrey Smirnov1-1/+1
2019-08-11iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca4-44/+4
2019-08-05iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-08-05iio: frequency: adf4371: Fix output frequency settingNuno Sá1-4/+4
2019-08-05iio: imu: inv_mpu6050: be more explicit on supported chipsJean-Baptiste Maneyrol1-4/+6
2019-08-05iio: light: noa1305: Add support for NOA1305Martyn Welch3-0/+324
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca7-43/+24
2019-08-05iio: imu: st_lsm6dsx: make IIO_CHAN_INFO_SCALE shared by typeMartin Kepplinger1-2/+2
2019-08-05iio: tsl2772: Use regulator_bulk_() APIsChuhong Yuan1-58/+29
2019-08-05iio: tsl2772: Use devm_iio_device_registerChuhong Yuan1-18/+1
2019-08-05iio: tsl2772: Use devm_add_action_or_reset for tsl2772_chip_offChuhong Yuan1-3/+13
2019-08-05iio: tsl2772: Use devm_add_action_or_resetChuhong Yuan1-3/+3
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-56/+17
2019-08-05iio: light: si1145: Use device-managed APIsChuhong Yuan1-37/+5
2019-08-05iio:pressure: preenable/postenable/predisable fixup for ST press bufferDenis Ciocca1-21/+17
2019-08-05iio:magn: preenable/postenable/predisable fixup for ST magn bufferDenis Ciocca1-14/+16
2019-08-05iio:gyro: preenable/postenable/predisable fixup for ST gyro bufferDenis Ciocca1-25/+24
2019-08-05iio:accel: preenable/postenable/predisable fixup for ST accel bufferDenis Ciocca1-25/+20
2019-08-05iio: imu: st_lsm6dsx: add support to ISM330DHCXLorenzo Bianconi6-5/+22
2019-08-05iio: imu: st_lsm6dsx: move iio chan definitions in st_lsm6dsx_sensor_settingsLorenzo Bianconi2-20/+81
2019-08-05iio: imu: st_lsm6dsx: inline output acc/gyro output regsLorenzo Bianconi1-20/+6
2019-08-05iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settingsLorenzo Bianconi2-33/+144
2019-08-05iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settingsLorenzo Bianconi2-32/+166
2019-08-05iio: light: cm3323: Use device-managed APIsChuhong Yuan1-24/+9
2019-08-05iio: potentiometer: add a driver for Maxim 5432-5435Martin Kaiser3-0/+147
2019-07-31spi: docs: convert to ReST and add it to the kABI booksetMauro Carvalho Chehab1-1/+1
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-1/+1
2019-07-28Merge tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman5-4/+100
2019-07-28iio: adc: ad7606: Add debug mode for ad7616Beniamin Bia1-1/+32
2019-07-28iio: adc: ad7606: Add support for software mode for ad7616Beniamin Bia3-9/+213
2019-07-28iio: adc: ad7606: Allow reconfigration after resetBeniamin Bia1-0/+4
2019-07-28iio: adc: ad7606: Move spi dependent features to spi fileBeniamin Bia2-27/+5
2019-07-28iio: adc: ad7606: Move common channel definition to headerBeniamin Bia2-23/+23
2019-07-27iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio sysfsFabien Lahoudere3-0/+71
2019-07-27iio: cros_ec_accel_legacy: Add support for veyron-minnieGwendal Grignou1-2/+38
2019-07-27iio: cros_ec_accel_legacy: Use cros_ec_sensors_coreGwendal Grignou2-285/+55
2019-07-27iio: cros_ec_accel_legacy: Fix incorrect channel settingGwendal Grignou1-1/+0
2019-07-27iio: cros_ec: Add sign vector in core for backward compatibilityGwendal Grignou1-0/+4
2019-07-27iio: common: cros_ec_sensors: determine protocol versionFabien Lahoudere1-1/+34
2019-07-27iio: imu: st_lsm6dsx: flip irq return logicSean Nyekjaer1-1/+1
2019-07-27iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSRVitor Soares3-1/+65
2019-07-27iio: magnetometer: mmc35240: Fix a typo in the name of a constantChristophe JAILLET1-2/+2
2019-07-27iio: pressure: hp03: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-27iio: light: veml6070: convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-07-27iio: light: cm36651: convert to i2c_new_dummy_deviceWolfram Sang1-6/+6
2019-07-27iio: imu: Add support for the ADIS16460 IMUAlexandru Ardelean3-0/+502
2019-07-27iio: imu: adis: Add support for SPI transfer cs_change_delayAlexandru Ardelean1-0/+12
2019-07-27iio: mxc4005: Use device-managed APIsChuhong Yuan1-34/+6
2019-07-27iio: humidity: Use device-managed APIsChuhong Yuan2-37/+6