[PATCH 0/4] Add support for the Renesas RZ/N1 ADC

Herve Codina (Schneider Electric) posted 4 patches 2 months ago
There is a newer version of this series
.../bindings/iio/adc/renesas,rzn1-adc.yaml    | 120 ++++
MAINTAINERS                                   |   8 +
arch/arm/boot/dts/renesas/r9a06g032.dtsi      |  10 +
drivers/iio/adc/Kconfig                       |  10 +
drivers/iio/adc/Makefile                      |   1 +
drivers/iio/adc/rzn1-adc.c                    | 626 ++++++++++++++++++
6 files changed, 775 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/renesas,rzn1-adc.yaml
create mode 100644 drivers/iio/adc/rzn1-adc.c
[PATCH 0/4] Add support for the Renesas RZ/N1 ADC
Posted by Herve Codina (Schneider Electric) 2 months ago
Hi,

The Renesas RZ/N1 ADC controller is the ADC controller available in the
Renesas RZ/N1 SoCs family.

It can use up to two internal ACD cores (ADC1 and ADC2) those internal
cores are handled through ADC controller virtual channels.

Best regards,
Herve Codina

Herve Codina (Schneider Electric) (4):
  dt-bindings: iio: adc: Add the Renesas RZ/N1 ADC
  iio: adc: Add support for the Renesas RZ/N1 ADC
  ARM: dts: renesas: r9a06g032: Add the ADC device
  MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry

 .../bindings/iio/adc/renesas,rzn1-adc.yaml    | 120 ++++
 MAINTAINERS                                   |   8 +
 arch/arm/boot/dts/renesas/r9a06g032.dtsi      |  10 +
 drivers/iio/adc/Kconfig                       |  10 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/rzn1-adc.c                    | 626 ++++++++++++++++++
 6 files changed, 775 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/renesas,rzn1-adc.yaml
 create mode 100644 drivers/iio/adc/rzn1-adc.c

-- 
2.51.0