summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2026-07-24iio: hid-sensor-rotation: Fix stale or zero output when reading raw valuesZhang Lixu1-2/+38
2026-07-24iio: dac: mcp47feb02: Fix passing uninitialized vref1_uV for no Vref1 caseAriana Lazar1-15/+22
2026-07-24iio: tcs3472: power down chip on probe failureAldo Conte1-18/+20
2026-07-24iio: accel: mma8452: handle I2C read error(s) in mma8452_read()Sanjay Chitroda1-0/+2
2026-07-24iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handlingGuilherme Ivo Bozi1-0/+5
2026-07-24iio: magnetometer: ak8975: fix potential kernel stack memory leakJoshua Crofts1-0/+14
2026-07-24iio: light: si1133: prevent race condition on timeoutJoshua Crofts1-1/+8
2026-07-24iio: light: si1133: reset counter to prevent race conditionJoshua Crofts1-0/+5
2026-07-24iio: light: acpi-als: Check ACPI_COMPANION() against NULLRafael J. Wysocki1-1/+5
2026-07-18iio: temperature: tmp006: use devm_iio_trigger_registerStepan Ionichev1-1/+1
2026-07-18iio: temperature: ltc2983: Fix reinit_completion() called after conversion startLiviu Stan1-2/+1
2026-07-18iio: temperature: ltc2983: Fix n_wires default bypassing rotation checkLiviu Stan1-1/+1
2026-07-18iio: temperature: Build mlx90635 with CONFIG_MLX90635Pengpeng Hou1-1/+1
2026-07-18iio: resolver: ad2s1210: notify trigger and clear state on fault read errorStepan Ionichev1-1/+1
2026-07-18iio: proximity: vl53l0x: notify trigger and clear IRQ on error pathsStepan Ionichev1-4/+3
2026-07-18iio: pressure: mpl115: fix runtime PM leak on read errorBiren Pandya1-2/+2
2026-07-18iio: pressure: bmp280: zero-init bmp580 trigger handler bufferDavid Carlier1-1/+1
2026-07-18iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() callAndy Shevchenko1-0/+1
2026-07-18iio: light: veml6030: fix channel type when pushing eventsJavier Carrasco1-3/+5
2026-07-18iio: light: tsl2591: return actual error from probe IRQ failureStepan Ionichev1-4/+2
2026-07-18iio: light: opt3001: fix missing state reset on timeoutJoshua Crofts1-2/+4
2026-07-18iio: light: gp2ap002: fix runtime PM leak on read errorBiren Pandya1-1/+1
2026-07-18iio: light: al3320a: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-07-18iio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-18iio: light: al3010: read both ALS ADC registers againAlexander A. Klimov1-3/+5
2026-07-18iio: light: al3010: fix incorrect scale for the highest gain rangeVidhu Sarwal1-1/+1
2026-07-18iio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-18iio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-18iio: imu: st_lsm6dsx: deselect shub page before reading whoamiAndreas Kempe1-1/+20
2026-07-18iio: imu: inv_icm42600: fix timestamping by limiting FIFO readingJean-Baptiste Maneyrol2-4/+6
2026-07-18iio: imu: inv_icm42600: fix timestamp clock period by using lower valueJean-Baptiste Maneyrol2-4/+4
2026-07-18iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQRunyu Xiao1-1/+2
2026-07-18iio: imu: adis: add IRQF_NO_THREAD to non-FIFO trigger IRQRunyu Xiao1-1/+1
2026-07-18iio: gyro: bmg160: wait full startup time after mode change at probeStepan Ionichev1-2/+8
2026-07-18iio: gyro: bmg160: bail out when bandwidth/filter is not in tableStepan Ionichev1-0/+6
2026-07-18iio: event: Fix event FIFO reset raceLars-Peter Clausen1-3/+2
2026-07-18iio: dac: ad3552r-hs: fix uninitialized data ni ad3552r_hs_write_data_source()Dan Carpenter1-1/+1
2026-07-18iio: core: fix uninitialized data in debugfsDan Carpenter1-1/+1
2026-07-18iio: common: st_sensors: honour channel endianness in read_axis_dataHerman van Hazendonk1-6/+17
2026-07-18iio: chemical: scd30: Cleanup initializations and fix sign-extension bugMaxwell Doose1-4/+15
2026-07-18iio: buffer: hw-consumer: free scan_mask on buffer releaseFelix Gu1-0/+2
2026-07-18iio: backend: fix uninitialized data in debugfsDan Carpenter1-1/+1
2026-07-18iio: adc: ti-ads124s08: Return reset GPIO lookup errorsPengpeng Hou1-1/+2
2026-07-18iio: adc: ti-ads1119: fix PM reference leak in buffer preenableGuangshuo Li1-1/+5
2026-07-18iio: adc: spear: Initialize completion before requesting IRQMaxwell Doose1-2/+1
2026-07-18iio: adc: nxp-sar-adc: Fix the delay calculation in nxp_sar_adc_wait_for()Andy Shevchenko1-2/+2
2026-07-18iio: adc: lpc32xx: Initialize completion before requesting IRQMaxwell Doose1-2/+2
2026-07-18iio: adc: ad_sigma_delta: fix CS held asserted and state leaksRadu Sabau1-3/+5
2026-07-18iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devicesRadu Sabau1-2/+29
2026-07-18iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to KconfigJoshua Crofts1-0/+1