summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-08-03iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+7
2026-08-03iio: light: isl29028: remove isl29028_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+5
2026-08-03iio: light: tsl2583: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: light: isl29028: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: imu: inv_icm42607: Add Temp Support in icm42607Chris Morgan5-0/+154
2026-08-03iio: imu: inv_icm42607: Add Gyroscope to icm42607Chris Morgan4-0/+315
2026-08-03iio: imu: inv_icm42607: Add Accelerometer for icm42607Chris Morgan4-3/+576
2026-08-03iio: imu: inv_icm42607: Add PM support for icm42607Chris Morgan4-0/+203
2026-08-03iio: imu: inv_icm42607: Add SPI For icm42607Chris Morgan3-0/+121
2026-08-03iio: imu: inv_icm42607: Add inv_icm42607 Core DriverChris Morgan7-0/+772
2026-08-03iio: adc: ti-ads112c14: add support for buffered readDavid Lechner (TI)1-4/+104
2026-08-03iio: adc: ti-ads112c14: add support for I2C CRC8David Lechner (TI)2-10/+140
2026-08-03iio: light: tsl2772: fix ALS calibscale readbackYuanshen Cao1-1/+1
2026-07-30gpio: regmap: Add gpio_regmap_operation to extend reg_mask_xlate callbackYu-Chun Lin2-7/+7
2026-07-27iio: chemical: bme680: Use dev_err_probe()Vojtěch Krátký2-8/+6
2026-07-27iio: light: cm3323: use dev_err_probe() in probe pathAldo Conte1-11/+6
2026-07-27iio: pressure: abp2030pa: Remove unreachable return in abp2_read_raw()Babanpreet Singh1-1/+0
2026-07-27iio: dac: ad5686: extend device support with new partsRodrigo Alencar5-5/+91
2026-07-27iio: dac: ad5686: refactor device list and file header commentsRodrigo Alencar4-15/+25
2026-07-27iio: dac: ad5696: add AD5673R/AD5677R entries to of_match tableRodrigo Alencar1-0/+2
2026-07-27iio: temperature: Remove redundant dev_err()/dev_err_probe()Pan Chuang2-4/+2
2026-07-27iio: light: Remove redundant dev_err()/dev_err_probe()Pan Chuang19-55/+20
2026-07-27iio: proximity: Remove redundant dev_err()/dev_err_probe()Pan Chuang9-21/+9
2026-07-27iio: pressure: Remove redundant dev_err()/dev_err_probe()Pan Chuang4-9/+4
2026-07-27iio: magnetometer: Remove redundant dev_err()Pan Chuang2-7/+2
2026-07-27iio: imu: Remove redundant dev_err()/dev_err_probe()Pan Chuang3-6/+3
2026-07-27iio: humidity: Remove redundant dev_err()/dev_err_probe()Pan Chuang2-6/+2
2026-07-27iio: health: Remove redundant dev_err()Pan Chuang4-12/+4
2026-07-27iio: gyro: adxrs290: Remove redundant dev_err_probe()Pan Chuang1-3/+2
2026-07-27iio: st_sensors: Remove redundant dev_err()Pan Chuang1-3/+1
2026-07-27iio: chemical: Remove redundant dev_err()/dev_err_probe()Pan Chuang3-5/+3
2026-07-27iio: addac: ad74413r: Remove redundant dev_err_probe()Pan Chuang1-1/+1
2026-07-27iio: accel: Remove redundant dev_err()/dev_err_probe()Pan Chuang12-31/+12
2026-07-27iio: adc: at91_adc: use const char * for DT string propertyAmin GATTOUT1-2/+2
2026-07-27iio: hid-sensor: als: scale each channel individuallyDaniel Schaefer1-10/+12
2026-07-26iio: chemical: sgp30: Handle IAQ thread creation failureLinmao Li1-0/+3
2026-07-26iio: magnetometer: add support for QST QMC6308Jorijn van der Graaf3-0/+613
2026-07-24iio: update email for Siratul IslamSiratul Islam1-2/+2
2026-07-24iio: inv_sensors: improve period measurement by using a longer delayJean-Baptiste Maneyrol1-3/+23
2026-07-24iio: inv_sensors: better timestamp alignment when using watermarkJean-Baptiste Maneyrol1-31/+18
2026-07-24iio: inv_sensors: convert to kernel typesJean-Baptiste Maneyrol1-24/+24
2026-07-24iio: pressure: mpl115: Fix runtime PM cleanupCan Peng1-4/+7
2026-07-23iio: adc: ad4080: add support for AD4883Antoniu Miclaus1-0/+18
2026-07-20iio: light: opt3001: split opt3001_get_processed() logicJoshua Crofts1-84/+104
2026-07-20iio: adc: make read-only const array config staticColin Ian King1-1/+1
2026-07-20iio: light: vcnl4000: make read-only const array regulator_names staticColin Ian King1-1/+1
2026-07-20iio: adc: ti-ads112c14: add debugfs register accessDavid Lechner (TI)1-0/+14
2026-07-20iio: adc: ti-ads112c14: add measurement channel supportDavid Lechner (TI)1-11/+493
2026-07-20iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channelDavid Lechner (TI)1-3/+149
2026-07-20iio: adc: add ti-ads112c14 driverDavid Lechner (TI)3-0/+595