Message ID | 20210609080112.1753221-16-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM Primecell PL35x support | expand |
On 09/06/2021 10:01, Miquel Raynal wrote: > Add Naga from Xilinx and myself responsible of this driver. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > Memory controller bits look good to me, except few things in bindings. I can take them up to this patch, for which I would need also Ack from Naga Sureshkumar Relli confirming he will co-maintain this code. I assume the NAND driver depends on this, so I can prepare a stable tag with the memory controller part, if needed. Best regards, Krzysztof
Hi Krzysztof, Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote on Wed, 9 Jun 2021 15:23:11 +0200: > On 09/06/2021 10:01, Miquel Raynal wrote: > > Add Naga from Xilinx and myself responsible of this driver. > > > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > Memory controller bits look good to me, except few things in bindings. I > can take them up to this patch, for which I would need also Ack from > Naga Sureshkumar Relli confirming he will co-maintain this code. Sure. I would also expect Rob to Ack the yaml conversion possibly. I am waiting for your feedback on a couple of questions and then I will respin the series. > I assume the NAND driver depends on this, so I can prepare a stable tag > with the memory controller part, if needed. Absolutely, that would be great. Thanks, Miquèl
> -----Original Message----- > From: Miquel Raynal <miquel.raynal@bootlin.com> > Sent: Wednesday, June 9, 2021 1:31 PM > To: Richard Weinberger <richard@nod.at>; Vignesh Raghavendra > <vigneshr@ti.com>; Tudor Ambarus <Tudor.Ambarus@microchip.com>; linux- > mtd@lists.infradead.org; Rob Herring <robh+dt@kernel.org>; > devicetree@vger.kernel.org; Krzysztof Kozlowski > <krzysztof.kozlowski@canonical.com> > Cc: Michal Simek <monstr@monstr.eu>; Naga Sureshkumar Relli > <nagasure@xilinx.com>; Amit Kumar Mahapatra <akumarma@xilinx.com>; > Thomas Petazzoni <thomas.petazzoni@bootlin.com>; linux-arm- > kernel@lists.infradead.org; linux-kernel@vger.kernel.org; > helmut.grohne@intenta.de; Srinivas Goud <sgoud@xilinx.com>; Siva Durga > Prasad Paladugu <sivadur@xilinx.com>; Miquel Raynal > <miquel.raynal@bootlin.com> > Subject: [PATCH v22 15/18] MAINTAINERS: Add PL353 SMC entry > > Add Naga from Xilinx and myself responsible of this driver. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> Thanks, Naga Sureshkumar Relli > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bd7aff0c120f..b4315b76645a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1452,6 +1452,14 @@ S: Odd Fixes > F: drivers/amba/ > F: include/linux/amba/bus.h > > +ARM PRIMECELL PL35X SMC DRIVER > +M: Miquel Raynal <miquel.raynal@bootlin.com@bootlin.com> > +M: Naga Sureshkumar Relli <nagasure@xilinx.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml > +F: drivers/memory/pl353-smc.c > + > ARM PRIMECELL CLCD PL110 DRIVER > M: Russell King <linux@armlinux.org.uk> > S: Odd Fixes > -- > 2.27.0
diff --git a/MAINTAINERS b/MAINTAINERS index bd7aff0c120f..b4315b76645a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1452,6 +1452,14 @@ S: Odd Fixes F: drivers/amba/ F: include/linux/amba/bus.h +ARM PRIMECELL PL35X SMC DRIVER +M: Miquel Raynal <miquel.raynal@bootlin.com@bootlin.com> +M: Naga Sureshkumar Relli <nagasure@xilinx.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml +F: drivers/memory/pl353-smc.c + ARM PRIMECELL CLCD PL110 DRIVER M: Russell King <linux@armlinux.org.uk> S: Odd Fixes
Add Naga from Xilinx and myself responsible of this driver. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)