aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-09-13iio: adc: ad7124: add filter supportDavid Lechner1-32/+230
2025-09-13iio: adc: ad7124: support fractional sampling_frequencyDavid Lechner1-26/+39
2025-09-13iio: adc: ad7124: use guard(mutex) to simplify return pathsDavid Lechner1-23/+12
2025-09-13iio: adc: ad7124: use read_avail() for scale_availableDavid Lechner1-13/+29
2025-09-13iio: adc: ad7124: use clamp()David Lechner1-5/+2
2025-09-13iio: adc: ad7124: fix sample rate for multi-channel useDavid Lechner1-6/+20
2025-09-13iio: adc: add ade9000 supportAntoniu Miclaus3-0/+1819
2025-09-13iio: add power and energy measurement modifiersAntoniu Miclaus1-0/+5
2025-09-13iio: add IIO_ALTCURRENT channel typeAntoniu Miclaus1-0/+1
2025-09-13iio: light: ltr390: Implement runtime PM supportAkshay Jindal1-17/+119
2025-09-10iio: imu: inv_icm42600: use guard() to release mutexesSean Nyekjaer4-96/+56
2025-09-10iio: magnetometer: tmag5273: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar1-1/+0
2025-09-10iio: magnetometer: als31300: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar1-1/+0
2025-09-10iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulatorSean Nyekjaer2-24/+6
2025-09-10iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspendedSean Nyekjaer1-5/+6
2025-09-10iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resumeSean Nyekjaer1-4/+0
2025-09-10iio: imu: inv_icm42600: Simplify pm_runtime setupSean Nyekjaer1-17/+7
2025-09-10iio: adc: PAC1934: Use devm_mutex_init()Christophe JAILLET1-10/+1
2025-09-10iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensorDixit Parmar3-0/+541
2025-09-10iio: adc: Add Intel Dollar Cove TI PMIC ADC driverHans de Goede3-0/+340
2025-09-10iio: test: Add KUnit tests for iio_multiply_value()Hans de Goede3-0/+225
2025-09-10iio: Improve iio_read_channel_processed_scale() precisionHans de Goede1-4/+3
2025-09-10iio: consumers: Add an iio_multiply_value() helper functionHans de Goede1-30/+42
2025-09-10iio: consumers: Fix offset handling in iio_convert_raw_to_processed()Hans de Goede1-1/+1
2025-09-10iio: consumers: Fix handling of negative channel scale in iio_convert_raw_to_...Hans de Goede1-14/+14
2025-09-10iio: adc: exynos_adc: Drop platform data supportKrzysztof Kozlowski1-10/+1
2025-09-10iio: adc: exynos_adc: Drop touchscreen supportKrzysztof Kozlowski1-195/+1
2025-09-10iio: adc: exynos_adc: Drop S3C2410 supportKrzysztof Kozlowski1-74/+1
2025-09-10iio: adc: update ad7779 to use IIO backendIoana Risteiu2-1/+108
2025-09-01iio: dac: ad5421: use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-01iio: dac: ad5360: use int type to store negative error codesQianfeng Rong1-1/+1
2025-08-31iio: frequency: adf4350: Fix prescaler usage.Michael Hennerich1-7/+13
2025-08-31iio: adc: extract setup function without backendIoana Risteiu1-40/+46
2025-08-31iio: adc: adi-axi-adc: add axi_adc_num_lanes_setIoana Risteiu1-0/+1
2025-08-30iio: dac: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-14/+5
2025-08-30iio: adc: ad7124: add clock output supportDavid Lechner1-0/+33
2025-08-30iio: adc: ad7124: add external clock supportDavid Lechner1-7/+76
2025-08-30iio: adc: ad7124: do not require mclkDavid Lechner1-18/+44
2025-08-25iio: temperature: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus3-3/+0
2025-08-25iio: proximity: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-4/+1
2025-08-25iio: pressure: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus4-10/+0
2025-08-25iio: magnetometer: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus6-18/+4
2025-08-25iio: light: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus13-63/+20
2025-08-25iio: imu: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus7-23/+2
2025-08-25iio: gyro: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus4-9/+1
2025-08-25iio: common: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-08-25iio: chemical: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-5/+0
2025-08-25iio: adc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus12-40/+6
2025-08-25iio: accel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus8-30/+6
2025-08-25iio: adc: ad7768-1: use devm_regulator_get_enable_read_voltage()Jonathan Santos1-27/+8