diff mbox series

[v6,3/4] MAINTAINERS: Add an entry for Renesas NAND controller

Message ID 20211217142033.353599-4-miquel.raynal@bootlin.com
State Accepted
Headers show
Series Renesas NAND controller support | expand

Commit Message

Miquel Raynal Dec. 17, 2021, 2:20 p.m. UTC
Point to the driver and the bindings.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Wolfram Sang Dec. 17, 2021, 9:34 p.m. UTC | #1
> +RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
> +M:	Miquel Raynal <miquel.raynal@bootlin.com>
> +L:	linux-mtd@lists.infradead.org

Could you add

L:      linux-renesas-soc@vger.kernel.org

as well please?

> +S:	Maintained
> +F:	Documentation/devicetree/bindings/mtd/renesas-nandc.yaml
> +F:	drivers/mtd/nand/raw/renesas-nand-controller.c
Miquel Raynal Dec. 21, 2021, 9:16 a.m. UTC | #2
Hi Wolfram,

wsa@kernel.org wrote on Fri, 17 Dec 2021 22:34:26 +0100:

> > +RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
> > +M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > +L:	linux-mtd@lists.infradead.org  
> 
> Could you add
> 
> L:      linux-renesas-soc@vger.kernel.org
> 
> as well please?

Sure! I'll add this line when applying.

Thanks for the feedback and for the overall review!

> 
> > +S:	Maintained
> > +F:	Documentation/devicetree/bindings/mtd/renesas-nandc.yaml
> > +F:	drivers/mtd/nand/raw/renesas-nand-controller.c  

Cheers,
Miquèl
Miquel Raynal Dec. 21, 2021, 5:10 p.m. UTC | #3
On Fri, 2021-12-17 at 14:20:32 UTC, Miquel Raynal wrote:
> Point to the driver and the bindings.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next.

Miquel
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 43007f2d29e0..4b357bef6ea0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16287,6 +16287,13 @@  S:	Supported
 F:	Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
 F:	drivers/iio/adc/rzg2l_adc.c
 
+RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
+M:	Miquel Raynal <miquel.raynal@bootlin.com>
+L:	linux-mtd@lists.infradead.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/mtd/renesas-nandc.yaml
+F:	drivers/mtd/nand/raw/renesas-nand-controller.c
+
 RESET CONTROLLER FRAMEWORK
 M:	Philipp Zabel <p.zabel@pengutronix.de>
 S:	Maintained