[PATCH 0/7] add internal channels support

From: Olivier Moysan
Date: Wed Sep 08 2021 - 11:55:34 EST


This patchset adds support of ADC2 internal channels VDDCORE, VREFINT and VBAT
on STM32MP15x SoCs. The generic IIO channel bindings is also introduced here
to provide this feature. The legacy channel binding is kept for backward compatibility.

Olivier Moysan (7):
dt-bindings: iio: adc: add generic channel binding
dt-bindings: iio: adc: add nvmem support for vrefint internal channel
iio: adc stm32-adc: split channel init into several routines
iio: adc: stm32-adc: add support of generic channels binding
iio: adc: stm32-adc: add support of internal channels
iio: adc: stm32-adc: add vrefint calibration support
iio: adc: stm32-adc: use generic binding for sample-time

.../bindings/iio/adc/st,stm32-adc.yaml | 108 ++++-
drivers/iio/adc/stm32-adc-core.h | 8 +
drivers/iio/adc/stm32-adc.c | 418 ++++++++++++++++--
3 files changed, 482 insertions(+), 52 deletions(-)

--
2.17.1