MAINTAINERS: Add myself as reviewer instead of Naga

Message ID c3ff76cb5e861500efe784f9f74ed93db08b2eb8.1683103414.git.michal.simek@amd.com
State New
Headers
Series MAINTAINERS: Add myself as reviewer instead of Naga |

Commit Message

Michal Simek May 3, 2023, 8:43 a.m. UTC
  Naga no longer works for AMD/Xilinx and there is no activity from him to
continue to maintain Xilinx related drivers. Add myself instead to be kept
in loop if there is any need for testing.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Michal Simek May 22, 2023, 3 p.m. UTC | #1
Hi Miquel,

On 5/3/23 10:43, Michal Simek wrote:
> Naga no longer works for AMD/Xilinx and there is no activity from him to
> continue to maintain Xilinx related drivers. Add myself instead to be kept
> in loop if there is any need for testing.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   MAINTAINERS | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 643f9feeb09a..104f1b8727d3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1600,7 +1600,7 @@ F:	drivers/media/i2c/ar0521.c
>   
>   ARASAN NAND CONTROLLER DRIVER
>   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> +R:	Michal Simek <michal.simek@amd.com>
>   L:	linux-mtd@lists.infradead.org
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
> @@ -1740,7 +1740,7 @@ F:	include/linux/amba/bus.h
>   
>   ARM PRIMECELL PL35X NAND CONTROLLER DRIVER
>   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> +R:	Michal Simek <michal.simek@amd.com>
>   L:	linux-mtd@lists.infradead.org
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
> @@ -1748,7 +1748,7 @@ F:	drivers/mtd/nand/raw/pl35x-nand-controller.c
>   
>   ARM PRIMECELL PL35X SMC DRIVER
>   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> +R:	Michal Simek <michal.simek@amd.com>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml

Any issue with this patch? Would be good to get your ACK on it?

Thanks,
Michal
  
Miquel Raynal May 22, 2023, 3:47 p.m. UTC | #2
Hi Michal,

michal.simek@amd.com wrote on Mon, 22 May 2023 17:00:34 +0200:

> Hi Miquel,
> 
> On 5/3/23 10:43, Michal Simek wrote:
> > Naga no longer works for AMD/Xilinx and there is no activity from him to
> > continue to maintain Xilinx related drivers. Add myself instead to be kept
> > in loop if there is any need for testing.
> > 
> > Signed-off-by: Michal Simek <michal.simek@amd.com>
> > ---
> > 
> >   MAINTAINERS | 6 +++---
> >   1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 643f9feeb09a..104f1b8727d3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1600,7 +1600,7 @@ F:	drivers/media/i2c/ar0521.c  
> >   >   ARASAN NAND CONTROLLER DRIVER  
> >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > +R:	Michal Simek <michal.simek@amd.com>
> >   L:	linux-mtd@lists.infradead.org
> >   S:	Maintained
> >   F:	Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
> > @@ -1740,7 +1740,7 @@ F:	include/linux/amba/bus.h  
> >   >   ARM PRIMECELL PL35X NAND CONTROLLER DRIVER  
> >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > +R:	Michal Simek <michal.simek@amd.com>
> >   L:	linux-mtd@lists.infradead.org
> >   S:	Maintained
> >   F:	Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
> > @@ -1748,7 +1748,7 @@ F:	drivers/mtd/nand/raw/pl35x-nand-controller.c  
> >   >   ARM PRIMECELL PL35X SMC DRIVER  
> >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > +R:	Michal Simek <michal.simek@amd.com>
> >   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >   S:	Maintained
> >   F:	Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml  
> 
> Any issue with this patch? Would be good to get your ACK on it?

I am currently emptying my backlog, I'm gonna take this patch through
the next fixes PR. Sorry for the delay.

Thanks,
Miquèl
  
Miquel Raynal May 22, 2023, 3:55 p.m. UTC | #3
miquel.raynal@bootlin.com wrote on Mon, 22 May 2023 17:47:53 +0200:

> Hi Michal,
> 
> michal.simek@amd.com wrote on Mon, 22 May 2023 17:00:34 +0200:
> 
> > Hi Miquel,
> > 
> > On 5/3/23 10:43, Michal Simek wrote:  
> > > Naga no longer works for AMD/Xilinx and there is no activity from him to
> > > continue to maintain Xilinx related drivers. Add myself instead to be kept
> > > in loop if there is any need for testing.
> > > 
> > > Signed-off-by: Michal Simek <michal.simek@amd.com>
> > > ---
> > > 
> > >   MAINTAINERS | 6 +++---
> > >   1 file changed, 3 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 643f9feeb09a..104f1b8727d3 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -1600,7 +1600,7 @@ F:	drivers/media/i2c/ar0521.c    
> > >   >   ARASAN NAND CONTROLLER DRIVER    
> > >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > > +R:	Michal Simek <michal.simek@amd.com>
> > >   L:	linux-mtd@lists.infradead.org
> > >   S:	Maintained
> > >   F:	Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
> > > @@ -1740,7 +1740,7 @@ F:	include/linux/amba/bus.h    
> > >   >   ARM PRIMECELL PL35X NAND CONTROLLER DRIVER    
> > >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > > +R:	Michal Simek <michal.simek@amd.com>
> > >   L:	linux-mtd@lists.infradead.org
> > >   S:	Maintained
> > >   F:	Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
> > > @@ -1748,7 +1748,7 @@ F:	drivers/mtd/nand/raw/pl35x-nand-controller.c    
> > >   >   ARM PRIMECELL PL35X SMC DRIVER    
> > >   M:	Miquel Raynal <miquel.raynal@bootlin.com>
> > > -M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
> > > +R:	Michal Simek <michal.simek@amd.com>
> > >   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > >   S:	Maintained
> > >   F:	Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml    
> > 
> > Any issue with this patch? Would be good to get your ACK on it?  
> 
> I am currently emptying my backlog, I'm gonna take this patch through
> the next fixes PR. Sorry for the delay.

Actually, can you resend with the ML in copy? Otherwise it does not
appear in patchwork and cannot easily be picked up.

Thanks,
Miquèl
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 643f9feeb09a..104f1b8727d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1600,7 +1600,7 @@  F:	drivers/media/i2c/ar0521.c
 
 ARASAN NAND CONTROLLER DRIVER
 M:	Miquel Raynal <miquel.raynal@bootlin.com>
-M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
+R:	Michal Simek <michal.simek@amd.com>
 L:	linux-mtd@lists.infradead.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
@@ -1740,7 +1740,7 @@  F:	include/linux/amba/bus.h
 
 ARM PRIMECELL PL35X NAND CONTROLLER DRIVER
 M:	Miquel Raynal <miquel.raynal@bootlin.com>
-M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
+R:	Michal Simek <michal.simek@amd.com>
 L:	linux-mtd@lists.infradead.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
@@ -1748,7 +1748,7 @@  F:	drivers/mtd/nand/raw/pl35x-nand-controller.c
 
 ARM PRIMECELL PL35X SMC DRIVER
 M:	Miquel Raynal <miquel.raynal@bootlin.com>
-M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
+R:	Michal Simek <michal.simek@amd.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml