aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-50/+19
13 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds358-2513/+13164
2026-08-19Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman346-2419/+13008
2026-08-19Merge tag 'iio-fixes-for-7.2b-take2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman20-94/+156
2026-08-18Merge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski25-56/+142
2026-08-10Merge tag 'thermal-v7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki1-50/+19
2026-08-07iio: chemical: atlas-sensor: use iio_trigger_poll_nested() to fix remove UAFFan Wu1-12/+1
2026-08-07iio: adc: pac1921: fix wrong channel used in trigger handler readCong Nguyen1-1/+1
2026-08-07iio: light: gp2ap002: re-enable irq if runtime suspend failsNikhil Gautam1-0/+1
2026-08-07iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writesNikhil Gautam1-3/+10
2026-08-07iio: light: apds9306: fix PM reference leak in apds9306_read_data()Moksh Panicker1-5/+3
2026-08-07iio: gyro: mpu3050: fix sign of raw angular velocity readingsCong Nguyen1-1/+1
2026-08-07iio: srf04: fix pm_runtime handling on probe error pathCong Nguyen1-0/+1
2026-08-07iio: adc: ad4080: configure backend data sizeAntoniu Miclaus1-0/+5
2026-08-07iio: adc: adi-axi-adc: add data size support for AD408X backendAntoniu Miclaus1-0/+30
2026-08-07iio: chemical: atlas-sensor: fix PM reference leak in buffer postenableMoksh Panicker1-1/+5
2026-08-07iio: dac: ad5446: fix OF module device tableCan Peng1-1/+1
2026-08-07iio: light: opt4001: Fix reversed GENMASK() arguments in fault count maskNikhil Gautam1-1/+1
2026-08-07iio: light: opt4001: Reject integration times with a non-zero seconds partNikhil Gautam1-0/+3
2026-08-07iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()Nikhil Gautam1-2/+3
2026-08-07iio: light: opt4001: Fix power down clearing bits of the wrong registerNikhil Gautam1-23/+4
2026-08-07iio: light: opt4060: Fix incorrect register name in threshold read error messageVidhu Sarwal1-1/+1
2026-08-07iio: light: opt4060: Fix pointer type passed to div_u64_rem()Vidhu Sarwal1-1/+3
2026-08-07iio: light: opt4060: Reject integration times with a non-zero seconds partVidhu Sarwal1-0/+3
2026-08-07iio: light: ltrf216a: fix runtime PM reference leak in error pathVidhu Sarwal1-2/+1
2026-08-07iio: pressure: dps310: fix NULL pointer dereference on ACPI probeRupesh Majhi1-2/+1
2026-08-07iio: buffer: Make IIO DMA fence release RCU-safeLars-Peter Clausen1-9/+4
2026-08-07iio: buffer: Tie IIO dma fence lock lifetime to the fenceLars-Peter Clausen1-5/+4
2026-08-07iio: buffer: Fix potential use-after-free in anonymous buffer releaseLars-Peter Clausen1-6/+10
2026-08-07iio: dac: ad3552r-hs: fix scnprintf() buffer bound in data source showBabanpreet Singh1-1/+1
2026-08-07iio: dac: mcp47feb02: add missing 'select REGMAP_I2C' to KconfigJoshua Crofts1-0/+1
2026-08-07iio: ti-ads7138: Disable STATS_EN bit while reading conversion resultsPaul Geurts1-9/+33
2026-08-07iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driverJishnu Prakash1-47/+18
2026-08-07iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary printJishnu Prakash1-3/+1
2026-08-05iio: dac: mcp47a1: add support for new deviceJoshua Crofts3-0/+177
2026-08-05iio: imu: st_lsm6dsx: Update enable mask when using sensor fusionFrancesco Lavra1-0/+5
2026-08-05iio: light: cm32181: return zero after writing calibscaleGiorgi Tchankvetadze1-1/+1
2026-08-05iio: flow: add Sensirion SLF3S liquid flow sensor driverWadim Mueller5-0/+573
2026-08-05iio: core: add IIO_VAL_DECIMAL64_FEMTO format typeWadim Mueller1-0/+2
2026-08-05iio: types: add IIO_VOLUMEFLOW channel typeWadim Mueller1-0/+1
2026-08-03iio: adc: ltc2378: Add support for LTC2338-18Marcelo Schmitt1-2/+45
2026-08-03iio: adc: ltc2378: Enable triggered buffer data captureMarcelo Schmitt2-22/+52
2026-08-03iio: adc: ltc2378: Enable high-speed data captureMarcelo Schmitt2-3/+407
2026-08-03iio: adc: ltc2378: Add support for LTC2378-20 and similar ADCsMarcelo Schmitt3-0/+400
2026-08-03iio: magnetometer: ak8974: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-08-03iio: light: tsl2583: remove conditional return with no effectSang-Heon Jeon1-6/+2
2026-08-03iio: adc: rcar-gyroadc: remove rcar_gyroadc_set_power() helperSang-Heon Jeon1-12/+2
2026-08-03iio: light: vcnl4000: remove vcnl4000_set_pm_runtime_state() helperSang-Heon Jeon1-12/+2
2026-08-03iio: light: vcnl4035: remove vcnl4035_set_pm_runtime_state() helperSang-Heon Jeon1-14/+4
2026-08-03iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+7