[PATCH 0/6] Add driver support for NXP IMX8QXP ADC

From: Cai Huoqing
Date: Mon Aug 30 2021 - 13:21:53 EST


The NXP i.MX 8QuadXPlus SOC has a new ADC IP. These patches add
driver support for this ADC.

Cai Huoqing (6):
iio: adc: Init the driver for NXP i.MX8QuadXPlus
iio: adc: Add configuration for NXP i.MX8QuadXPlus ADC driver
iio: imx8qxp-adc: Add the detail for NXP i.MX8QuadXPlus ADC driver
dt-bindings: iio: adc: Add the binding documentation for NXP IMX8QXP
ADC
MAINTAINERS: Add the driver info of the NXP IMX8QXP ADC
iio: imx8qxp-adc: Add the copyright for NXP i.MX8QuadXPlus ADC driver

.../bindings/iio/adc/nxp,imx8qxp-adc.yaml | 85 +++
MAINTAINERS | 7 +
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/imx8qxp-adc.c | 588 ++++++++++++++++++
5 files changed, 691 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml
create mode 100644 drivers/iio/adc/imx8qxp-adc.c

--
2.25.1