summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-09-21iio: adc: ad7923: fix channel readings for some variantsNuno Sá1-1/+3
2022-09-21iio: adc: stm32-adc: add id registers supportOlivier Moysan2-3/+87
2022-09-21iio: imu: st_lsm6dsx: add support to LSM6DSTXLorenzo Bianconi6-3/+20
2022-09-21drivers: iio: adc: ltc2497: Rename the LTC2499 iio deviceCiprian Regus4-1/+13
2022-09-21drivers: iio: adc: ltc2497: LTC2499 supportCiprian Regus4-7/+70
2022-09-21iio: ltc2497: Fix reading conversion resultsUwe Kleine-König1-0/+13
2022-09-21iio: pressure: bmp280: Add more tunable config parameters for BMP380Angel Iglesias2-27/+238
2022-09-21iio: pressure: bmp280: Add support for BMP380 sensor familyAngel Iglesias6-3/+555
2022-09-21iio: pressure: bmp280: reorder i2c device tables declarationsAngel Iglesias1-5/+5
2022-09-21iio: pressure: bmp280: Fix alignment for DMA safetyAngel Iglesias2-59/+76
2022-09-21iio: pressure: bmp280: simplify driver initialization logicAngel Iglesias1-43/+83
2022-09-21iio: pressure: bmp280: Simplify bmp280 calibration data readingAngel Iglesias2-35/+26
2022-09-21iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASKAngel Iglesias2-46/+57
2022-09-21iio: pressure: bmp280: reorder local variables following reverse xmas treeAngel Iglesias1-32/+33
2022-09-21iio: dac: ad5593r: add check for i2c functionalityNuno Sá1-0/+4
2022-09-21iio: dac: ad5593r: Fix i2c read protocol requirementsMichael Hennerich1-19/+27
2022-09-21iio: temperature: mlx90614 Refactoring available filter attributesCrt Mori1-11/+30
2022-09-21drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois4-93/+281
2022-09-21iio: pressure: bmp280: fix datasheet linksAngel Iglesias1-3/+9
2022-09-21iio: pressure: st_pressure: Add support for LPS22DFMartyn Welch4-0/+82
2022-09-21Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman60-828/+5799
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang4-12/+28
2022-09-05iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().Jonathan Cameron1-5/+5
2022-09-05iio: adc: max1363: Drop provision to provide an IIO channel map via platform ...Jonathan Cameron1-6/+0
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2-10/+347
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J1-1/+6
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+5
2022-09-05iio: adc: add max11205 adc driverRamona Bolboaca3-0/+198
2022-09-04iio: magnetometer: yamaha-yas530: Use dev_err_probe()Andy Shevchenko1-10/+6
2022-09-04iio: magnetometer: yamaha-yas530: Make strings const in chip infoAndy Shevchenko1-2/+2
2022-09-04iio: magnetometer: yamaha-yas530: Use pointers as driver dataAndy Shevchenko1-10/+13
2022-09-04iio: adc: tsc2046: silent spi_device_id warningOleksij Rempel1-0/+12
2022-09-04iio: adc: tsc2046: add vref supportOleksij Rempel1-2/+55
2022-08-30iio: light: ltrf216a: Add raw attributeShreeya Patel1-0/+13
2022-08-30iio/accel: fix repeated words in commentswangjianli1-1/+1
2022-08-30iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov3-0/+1336
2022-08-28iio: common: scmi_sensors: use HZ macro from units.hDmitry Rokosov1-4/+4
2022-08-28iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov1-3/+4
2022-08-21iio: light: cm32181: make cm32181_pm_ops staticsunliming1-1/+1
2022-08-21iio: ad7292: Prevent regulator double disableMatti Vaittinen1-3/+1
2022-08-21iio: adc: mcp3911: use correct formula for AD conversionMarcus Folkesson1-5/+12
2022-08-21iio: adc: mcp3911: correct "microchip,device-addr" propertyMarcus Folkesson1-1/+8
2022-08-20iio: Avoid multiple line dereference for maskJoe Simmons-Talbott1-4/+2
2022-08-20iio: stx104: Move to addac subdirectoryWilliam Breathitt Gray5-17/+17
2022-08-19iio: adc: qcom-spmi-adc5: add ADC5_VREF_VADC to rev2 ADC5Robert Marko1-0/+2
2022-08-19iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-19iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-19iio: frequency: admv1014: return -EINVAL directlyAntoniu Miclaus1-2/+1
2022-08-17iio/drivers/sun4i_gpadc: Switch to new of thermal APIDaniel Lezcano1-8/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König75-226/+76