summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-01-22iio: light: opt4060: Use IIO cleanup helpersKurt Borja1-35/+17
2026-01-22iio: health: max30102: Use IIO cleanup helpersKurt Borja1-25/+10
2026-01-22iio: light: vcnl4000: Use IIO cleanup helpersKurt Borja1-31/+18
2026-01-22iio: core: Match iio_device_claim_*() semantics and implementationKurt Borja6-55/+6
2026-01-22iio: core: Refactor iio_device_claim_direct() implementationKurt Borja1-44/+0
2026-01-22iio: core: Add and export __iio_dev_mode_lock()Kurt Borja1-0/+30
2026-01-22iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.Jonathan Cameron1-2/+2
2026-01-22iio: adc: ad4062: Switch from struct i3c_priv_xfer to struct i3c_xferJonathan Cameron1-13/+13
2026-01-16iio: proximity: rfd77402: Reorder header includesShrikant Raskar1-2/+2
2026-01-16iio: imu: smi330: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+2
2026-01-16iio: accel: adxl380: Add support for 1 kHz sampling frequencyFrancesco Lavra2-22/+71
2026-01-16iio: accel: adxl380: Introduce helper function for activity detectionFrancesco Lavra1-5/+24
2026-01-16iio: accel: adxl380: Store sampling frequency index in odr struct memberFrancesco Lavra1-11/+2
2026-01-16iio: adc: ad9467: include two's complement in default modeTomas Melin1-8/+25
2026-01-16iio: pressure: mprls0025pa: add copyright linePetre Rodan1-0/+1
2026-01-16iio: pressure: mprls0025pa: change measurement sequencePetre Rodan1-29/+3
2026-01-16iio: pressure: mprls0025pa: stricter checks for the status bytePetre Rodan1-6/+22
2026-01-16iio: pressure: mprls0025pa: move memset to corePetre Rodan2-1/+2
2026-01-16iio: pressure: mprls0025pa: introduce tx bufferPetre Rodan4-35/+6
2026-01-16iio: pressure: mprls0025pa: rename buffer variablePetre Rodan4-10/+10
2026-01-16iio: pressure: mprls0025pa: remove redundant declarationsPetre Rodan1-3/+0
2026-01-16iio: pressure: mprls0025pa: cleanup includesPetre Rodan2-3/+7
2026-01-16iio: pressure: mprls0025pa: fix pressure calculationPetre Rodan2-17/+11
2026-01-16iio: pressure: mprls0025pa: fix scan_type structPetre Rodan1-2/+2
2026-01-16iio: pressure: mprls0025pa: fix interrupt flagPetre Rodan1-4/+2
2026-01-16iio: pressure: mprls0025pa: fix SPI CS delay violationPetre Rodan1-5/+14
2026-01-16iio: pressure: mprls0025pa: fix spi_transfer struct initialisationPetre Rodan1-1/+1
2026-01-14iio: pressure: abp2030pa: remove error messagePetre Rodan1-1/+1
2026-01-14iio: pressure: abp2030pa: fix typo in Kconfig descriptionPetre Rodan1-1/+1
2026-01-11iio: dac: ds4424: drop unused include IIO consumer headerRomain Gantois1-1/+0
2026-01-11iio: adc: Initial support for AD4134Marcelo Schmitt3-0/+512
2026-01-11iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_sourceMiaoqian Lin1-1/+4
2026-01-11iio: adc: ad7476: Remove duplicate includeChen Ni1-1/+0
2026-01-11iio: adc: ti-ads1018: Drop stale kernel-doc function contextKurt Borja1-2/+1
2026-01-11iio: bmi270_i2c: Add MODULE_DEVICE_TABLE for BMI260/270Derek J. Clark1-0/+3
2026-01-11iio: proximity: rfd77402: Add OF device ID for enumeration via DTShrikant Raskar1-0/+7
2026-01-11iio: adc: men_z188_adc: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-1/+0
2026-01-11iio: accel: iis328dq: fix gain valuesMarkus Koeniger1-1/+71
2025-12-31iio: core: Constify struct configfs_item_operations and configfs_group_operat...Christophe JAILLET2-2/+2
2025-12-31iio: test: drop dangling symbol in gain-time-scale helpersRandy Dunlap1-1/+0
2025-12-31iio: dac: adi-axi-dac: Make use of dev_err_probe()Nuno Sá1-12/+9
2025-12-31iio: dac: adi-axi-dac: Make use of a local struct device variableNuno Sá1-24/+23
2025-12-31iio: adc: rockchip: Simplify probe() with local 'dev'Krzysztof Kozlowski1-28/+22
2025-12-31iio: adc: exynos: Simplify probe() with local 'dev' and 'np'Krzysztof Kozlowski1-20/+16
2025-12-31iio: adc: aspeed: Simplify probe() with local 'dev' and 'np'Krzysztof Kozlowski1-23/+19
2025-12-31iio: adc: ad4062: Add GPIO Controller supportJorge Marques1-0/+125
2025-12-31iio: adc: ad4062: Add IIO Events supportJorge Marques1-1/+406
2025-12-31iio: adc: ad4062: Add IIO Trigger supportJorge Marques2-6/+268
2025-12-31iio: adc: Add support for ad4062Jorge Marques3-0/+831
2025-12-31iio: dac: adding support for Microchip MCP47FEB02Ariana Lazar3-0/+1271