summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
31 hoursReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
12 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-06-03iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failureStepan Ionichev
2026-06-03iio: chemical: scd30: Replace manual locking with RAII lockingMaxwell Doose
2026-06-03iio: light: tsl2591: remove unneeded tsl2591_compatible_als_persist_cycle()Lucas Rabaquim
2026-06-02iio: dac: ad5686: create bus ops structRodrigo Alencar
2026-06-02iio: dac: ad5686: cleanup doc header of local structsRodrigo Alencar
2026-06-02iio: dac: ad5686: add control_sync() for single-channel devicesRodrigo Alencar
2026-06-02iio: dac: ad5686: add helpers to handle powerdown masksRodrigo Alencar
2026-06-02iio: dac: ad5686: add of_match table to the spi driverRodrigo Alencar
2026-06-02iio: dac: ad5686: drop enum idRodrigo Alencar
2026-06-02iio: dac: ad5686: remove redundant register definitionRodrigo Alencar
2026-06-02iio: dac: ad5686: refactor include headersRodrigo Alencar
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron
2026-06-02iio: adc: ad4080: fix AD4880 chip IDAntoniu Miclaus
2026-06-02iio: light: veml3328: add support for new deviceJoshua Crofts
2026-05-31iio: adc: ad4691: add oversampling supportRadu Sabau
2026-05-31iio: adc: ad4691: add SPI offload supportRadu Sabau
2026-05-31iio: adc: ad4691: add triggered buffer supportRadu Sabau
2026-05-31iio: adc: ad4691: add initial driver for AD4691 familyRadu Sabau
2026-05-31iio: adc: ad4080: add support for AD4884Antoniu Miclaus
2026-05-31light: tsl2591: simplify tsl2591_persist functions via lookup tableMatheus Silveira
2026-05-31iio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)
2026-05-31iio: temperature: ltc2983: Add support for ADT7604Liviu Stan
2026-05-31iio: core: Add IIO_COVERAGE channel typeLiviu Stan
2026-05-31iio: temperature: ltc2983: Use fwnode_property_present() for optional propertiesLiviu Stan
2026-05-31iio: temperature: ltc2983: Fix inconsistent channel wording in messagesLiviu Stan
2026-05-31iio: temperature: ltc2983: Use local device pointer consistentlyLiviu Stan
2026-05-31iio: temperature: ltc2983: Fix macro parenthesization and renameLiviu Stan
2026-05-31iio: temperature: ltc2983: Fix reinit_completion() called after conversion startLiviu Stan
2026-05-31iio: temperature: ltc2983: Fix n_wires default bypassing rotation checkLiviu Stan
2026-05-31iio: light: add support for APDS9999 sensorJose A. Perez de Azpillaga
2026-05-31iio: adc: spear_adc: align headers with IWYU principleRodrigo Gobbi
2026-05-31iio: adc: spear_adc: sort includes alphabeticallyRodrigo Gobbi
2026-05-31iio: pressure: cros_ec_baro: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: light: cros_ec_light_prox: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: common: cros_ec_sensors: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: adc: stm32-adc: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: adc: cc10001_adc: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: adc: at91_adc: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: adc: dln2-adc: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: common: scmi_sensors: simplify timestamp channel definitionDavid Lechner
2026-05-31iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literalAndy Shevchenko
2026-05-31iio: chemical: sps30: Replace manual locking with RAII lockingMaxwell Doose
2026-05-31iio: tcs3472: move standalone return to default caseAldo Conte
2026-05-31iio: tcs3472: use local struct device * for remaining casesAldo Conte
2026-05-31iio: tcs3472: use devm for resource managementAldo Conte
2026-05-31iio: tcs3472: use ! instead of explicit NULL checkAldo Conte