summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2025-04-10iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi1-2/+6
2025-04-10iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos1-0/+15
2025-04-10iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König1-4/+21
2025-04-10iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König1-4/+31
2025-04-10iio: adc: ad4130: Fix comparison of channel setupsUwe Kleine-König1-2/+39
2025-04-10iio: adc: ad_sigma_delta: Disable channel after calibrationUwe Kleine-König1-0/+1
2025-04-10iio: adc: ad7192: Grab direct mode for calibrationUwe Kleine-König1-0/+5
2025-04-10iio: adc: ad7173: Grab direct mode for calibrationUwe Kleine-König1-0/+5
2025-04-10iio: backend: make sure to NULL terminate stack bufferNuno Sá1-1/+3
2025-04-10iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron1-11/+15
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2025-04-10iio: adc: ad7124: Really disable all channels at probe timeUwe Kleine-König1-5/+3
2025-04-10iio: adc: ad7124: Micro-optimize channel disablingUwe Kleine-König1-8/+9
2025-04-10iio: light: veml6030: fix scale to conform to ABIJavier Carrasco2-311/+218
2025-04-10iio: gts-helper: export iio_gts_get_total_gain()Javier Carrasco1-1/+10
2025-04-10iio: light: veml6030: extend regmap to support regfieldsJavier Carrasco1-25/+70
2025-04-10iio: dac: adi-axi-dac: modify stream enableAngelo Dureghello1-0/+8
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/ke...Greg 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/g...Greg 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 al...Jonathan Cameron2-2/+2
2024-12-28iio: chemical: scd4x: switch timestamp type from int64_t __aligned(8) to alig...Jonathan Cameron1-1/+1
2024-12-28iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to ali...Jonathan Cameron1-1/+1
2024-12-28iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1