Message ID | 20211217142033.353599-4-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Renesas NAND controller support | expand |
> +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
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
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 --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
Point to the driver and the bindings. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)