summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-12-21iio: adc: qcom-spmi-rradc: Simplify with dev_err_probeKrzysztof Kozlowski
2025-12-21iio: adc: exynos: Simplify with dev_err_probeKrzysztof Kozlowski
2025-12-21iio: adc: aspeed: Simplify with dev_err_probeKrzysztof Kozlowski
2025-12-21iio: buffer-dmaengine: Fix coding style complainsNuno Sá
2025-12-21iio: buffer-dmaengine: Use the cleanup.h APINuno Sá
2025-12-21iio: buffer-dma: Fix coding style complainsNuno Sá
2025-12-21iio: buffer-dma: Turn iio_dma_buffer_init() voidNuno Sá
2025-12-21iio: buffer-dma: Use the cleanup.h APINuno Sá
2025-12-21iio: buffer-dma: Use lockdep for locking annotationsNuno Sá
2025-12-21iio: adc: adi-axi-adc: Slightly simplify axi_adc_create_platform_device()Nuno Sá
2025-12-21iio: adc: adi-axi-adc: Make use of dev_err_probe()Nuno Sá
2025-12-21iio: pressure: add Honeywell ABP2 driverPetre Rodan
2025-12-21iio: adc: ad9467: add support for ad9211Tomas Melin
2025-12-21iio: adc: ad9467: sort header includesTomas Melin
2025-12-21iio: amplifiers: adl8113: add driver supportAntoniu Miclaus
2025-12-21iio: frequency: adf4377: add clk provider supportAntoniu Miclaus
2025-12-21iio: adc: Add the NXP SAR ADC support for the s32g2/3 platformsDaniel Lezcano
2025-12-21iio: accel: Change adxl345 depend to negate adxl35xJorge Marques
2025-12-21iio: adc: Add TI ADS131M0x ADC driverDavid Jander
2025-12-21iio: imu: smi330: remove redundant assignment in smi330_read_availMassimiliano Pellizzer
2025-12-21iio: light: isl29018: replace sprintf() with safer alternativesTomas Borquez
2025-12-21iio: imu: st_lsm6dsx: add tap event detectionFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: add event spec parameter to iio_chan_spec initializerFrancesco Lavra
2025-12-21iio: dac: ad5686: add AD5695R to ad5686_chip_info_tblKübrich, Andreas
2025-12-21iio: accel: adxl380: fix handling of unavailable "INT1" interruptFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detectionFrancesco Lavra
2025-12-21iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshotThorsten Blum
2025-12-21iio: adc: ad9467: fix ad9434 vref maskTomas Melin
2025-12-21iio: adc: ad7606: Fix incorrect type for error return variableHaotian Zhang
2025-12-21iio: adc: ad7280a: handle spi_setup() errors in probe()Pavel Zhigulin
2025-12-21iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driverPei Xiao
2025-12-21iio: imu: st_lsm6dsx: add event configurability on a per axis basisFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: make event management functions genericFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: remove event_threshold field from hw structFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: rework code to check for enabled eventsFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: move wakeup event enable mask to event_srcFrancesco Lavra
2025-12-21iio: imu: st_lsm6dsx: make event_settings more genericFrancesco Lavra
2025-12-21iio: adc: ad9467: support write/read offset via _calibbiasTomas Melin
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds
2025-11-24iio: mlx90614: Convert to common field_{get,prep}() helpersGeert Uytterhoeven
2025-11-24iio: dac: Convert to common field_prep() helperGeert Uytterhoeven
2025-11-24iio: mlx90614: #undef field_{get,prep}() before local definitionGeert Uytterhoeven
2025-11-24iio: dac: ad3530r: #undef field_prep() before local definitionGeert Uytterhoeven
2025-11-16iio: pressure: Arrange Makefile alphabeticallyAkhilesh Patil
2025-11-15iio: mpl3115: add threshold events supportAntoni Pokusinski
2025-11-15iio: mpl3115: use get_unaligned_be24() to retrieve pressure dataAntoni Pokusinski
2025-11-15iio: buffer: use dma_buf_unmap_attachment_unlocked() helperLiang Jie
2025-11-15iio: core: Replace lockdep_set_class() + mutex_init() by combined callAndy Shevchenko
2025-11-15iio: core: Clean up device correctly on iio_device_alloc() failureAndy Shevchenko