[RESEND PATCH] MAINTAINERS: Add myself as reviewer instead of Naga

Michal Simek posted 1 patch 2 years, 8 months ago
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[RESEND PATCH] MAINTAINERS: Add myself as reviewer instead of Naga
Posted by Michal Simek 2 years, 8 months ago
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>
---

Resend to also include linux-mtd and ARM mailing list - based on my
discussion with Miquel.
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b2ef60a4d01..3dcb54389356 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
-- 
2.36.1
Re: [RESEND PATCH] MAINTAINERS: Add myself as reviewer instead of Naga
Posted by Miquel Raynal 2 years, 8 months ago
On Tue, 2023-05-23 at 07:43:42 UTC, 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>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes, thanks.

Miquel