summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-56/+142
10 daysiio: event: Fix event FIFO reset raceLars-Peter Clausen1-3/+2
12 daysiio: imu: inv_icm42600: fix timestamp clock period by using lower valueJean-Baptiste Maneyrol2-4/+4
13 daysiio: light: al3010: fix incorrect scale for the highest gain rangeVidhu Sarwal1-1/+1
13 daysiio: adc: nxp-sar-adc: Fix the delay calculation in nxp_sar_adc_wait_for()Andy Shevchenko1-2/+2
13 daysiio: light: tsl2591: return actual error from probe IRQ failureStepan Ionichev1-4/+2
13 daysiio: imu: inv_icm42600: fix timestamping by limiting FIFO readingJean-Baptiste Maneyrol2-4/+6
2026-07-03iio: imu: st_lsm6dsx: deselect shub page before reading whoamiAndreas Kempe1-1/+20
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)330-330/+0
2026-07-02iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to KconfigJoshua Crofts1-0/+1
2026-07-02iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to KconfigJoshua Crofts1-0/+1
2026-07-02iio: adc: ti-ads124s08: Return reset GPIO lookup errorsPengpeng Hou1-1/+2
2026-07-02iio: temperature: Build mlx90635 with CONFIG_MLX90635Pengpeng Hou1-1/+1
2026-07-01iio: light: al3320a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-01iio: light: al3010: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-07-01iio: light: al3000a: add missing REGMAP_I2C to KconfigJoshua Crofts1-0/+1
2026-06-30iio: common: st_sensors: honour channel endianness in read_axis_dataHerman van Hazendonk1-6/+17
2026-06-30iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQRunyu Xiao1-1/+2
2026-06-30iio: imu: adis: add IRQF_NO_THREAD to non-FIFO trigger IRQRunyu Xiao1-1/+1
2026-06-30iio: hid-sensor-rotation: Fix stale or zero output when reading raw valuesZhang Lixu1-2/+38
2026-06-30iio: adc: spear: Initialize completion before requesting IRQMaxwell Doose1-2/+1
2026-06-30iio: adc: lpc32xx: Initialize completion before requesting IRQMaxwell Doose1-2/+2
2026-06-30iio: light: gp2ap002: fix runtime PM leak on read errorBiren Pandya1-1/+1
2026-06-30iio: pressure: mpl115: fix runtime PM leak on read errorBiren Pandya1-2/+2
2026-06-30iio: accel: kxsd9: fix runtime PM imbalance on write_raw() errorBiren Pandya1-2/+3
2026-06-30iio: accel: bmc150: clamp the device-reported FIFO frame countBryam Vargas1-0/+2
2026-06-30iio: dac: mcp47feb02: Fix passing uninitialized vref1_uV for no Vref1 caseAriana Lazar1-15/+22
2026-06-30iio: adc: ti-ads1119: fix PM reference leak in buffer preenableGuangshuo Li1-1/+5
2026-06-30iio: adc: ad7380: select REGMAPSamuel Moelius1-0/+1
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds333-3536/+8165
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds4-10/+10
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman20-39/+127
2026-06-03iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failureStepan Ionichev1-0/+1
2026-06-03iio: chemical: scd30: Replace manual locking with RAII lockingMaxwell Doose1-20/+38
2026-06-03iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()Lucas Rabaquim1-29/+0
2026-06-02iio: dac: ad5686: create bus ops structRodrigo Alencar4-28/+47
2026-06-02iio: dac: ad5686: cleanup doc header of local structsRodrigo Alencar1-6/+5
2026-06-02iio: dac: ad5686: add control_sync() for single-channel devicesRodrigo Alencar2-41/+58
2026-06-02iio: dac: ad5686: add helpers to handle powerdown masksRodrigo Alencar2-19/+34
2026-06-02iio: dac: ad5686: add of_match table to the spi driverRodrigo Alencar1-0/+21
2026-06-02iio: dac: ad5686: drop enum idRodrigo Alencar4-285/+240
2026-06-02iio: dac: ad5686: remove redundant register definitionRodrigo Alencar2-16/+5
2026-06-02iio: dac: ad5686: refactor include headersRodrigo Alencar4-15/+22
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron26-95/+193
2026-06-02iio: adc: ad4080: fix AD4880 chip IDAntoniu Miclaus1-1/+1
2026-06-02iio: light: veml3328: add support for new deviceJoshua Crofts3-0/+435
2026-05-31iio: adc: ad4691: add oversampling supportRadu Sabau1-30/+327
2026-05-31iio: adc: ad4691: add SPI offload supportRadu Sabau2-3/+443
2026-05-31iio: adc: ad4691: add triggered buffer supportRadu Sabau2-4/+572
2026-05-31iio: adc: ad4691: add initial driver for AD4691 familyRadu Sabau3-0/+796