linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6]  Add driver support for NXP IMX8QXP ADC
@ 2021-08-30 17:21 Cai Huoqing
  2021-08-30 17:21 ` [PATCH 1/6] iio: adc: Init the driver for NXP i.MX8QuadXPlus Cai Huoqing
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Cai Huoqing @ 2021-08-30 17:21 UTC (permalink / raw)
  To: jic23, lars, robh+dt, shawnguo, s.hauer, kernel, festevam,
	linux-imx, alex.dewar90
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-kernel, Cai Huoqing

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-09-05 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 17:21 [PATCH 0/6] Add driver support for NXP IMX8QXP ADC Cai Huoqing
2021-08-30 17:21 ` [PATCH 1/6] iio: adc: Init the driver for NXP i.MX8QuadXPlus Cai Huoqing
2021-08-30 17:41   ` Fabio Estevam
2021-09-05 11:30   ` Jonathan Cameron
2021-08-30 17:21 ` [PATCH 2/6] iio: adc: Add configuration for NXP i.MX8QuadXPlus ADC driver Cai Huoqing
2021-08-30 17:21 ` [PATCH 3/6] iio: imx8qxp-adc: Add the detail " Cai Huoqing
2021-09-05 11:54   ` Jonathan Cameron
2021-08-30 17:21 ` [PATCH 4/6] dt-bindings: iio: adc: Add the binding documentation for NXP IMX8QXP ADC Cai Huoqing
2021-08-31  0:03   ` Rob Herring
2021-09-05 11:55   ` Jonathan Cameron
2021-08-30 17:21 ` [PATCH 5/6] MAINTAINERS: Add the driver info of the " Cai Huoqing
2021-08-30 17:21 ` [PATCH 6/6] iio: imx8qxp-adc: Add the copyright for NXP i.MX8QuadXPlus ADC driver Cai Huoqing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).