[PATCH 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry

Herve Codina (Schneider Electric) posted 4 patches 2 months ago
There is a newer version of this series
[PATCH 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry
Posted by Herve Codina (Schneider Electric) 2 months ago
After contributing the driver, add myself as the maintainer for the
Renesas RZ/N1 ADC driver.

Signed-off-by: Herve Codina (Schneider Electric) <herve.codina@bootlin.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 46126ce2f968..40af68e4c9e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21874,6 +21874,14 @@ F:	include/dt-bindings/net/pcs-rzn1-miic.h
 F:	include/linux/pcs-rzn1-miic.h
 F:	net/dsa/tag_rzn1_a5psw.c
 
+RENESAS RZ/N1 ADC DRIVER
+M:	Herve Codina <herve.codina@bootlin.com>
+L:	linux-iio@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+S:	Supported
+F:	Documentation/devicetree/bindings/iio/adc/renesas,rzn1-adc.yaml
+F:	drivers/iio/adc/rzn1-adc.c
+
 RENESAS RZ/N1 DWMAC GLUE LAYER
 M:	Romain Gantois <romain.gantois@bootlin.com>
 S:	Maintained
-- 
2.51.0
Re: [PATCH 4/4] MAINTAINERS: Add the Renesas RZ/N1 ADC driver entry
Posted by Wolfram Sang 2 months ago
Hi Herve,

thanks for stepping up to be the maintainer!

> +RENESAS RZ/N1 ADC DRIVER
> +M:	Herve Codina <herve.codina@bootlin.com>
> +L:	linux-iio@vger.kernel.org

The iio list can go because it will be added by the generic IIO entry
which handles all "drivers/iio".

Happy hacking,

   Wolfram