summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-04-10iio: light: Add check for array bounds in veml6075_read_int_time_msKaran Sanghavi
2025-04-10iio: adc: ad7768-1: set MOSI idle state to prevent accidental resetJonathan Santos
2025-04-10iio: adc: ad7173: Fix comparison of channel configsUwe Kleine-König
2025-04-10iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König
2025-04-10iio: adc: ad4130: Fix comparison of channel setupsUwe Kleine-König
2025-04-10iio: adc: ad_sigma_delta: Disable channel after calibrationUwe Kleine-König
2025-04-10iio: adc: ad7192: Grab direct mode for calibrationUwe Kleine-König
2025-04-10iio: adc: ad7173: Grab direct mode for calibrationUwe Kleine-König
2025-04-10iio: backend: make sure to NULL terminate stack bufferNuno Sá
2025-04-10iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron
2025-04-10iio: adc: ad7124: Really disable all channels at probe timeUwe Kleine-König
2025-04-10iio: adc: ad7124: Micro-optimize channel disablingUwe Kleine-König
2025-04-10iio: light: veml6030: fix scale to conform to ABIJavier Carrasco
2025-04-10iio: gts-helper: export iio_gts_get_total_gain()Javier Carrasco
2025-04-10iio: light: veml6030: extend regmap to support regfieldsJavier Carrasco
2025-04-10iio: dac: adi-axi-dac: modify stream enableAngelo Dureghello
2025-02-08iio: filter: admv8818: Force initialization of SDOSam Winchenbach
2025-02-03iio: adc: ad7606: fix wrong scale availableAngelo Dureghello
2025-02-03iio: dac: ad3552r: clear reset status flagAngelo Dureghello
2025-02-03iio: adc: ad7192: fix channel selectMarkus Burri
2025-02-03iio: hid-sensor-prox: Split difference from multiple channelsRicardo Ribalda
2025-02-03iio: proximity: Fix use-after-free in hx9023s_send_cfg()Dheeraj Reddy Jonnalagadda
2025-02-03iio: adc: at91-sama5d2_adc: fix sama7g5 realbits valueNayab Sayed
2025-02-03iio: adc: pac1921: Move ACPI_FREE() to cover all branchesVictor Duicu
2025-02-03iio: light: apds9306: fix max_scale_nano valuesJavier Carrasco
2025-01-16Merge tag 'iio-fixes-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman
2025-01-12iio: dac: ad3552r-hs: clear reset status flagAngelo Dureghello
2025-01-12iio: dac: ad3552r-common: fix ad3541/2r rangesAngelo Dureghello
2025-01-12iio: chemical: bme680: Fix uninitialized variable in __bme680_read_raw()Dan Carpenter
2025-01-12Merge tag 'iio-for-6.14a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2025-01-04iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page alignmentMatteo Martelli
2025-01-04iio: adc: ad7625: Add ending newlines to error messagesUwe Kleine-König
2025-01-04iio: accel: adxl345: complete the list of definesLothar Rubusch
2025-01-04iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch
2025-01-04iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch
2025-01-04iio: accel: adxl345: introduce interrupt handlingLothar Rubusch
2025-01-04iio: light: veml3235: fix scale to conform to ABIJavier Carrasco
2025-01-04iio: gts-helper: add helpers to ease searches of gain_sel and new_gainJavier Carrasco
2024-12-28iio: light: veml3235: extend regmap to add cacheJavier Carrasco
2024-12-28iio: light: veml3235: fix code styleJavier Carrasco
2024-12-28iio: adc: meson: simplify MESON_SAR_ADC_REG11 register accessMartin Blumenstingl
2024-12-28iio: adc: meson: use tabs instead of spaces for some REG11 bit fieldsMartin Blumenstingl
2024-12-28iio: adc: meson: fix voltage reference selection field name typoMartin Blumenstingl
2024-12-28iio: adc: rockchip: correct alignment of timestampJonathan Cameron
2024-12-28iio: imu: inv_icm42600: switch timestamp type from int64_t __aligned(8) to al...Jonathan Cameron
2024-12-28iio: chemical: scd4x: switch timestamp type from int64_t __aligned(8) to alig...Jonathan Cameron
2024-12-28iio: adc: ti-lmp92064: Switch timestamp type from int64_t __aligned(8) to ali...Jonathan Cameron
2024-12-28iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron