summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-11-15iio: core: add missing mutex_destroy in iio_dev_release()Andy Shevchenko
2025-11-15iio: accel: adxl380: add support for ADXL318 and ADXL319Jonathan Santos
2025-11-11iio: accel: bmc150: Fix irq assumption regressionLinus Walleij
2025-11-09iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable() sleepRemi Buisson
2025-11-09iio: adc: pac1934: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-11-09iio: dac: ad5446: Add AD5542 to the spi id tableMichael Hennerich
2025-11-09iio: dac: ad5446: Fix coding style issuesNuno Sá
2025-11-09iio: dac: ad5446: Refactor header inclusionNuno Sá
2025-11-09iio: dac: ad5446: Make use of the cleanup helpersNuno Sá
2025-11-09iio: dac: ad5446: Make use of devm_mutex_init()Nuno Sá
2025-11-09iio: dac: ad5446: Separate I2C/SPI into different driversNuno Sá
2025-11-09iio: dac: ad5456: Add missing DT compatiblesNuno Sá
2025-11-09iio: dac: ad5446: Move to single chip_info structuresNuno Sá
2025-11-09iio: dac: ad5446: Don't ignore missing regulatorNuno Sá
2025-11-09iio: dac: ad5446: Drop duplicated spi_id entryNuno Sá
2025-11-09iio: dac: ad5446: Use DMA safe buffer for transfersNuno Sá
2025-11-09iio: adc: Add support for the Renesas RZ/N1 ADCHerve Codina (Schneider Electric)
2025-11-09iio: adc: aspeed: Add AST2700 ADC supportBilly Tsai
2025-11-09iio: common: scmi_sensors: Get rid of const_ilog2()Andy Shevchenko
2025-11-09iio: imu: bmi270: fix dev_err_probe error msgRodrigo Gobbi
2025-11-09iio: light: apds9960: convert to use maple tree register cacheChu Guangqing
2025-11-09iio: light: apds9306: convert to use maple tree register cacheChu Guangqing
2025-11-09iio: light: veml3235: convert to use maple tree register cacheChu Guangqing
2025-11-09iio: adc: ade9000: convert to use maple tree register cacheChu Guangqing
2025-11-09iio: backend: fix kernel-doc to avoid warnings and ensure consistencyKriish Sharma
2025-11-09iio: adc: rohm-bd79124: Use regmap_reg_range()Matti Vaittinen
2025-11-09iio: adc: rohm-bd79112: Use regmap_reg_range()Matti Vaittinen
2025-11-09iio: pressure: adp810: Add driver for adp810 sensorAkhilesh Patil
2025-11-09iio: adc: ad7124: fix possible OOB array accessDavid Lechner
2025-11-09iio: imu: inv_icm45600: Add a missing return statement in probe()Dan Carpenter
2025-11-09iio: adc: ad4080: add support for AD4087Antoniu Miclaus
2025-11-09iio: adc: ad4080: add support for AD4086Antoniu Miclaus
2025-11-09iio: adc: ad4080: add support for AD4083Antoniu Miclaus
2025-11-09iio: accel: bma220: move set_wdt() out of bma220_corePetre Rodan
2025-11-09iio: imu: smi330: Add driverJianping Shen
2025-10-27iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi
2025-10-20iio: adc: max14001: New driverMarilene Andrade Garcia
2025-10-19iio: imu: st_lsm6dsx: Decouple sensor ODR from FIFO batch data rateFrancesco Lavra
2025-10-19iio: imu: st_lsm6dsx: Fix measurement unit for odr struct memberFrancesco Lavra
2025-10-19iio: accel: bma220: remove useless includePetre Rodan
2025-10-19iio: accel: bma220: white space cleanupPetre Rodan
2025-10-19iio: adc: ti_am335x_adc: Limit step_avg to valid range for gcc complainsPei Xiao
2025-10-19iio: accel: bma400: Add detail to comments in GEN INTR configurationAkshay Jindal
2025-10-19iio: accel: bma400: Rename activity_event_en() to generic_event_en()Akshay Jindal
2025-10-19iio: accel: bma400: Replace bit shifts with FIELD_PREP() and FIELD_GET()Akshay Jindal
2025-10-19iio: accel: bma400: Use index-based register addressing and lookupAkshay Jindal
2025-10-19iio: accel: bma400: Use macros for generic event configuration valuesAkshay Jindal
2025-10-19iio: accel: bma400: Reorganize and rename register and field macrosAkshay Jindal
2025-10-19iio: health: max30100: Make LED pulse-width configurable via DTShrikant Raskar
2025-10-19iio: adc: ti-ads131e08: return correct error codeDixit Parmar