linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for the Renesas RZ/N1 ADC
@ 2025-10-15 14:28 Herve Codina (Schneider Electric)
  2025-10-15 14:28 ` [PATCH 1/4] dt-bindings: iio: adc: Add " Herve Codina (Schneider Electric)
                   ` (3 more replies)
  0 siblings, 4 replies; 35+ messages in thread
From: Herve Codina (Schneider Electric) @ 2025-10-15 14:28 UTC (permalink / raw)
  To: Wolfram Sang, Herve Codina, Jonathan Cameron, David Lechner,
	Nuno Sá, Andy Shevchenko, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Liam Girdwood,
	Mark Brown
  Cc: linux-iio, linux-renesas-soc, devicetree, linux-kernel,
	Pascal Eberhard, Miquel Raynal, Thomas Petazzoni

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


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

end of thread, other threads:[~2025-10-23  8:57 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 14:28 [PATCH 0/4] Add support for the Renesas RZ/N1 ADC Herve Codina (Schneider Electric)
2025-10-15 14:28 ` [PATCH 1/4] dt-bindings: iio: adc: Add " Herve Codina (Schneider Electric)
2025-10-16 15:49   ` Krzysztof Kozlowski
2025-10-17  7:20     ` Herve Codina
2025-10-16 17:17   ` Wolfram Sang
2025-10-17  7:07     ` Herve Codina
2025-10-23  8:55       ` Herve Codina
2025-10-23  8:57         ` Wolfram Sang
2025-10-15 14:28 ` [PATCH 2/4] iio: adc: Add support for " Herve Codina (Schneider Electric)
2025-10-15 14:55   ` Andy Shevchenko
2025-10-15 15:21   ` Nuno Sá
2025-10-15 19:14     ` Herve Codina
2025-10-16  9:24       ` Nuno Sá
2025-10-16 14:02         ` Herve Codina
2025-10-16 15:26           ` Nuno Sá
2025-10-17  6:59             ` Herve Codina
2025-10-17  8:26               ` Nuno Sá
2025-10-17 15:43                 ` Herve Codina
2025-10-17 16:29                   ` Nuno Sá
2025-10-18 18:31                     ` Jonathan Cameron
2025-10-16 13:13   ` kernel test robot
2025-10-16 14:47   ` kernel test robot
2025-10-17  6:28   ` Wolfram Sang
2025-10-17  7:36     ` Herve Codina
2025-10-17  7:40       ` Geert Uytterhoeven
2025-10-17  7:59         ` Herve Codina
2025-10-17  9:03           ` Wolfram Sang
2025-10-17  9:11   ` Wolfram Sang
2025-10-17 15:00     ` Herve Codina
2025-10-17 15:14       ` Wolfram Sang
2025-10-18 19:10   ` Jonathan Cameron
2025-10-15 14:28 ` [PATCH 3/4] ARM: dts: renesas: r9a06g032: Add the ADC device Herve Codina (Schneider Electric)
2025-10-17  6:36   ` Wolfram Sang
2025-10-15 14:28 ` [PATCH 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry Herve Codina (Schneider Electric)
2025-10-17  6:30   ` Wolfram Sang

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).