summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge 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
2026-05-31iio: adc: ad4080: add support for AD4884Antoniu Miclaus1-0/+18
2026-05-31light: tsl2591: simplify tsl2591_persist functions via lookup tableMatheus Silveira1-66/+28
2026-05-31iio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)3-5/+5
2026-05-31iio: temperature: ltc2983: Add support for ADT7604Liviu Stan1-19/+394
2026-05-31iio: core: Add IIO_COVERAGE channel typeLiviu Stan1-0/+1
2026-05-31iio: temperature: ltc2983: Use fwnode_property_present() for optional propertiesLiviu Stan1-26/+58
2026-05-31iio: temperature: ltc2983: Fix inconsistent channel wording in messagesLiviu Stan1-15/+15
2026-05-31iio: temperature: ltc2983: Use local device pointer consistentlyLiviu Stan1-40/+47
2026-05-31iio: temperature: ltc2983: Fix macro parenthesization and renameLiviu Stan1-6/+6
2026-05-31iio: temperature: ltc2983: Fix reinit_completion() called after conversion startLiviu Stan1-2/+1
2026-05-31iio: temperature: ltc2983: Fix n_wires default bypassing rotation checkLiviu Stan1-1/+1
2026-05-31iio: light: add support for APDS9999 sensorJose A. Perez de Azpillaga3-0/+348
2026-05-31iio: adc: spear_adc: align headers with IWYU principleRodrigo Gobbi1-4/+7
2026-05-31iio: adc: spear_adc: sort includes alphabeticallyRodrigo Gobbi1-8/+8
2026-05-31iio: pressure: cros_ec_baro: simplify timestamp channel definitionDavid Lechner1-7/+1
2026-05-31iio: light: cros_ec_light_prox: simplify timestamp channel definitionDavid Lechner1-7/+1
2026-05-31iio: common: cros_ec_sensors: simplify timestamp channel definitionDavid Lechner2-14/+2
2026-05-31iio: adc: stm32-adc: simplify timestamp channel definitionDavid Lechner1-9/+1
2026-05-31iio: adc: cc10001_adc: simplify timestamp channel definitionDavid Lechner1-8/+2
2026-05-31iio: adc: at91_adc: simplify timestamp channel definitionDavid Lechner1-9/+3
2026-05-31iio: adc: dln2-adc: simplify timestamp channel definitionDavid Lechner1-11/+1
2026-05-31iio: common: scmi_sensors: simplify timestamp channel definitionDavid Lechner1-12/+1
2026-05-31iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literalAndy Shevchenko2-2/+2
2026-05-31iio: chemical: sps30: Replace manual locking with RAII lockingMaxwell Doose1-14/+10
2026-05-31iio: tcs3472: move standalone return to default caseAldo Conte1-2/+4
2026-05-31iio: tcs3472: use local struct device * for remaining casesAldo Conte1-2/+2
2026-05-31iio: tcs3472: use devm for resource managementAldo Conte1-37/+26
2026-05-31iio: tcs3472: use ! instead of explicit NULL checkAldo Conte1-1/+1
2026-05-31iio: tcs3472: convert remaining locking to guard(mutex)Aldo Conte1-44/+32