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

Cai Huoqing caihuoqing at baidu.com
Mon Aug 30 10:21:34 PDT 2021


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




More information about the linux-arm-kernel mailing list