]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: adc: Add support for the Renesas RZ/N1 ADC
authorHerve Codina (Schneider Electric) <herve.codina@bootlin.com>
Mon, 3 Nov 2025 14:18:32 +0000 (15:18 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 9 Nov 2025 15:08:53 +0000 (15:08 +0000)
commit2387a7d6e5ab81cded0310f2d7544f4470666a6c
tree93d6175affac179e9c59bcbd304fa79de5d2aadb
parent77538d110933de556c8a2dae7c04fd459db58d8b
iio: adc: Add support for the Renesas RZ/N1 ADC

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 ADC cores (ADC1
and ADC2) those internal cores are not directly accessed but are handled
through ADC controller virtual channels.

Signed-off-by: Herve Codina (Schneider Electric) <herve.codina@bootlin.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/rzn1-adc.c [new file with mode: 0644]