summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-07-06iio: imu: bmi270: add channel for step counterGustavo Silva1-0/+138
2025-07-01include: linux: move adi-axi-common.h out of fpgaNuno Sá2-3/+2
2025-06-29iio: dac: ad3530r: Fix incorrect masking for channels 4-7 in powerdown modeKim Seer Paller1-1/+3
2025-06-29iio: adc: ad7380: fix adi,gain-milli property parsingDavid Lechner1-2/+3
2025-06-29iio: adc: ad7949: use spi_is_bpw_supported()David Lechner1-4/+3
2025-06-29iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flushSean Nyekjaer1-0/+2
2025-06-29iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel mapsChen-Yu Tsai1-0/+1
2025-06-29iio: common: st_sensors: Fix use of uninitialize device structsMaud Spierings3-35/+31
2025-06-29iio: adc: adi-axi-adc: fix ad7606_bus_reg_read()David Lechner1-2/+4
2025-06-26iio: imu: inv_icm42600: Convert to uXX and sXX integer typesAndy Shevchenko7-57/+57
2025-06-26iio: temperature: tmp006: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: proximity: irsd200: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: pressure: zpa2326: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: pressure: mprls0025pa: use = { } instead of memset()David Lechner1-4/+1
2025-06-26iio: pressure: mpl3115: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: pressure: bmp280: use = { } instead of memset()David Lechner1-4/+1
2025-06-26iio: magnetometer: af8133j: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: veml6030: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: opt4060: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: ltr501: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: light: bh1745: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: imu: inv_mpu6050: use = { } instead of memset()David Lechner2-7/+3
2025-06-26iio: imu: inv_icm42600: use = { } instead of memset()David Lechner2-6/+4
2025-06-26iio: dac: ad3552r: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: chemical: sunrise_co2: use = { } instead of memset()David Lechner1-4/+2
2025-06-26iio: chemical: scd30: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: chemical: scd4x: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: ti-tsc2046: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: ti-lmp92064: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: ti-ads1119: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: ti-ads1015: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: stm32-adc: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: rtq6056: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: rockchip_saradc: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: adc: mt6360-adc: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: adc: dln2-adc: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: accel: msa311: use = { } instead of memset()David Lechner1-3/+1
2025-06-26iio: accel: adxl372: use = { } instead of memset()David Lechner1-2/+1
2025-06-26iio: accel: adxl345: replace magic numbers by unit expressionsLothar Rubusch1-3/+3
2025-06-26iio: accel: adxl345: simplify measure enableLothar Rubusch2-4/+2
2025-06-26iio: accel: adxl345: make data struct variable irq function localLothar Rubusch1-6/+6
2025-06-26iio: amplifiers: ada4250: use dev_err_probe()David Lechner1-4/+2
2025-06-26iio: amplifiers: ada4250: move offset_uv in structDavid Lechner1-1/+1
2025-06-26iio: amplifiers: ada4250: use devm_regulator_get_enable_read_voltage()David Lechner1-21/+6
2025-06-26iio: amplifiers: ada4250: don't fail on bad chip IDDavid Lechner1-4/+2
2025-06-26iio: amplifiers: ada4250: used dev local variableDavid Lechner1-7/+7
2025-06-26iio: accel: sca3000: replace error_ret labels by simple returnsAndrew Ijano1-18/+11
2025-06-26iio: light: apds9306: Refactor threshold get/set functions to use helperNattan Ferreira1-16/+20
2025-06-26iio: adc: ad7768-1: add filter type and oversampling ratio attributesJonathan Santos1-95/+319
2025-06-26iio: adc: ad7768-1: replace manual attribute declarationJonathan Santos1-32/+31