aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+3
2025-02-24iio: imu: st_lsm9ds0: Replace device.h with what is neededAndy Shevchenko2-2/+2
2025-02-18iio: Switch to use hrtimer_setup()Nam Cao2-5/+3
2025-02-08iio: filter: admv8818: Force initialization of SDOSam Winchenbach1-10/+4
2025-02-03iio: adc: ad7606: fix wrong scale availableAngelo Dureghello1-1/+1
2025-02-03iio: dac: ad3552r: clear reset status flagAngelo Dureghello1-0/+6
2025-02-03iio: adc: ad7192: fix channel selectMarkus Burri1-1/+1
2025-02-03iio: hid-sensor-prox: Split difference from multiple channelsRicardo Ribalda1-3/+4
2025-02-03iio: proximity: Fix use-after-free in hx9023s_send_cfg()Dheeraj Reddy Jonnalagadda1-1/+2
2025-02-03iio: adc: at91-sama5d2_adc: fix sama7g5 realbits valueNayab Sayed1-28/+40
2025-02-03iio: adc: pac1921: Move ACPI_FREE() to cover all branchesVictor Duicu1-1/+1
2025-02-03iio: light: apds9306: fix max_scale_nano valuesJavier Carrasco1-2/+2
2025-01-16Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman8-35/+63
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman24-56/+156
2025-01-12iio: dac: ad3552r-hs: clear reset status flagAngelo Dureghello1-0/+6
2025-01-12iio: dac: ad3552r-common: fix ad3541/2r rangesAngelo Dureghello2-8/+5
2025-01-12iio: chemical: bme680: Fix uninitialized variable in __bme680_read_raw()Dan Carpenter1-2/+2
2025-01-12Merge tag 'iio-for-6.14a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman128-2947/+4247
2025-01-04iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page alignmentMatteo Martelli1-38/+46
2025-01-04iio: adc: ad7625: Add ending newlines to error messagesUwe Kleine-König1-4/+4
2025-01-04iio: accel: adxl345: complete the list of definesLothar Rubusch1-6/+48
2025-01-04iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch2-11/+323
2025-01-04iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch4-3/+18
2025-01-04iio: accel: adxl345: introduce interrupt handlingLothar Rubusch1-0/+16
2025-01-04iio: light: veml3235: fix scale to conform to ABIJavier Carrasco2-108/+130
2025-01-04iio: gts-helper: add helpers to ease searches of gain_sel and new_gainJavier Carrasco1-0/+77
2024-12-28iio: light: veml3235: extend regmap to add cacheJavier Carrasco1-0/+31
2024-12-28iio: light: veml3235: fix code styleJavier Carrasco1-3/+3
2024-12-28iio: adc: meson: simplify MESON_SAR_ADC_REG11 register accessMartin Blumenstingl1-21/+8
2024-12-28iio: adc: meson: use tabs instead of spaces for some REG11 bit fieldsMartin Blumenstingl1-4/+4
2024-12-28iio: adc: meson: fix voltage reference selection field name typoMartin Blumenstingl1-5/+5
2024-12-28iio: adc: rockchip: correct alignment of timestampJonathan Cameron1-1/+1
2024-12-28iio: imu: inv_icm42600: switch timestamp type from int64_t __aligned(8) to aligned_s64Jonathan Cameron2-2/+2
2024-12-28iio: chemical: scd4x: switch timestamp type from int64_t __aligned(8) to aligned_s64Jonathan Cameron1-1/+1
2024-12-28iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to aligned_s64Jonathan Cameron1-1/+1
2024-12-28iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28iio: adc: Use aligned_s64 instead of open coding alignment.Jonathan Cameron13-13/+13
2024-12-28iio: chemical: Use aligned_s64 instead of open coding alignment.Jonathan Cameron3-3/+3
2024-12-28iio: gyro: Use aligned_s64 instead of open coding alignment.Jonathan Cameron4-4/+4
2024-12-28iio: humidity: Use aligned_s64 instead of open coding alignment.Jonathan Cameron3-3/+3
2024-12-28iio: imu: Use aligned_s64 instead of open coding alignment.Jonathan Cameron2-2/+2
2024-12-28iio: light: Use aligned_s64 instead of open coding alignment.Jonathan Cameron11-11/+11
2024-12-28iio: magnetometer: Use aligned_s64 instead of open coding alignment.Jonathan Cameron7-7/+7
2024-12-28iio: pressure: Use aligned_s64 instead of open coding alignment.Jonathan Cameron3-3/+3
2024-12-28iio: proximity: Use aligned_s64 instead of open coding alignment.Jonathan Cameron6-6/+6
2024-12-28iio: resolver: ad2s1210: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28iio: temperature: tmp006: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-28io: adc: ina2xx-adc: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1
2024-12-28iio: adc: ad7944: Fix sign and use aligned_s64 for timestamp.Jonathan Cameron1-1/+1