summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds81-1375/+9632
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds2-7/+1
2025-11-24iio: mlx90614: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+1
2025-11-24iio: dac: Convert to common field_prep() helperGeert Uytterhoeven1-4/+0
2025-11-24iio: mlx90614: #undef field_{get,prep}() before local definitionGeert Uytterhoeven1-0/+2
2025-11-24iio: dac: ad3530r: #undef field_prep() before local definitionGeert Uytterhoeven1-0/+1
2025-11-16iio: pressure: Arrange Makefile alphabeticallyAkhilesh Patil1-4/+3
2025-11-15iio: mpl3115: add threshold events supportAntoni Pokusinski1-10/+211
2025-11-15iio: mpl3115: use get_unaligned_be24() to retrieve pressure dataAntoni Pokusinski1-3/+10
2025-11-15iio: buffer: use dma_buf_unmap_attachment_unlocked() helperLiang Jie1-3/+1
2025-11-15iio: core: Replace lockdep_set_class() + mutex_init() by combined callAndy Shevchenko1-2/+1
2025-11-15iio: core: Clean up device correctly on iio_device_alloc() failureAndy Shevchenko1-5/+5
2025-11-15iio: core: add missing mutex_destroy in iio_dev_release()Andy Shevchenko1-2/+7
2025-11-15iio: accel: adxl380: add support for ADXL318 and ADXL319Jonathan Santos4-39/+107
2025-11-11iio: accel: bmc150: Fix irq assumption regressionLinus Walleij2-0/+6
2025-11-09iio: imu: inv_icm45600: Initializes inv_icm45600_buffer_postdisable() sleepRemi Buisson1-0/+1
2025-11-09iio: adc: pac1934: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-11-09iio: dac: ad5446: Add AD5542 to the spi id tableMichael Hennerich1-0/+2
2025-11-09iio: dac: ad5446: Fix coding style issuesNuno Sá1-12/+11
2025-11-09iio: dac: ad5446: Refactor header inclusionNuno Sá2-11/+8
2025-11-09iio: dac: ad5446: Make use of the cleanup helpersNuno Sá1-19/+26
2025-11-09iio: dac: ad5446: Make use of devm_mutex_init()Nuno Sá1-1/+3
2025-11-09iio: dac: ad5446: Separate I2C/SPI into different driversNuno Sá6-451/+462
2025-11-09iio: dac: ad5456: Add missing DT compatiblesNuno Sá1-0/+41
2025-11-09iio: dac: ad5446: Move to single chip_info structuresNuno Sá1-172/+172
2025-11-09iio: dac: ad5446: Don't ignore missing regulatorNuno Sá1-4/+5
2025-11-09iio: dac: ad5446: Drop duplicated spi_id entryNuno Sá1-6/+1
2025-11-09iio: dac: ad5446: Use DMA safe buffer for transfersNuno Sá1-8/+13
2025-11-09iio: adc: Add support for the Renesas RZ/N1 ADCHerve Codina (Schneider Electric)3-0/+501
2025-11-09iio: adc: aspeed: Add AST2700 ADC supportBilly Tsai1-0/+34
2025-11-09iio: common: scmi_sensors: Get rid of const_ilog2()Andy Shevchenko1-3/+2
2025-11-09iio: imu: bmi270: fix dev_err_probe error msgRodrigo Gobbi1-1/+1
2025-11-09iio: light: apds9960: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: light: apds9306: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: light: veml3235: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: adc: ade9000: convert to use maple tree register cacheChu Guangqing1-1/+1
2025-11-09iio: backend: fix kernel-doc to avoid warnings and ensure consistencyKriish Sharma1-2/+6
2025-11-09iio: adc: rohm-bd79124: Use regmap_reg_range()Matti Vaittinen1-30/+9
2025-11-09iio: adc: rohm-bd79112: Use regmap_reg_range()Matti Vaittinen1-9/+4
2025-11-09iio: pressure: adp810: Add driver for adp810 sensorAkhilesh Patil3-0/+238
2025-11-09iio: adc: ad7124: fix possible OOB array accessDavid Lechner1-4/+9
2025-11-09iio: imu: inv_icm45600: Add a missing return statement in probe()Dan Carpenter1-1/+2
2025-11-09iio: adc: ad4080: add support for AD4087Antoniu Miclaus1-0/+15
2025-11-09iio: adc: ad4080: add support for AD4086Antoniu Miclaus1-0/+15
2025-11-09iio: adc: ad4080: add support for AD4083Antoniu Miclaus1-0/+15
2025-11-09iio: accel: bma220: move set_wdt() out of bma220_corePetre Rodan3-20/+19
2025-11-09iio: imu: smi330: Add driverJianping Shen8-0/+1203
2025-10-27iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi2-11/+26
2025-10-20iio: adc: max14001: New driverMarilene Andrade Garcia3-0/+402
2025-10-19iio: imu: st_lsm6dsx: Decouple sensor ODR from FIFO batch data rateFrancesco Lavra4-10/+72