summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-11-11iio: accel: bmc150: Fix irq assumption regressionLinus Walleij
2025-10-27iio: st_lsm6dsx: Fixed calibrated timestamp calculationMario Tesi
2025-10-19iio: humditiy: hdc3020: fix units for thresholds and hysteresisDimitri Fedrau
2025-10-19iio: humditiy: hdc3020: fix units for temperature and humidity measurementDimitri Fedrau
2025-10-19iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fieldsFrancesco Lavra
2025-10-18iio: accel: fix ADXL355 startup race conditionValek Andrej
2025-10-13iio: adc: ad7124: fix temperature channelDavid Lechner
2025-10-13iio:common:ssp_sensors: Fix an error handling path ssp_probe()Christophe JAILLET
2025-10-13iio: adc: ad7280a: fix ad7280_store_balance_timer()David Lechner
2025-10-13iio: buffer-dmaengine: enable .get_dma_dev()Nuno Sá
2025-10-13iio: buffer-dma: support getting the DMA channelNuno Sá
2025-10-13iio: buffer: support getting dma channel from the bufferNuno Sá
2025-10-13iio: pressure: bmp280: correct meas_time_us calculationAchim Gratz
2025-10-13iio: adc: stm32-dfsdm: fix st,adc-alt-channel property handlingOlivier Moysan
2025-10-13iio: adc: ad7380: fix SPI offload trigger rateDavid Lechner
2025-10-13iio: adc: rtq6056: Correct the sign bit indexChiYuan Huang
2025-10-13iio: adc: ad4030: Fix _scale value for common-mode channelsMarcelo Schmitt
2025-09-23Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-09-15iio: adc: Support ROHM BD79112 ADC/GPIOMatti Vaittinen
2025-09-13iio: pressure: bmp280: Use gpiod_set_value_cansleep()Salah Triki
2025-09-13iio: pressure: bmp280: Remove noisy dev_info()Salah Triki
2025-09-13iio: adc: ad7173: support changing filter typeDavid Lechner
2025-09-13iio: adc: ad7173: rename odr fieldDavid Lechner
2025-09-13iio: adc: ad7173: rename ad7173_chan_spec_ext_infoDavid Lechner
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron
2025-09-13iio: adc: Add driver for Marvell 88PM886 PMIC ADCDuje Mihanović
2025-09-13iio: adc: ad7124: add filter supportDavid Lechner
2025-09-13iio: adc: ad7124: support fractional sampling_frequencyDavid Lechner
2025-09-13iio: adc: ad7124: use guard(mutex) to simplify return pathsDavid Lechner
2025-09-13iio: adc: ad7124: use read_avail() for scale_availableDavid Lechner
2025-09-13iio: adc: ad7124: use clamp()David Lechner
2025-09-13iio: adc: ad7124: fix sample rate for multi-channel useDavid Lechner
2025-09-13iio: adc: add ade9000 supportAntoniu Miclaus
2025-09-13iio: add power and energy measurement modifiersAntoniu Miclaus
2025-09-13iio: add IIO_ALTCURRENT channel typeAntoniu Miclaus
2025-09-13iio: light: ltr390: Implement runtime PM supportAkshay Jindal
2025-09-10iio: imu: inv_icm42600: use guard() to release mutexesSean Nyekjaer
2025-09-10iio: magnetometer: tmag5273: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar
2025-09-10iio: magnetometer: als31300: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar
2025-09-10iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulatorSean Nyekjaer
2025-09-10iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer
2025-09-10iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer
2025-09-10iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer
2025-09-10iio: adc: PAC1934: Use devm_mutex_init()Christophe JAILLET
2025-09-10iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensorDixit Parmar
2025-09-10iio: adc: Add Intel Dollar Cove TI PMIC ADC driverHans de Goede
2025-09-10iio: test: Add KUnit tests for iio_multiply_value()Hans de Goede
2025-09-10iio: Improve iio_read_channel_processed_scale() precisionHans de Goede
2025-09-10iio: consumers: Add an iio_multiply_value() helper functionHans de Goede
2025-09-10iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede