summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-12-21iio: amplifiers: adl8113: add driver supportAntoniu Miclaus3-0/+282
2025-12-21iio: frequency: adf4377: add clk provider supportAntoniu Miclaus1-2/+120
2025-12-21iio: adc: Add the NXP SAR ADC support for the s32g2/3 platformsDaniel Lezcano3-0/+1029
2025-12-21iio: accel: Change adxl345 depend to negate adxl35xJorge Marques1-4/+6
2025-12-21iio: adc: Add TI ADS131M0x ADC driverDavid Jander3-0/+980
2025-12-21iio: imu: smi330: remove redundant assignment in smi330_read_availMassimiliano Pellizzer1-1/+0
2025-12-21iio: light: isl29018: replace sprintf() with safer alternativesTomas Borquez1-6/+6
2025-12-21iio: imu: st_lsm6dsx: add tap event detectionFrancesco Lavra2-2/+56
2025-12-21iio: imu: st_lsm6dsx: add event spec parameter to iio_chan_spec initializerFrancesco Lavra2-14/+16
2025-12-21iio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas1-0/+6
2025-12-21iio: accel: adxl380: fix handling of unavailable "INT1" interruptFrancesco Lavra1-3/+3
2025-12-21iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detectionFrancesco Lavra1-4/+11
2025-12-21iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshotThorsten Blum1-3/+3
2025-12-21iio: adc: ad9467: fix ad9434 vref maskTomas Melin1-1/+1
2025-12-21iio: adc: ad7606: Fix incorrect type for error return variableHaotian Zhang1-1/+2
2025-12-21iio: adc: ad7280a: handle spi_setup() errors in probe()Pavel Zhigulin1-1/+3
2025-12-21iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driverPei Xiao1-0/+1
2025-12-21iio: imu: st_lsm6dsx: add event configurability on a per axis basisFrancesco Lavra2-14/+88
2025-12-21iio: imu: st_lsm6dsx: make event management functions genericFrancesco Lavra2-42/+110
2025-12-21iio: imu: st_lsm6dsx: remove event_threshold field from hw structFrancesco Lavra2-5/+10
2025-12-21iio: imu: st_lsm6dsx: rework code to check for enabled eventsFrancesco Lavra1-10/+8
2025-12-21iio: imu: st_lsm6dsx: move wakeup event enable mask to event_srcFrancesco Lavra2-57/+30
2025-12-21iio: imu: st_lsm6dsx: make event_settings more genericFrancesco Lavra2-60/+106
2025-12-21iio: adc: ad9467: support write/read offset via _calibbiasTomas Melin1-1/+59
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