summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)Author
14 daysMerge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-05iio: adc: nxp-sar-adc: Fix the delay calculation in nxp_sar_adc_wait_for()Andy Shevchenko
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-07-02iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' to KconfigJoshua Crofts
2026-07-02iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to KconfigJoshua Crofts
2026-07-01iio: adc: ti-ads124s08: Return reset GPIO lookup errorsPengpeng Hou
2026-06-29iio: adc: spear: Initialize completion before requesting IRQMaxwell Doose
2026-06-29iio: adc: lpc32xx: Initialize completion before requesting IRQMaxwell Doose
2026-06-29iio: adc: ti-ads1119: fix PM reference leak in buffer preenableGuangshuo Li
2026-06-29iio: adc: ad7380: select REGMAPSamuel Moelius
2026-06-22Merge 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-02Merge tag 'v7.1-rc6' into workJonathan Cameron
2026-06-02iio: adc: ad4080: fix AD4880 chip IDAntoniu Miclaus
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-31iio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)
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: 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: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literalAndy Shevchenko
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-05-31iio: adc: ad7091r5: Simplify driver_data handlingUwe Kleine-König (The Capable Hub)
2026-05-31iio: adc: sun20i-gpadc: support non-contiguous channel lookupsMichal Piekos
2026-05-31iio: adc: sun20i-gpadc: add A523 gpadc supportMichal Piekos
2026-05-31iio: adc: xilinx-ams: refactor alarm mapping to table-driven approachGuilherme Ivo Bozi
2026-05-31iio: adc: xilinx-ams: use guard(mutex) for automatic lockingGuilherme Ivo Bozi
2026-05-31iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handlingGuilherme Ivo Bozi
2026-05-31iio: adc: ad7192: fix GPOCON register access annotationStepan Ionichev
2026-05-31iio: Drop unused driver_data in four i2c driversUwe Kleine-König (The Capable Hub)
2026-05-31iio: adc: hx711: move scale computation to per-device storagePiyush Patle
2026-05-31iio: adc: qcom-pm8xxx-xoadc: add support for reading channel labelsAntony Kurniawan Soemardi
2026-05-31iio: adc: qcom-pm8xxx-xoadc: remove redundant error logs when reading valuesAntony Kurniawan Soemardi
2026-05-31iio: adc: ad7192: replace usleep_range() with fsleep()Stepan Ionichev
2026-05-31iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during initMd Shofiqul Islam
2026-05-31iio: adc: ti-ads1298: Add parentheses around macro parameterMd Shofiqul Islam
2026-05-31iio: adc: ti-ads1298: Fix incorrect timeout commentMd Shofiqul Islam
2026-05-31iio: adc: ad7793: replace usleep_range() with fsleep()Stepan Ionichev
2026-05-31iio: adc: ingenic-adc: use guard()() and scoped_guard() to handle synchronisa...Felipe Ribeiro de Souza
2026-05-31iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw()Felipe Ribeiro de Souza
2026-05-31iio: adc: ingenic-adc: rename ingenic_adc_enable_unlocked() functionFelipe Ribeiro de Souza
2026-05-31iio: adc: mcp3422: write bit operations using bitfield.h APIsMarcelo Machado Lage