From 3f491d11d8cbc3e4b4ff67bfc7f065e1cb56bcef Mon Sep 17 00:00:00 2001
From: Pratyush Yadav
Date: Fri, 24 Sep 2021 00:40:26 +0530
Subject: MAINTAINERS: Add spi-nor device tree binding under SPI NOR
maintainers
The binding is for the SPI NOR subsystem so the patches should be sent
to its maintainers. Currently the patches get sent to Rob Herring and
MTD maintainers who might not always have the full picture.
Signed-off-by: Pratyush Yadav
Signed-off-by: Tudor Ambarus
Link: https://lore.kernel.org/r/20210923191026.19184-1-p.yadav@ti.com
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
(limited to 'MAINTAINERS')
diff --git a/MAINTAINERS b/MAINTAINERS
index abdcbcfef73d..3913d1114324 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17652,6 +17652,7 @@ W: http://www.linux-mtd.infradead.org/
Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
C: irc://irc.oftc.net/mtd
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
+F: Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml
F: drivers/mtd/spi-nor/
F: include/linux/mtd/spi-nor.h
--
cgit v1.2.3
From 73e197df1949347bbc1902605b6c7fe8e3b04249 Mon Sep 17 00:00:00 2001
From: Manivannan Sadhasivam
Date: Mon, 4 Oct 2021 18:09:26 +0530
Subject: MAINTAINERS: Add entry for Qualcomm NAND controller driver
Since I maintain the dt-binding for this controller, I'm stepping
forward to maintain the driver also.
Signed-off-by: Manivannan Sadhasivam
Signed-off-by: Miquel Raynal
Link: https://lore.kernel.org/linux-mtd/20211004123926.53462-1-manivannan.sadhasivam@linaro.org
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'MAINTAINERS')
diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..f4c590b22636 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15572,6 +15572,14 @@ S: Maintained
F: Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml
F: drivers/regulator/vqmmc-ipq4019-regulator.c
+QUALCOMM NAND CONTROLLER DRIVER
+M: Manivannan Sadhasivam
+L: linux-mtd@lists.infradead.org
+L: linux-arm-msm@vger.kernel.org
+S: Maintained
+F: Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
+F: drivers/mtd/nand/raw/qcom_nandc.c
+
QUALCOMM RMNET DRIVER
M: Subash Abhinov Kasiviswanathan
M: Sean Tranchetti
--
cgit v1.2.3
From 8a057b5fb480f231b6944ebe01114ceb6a297422 Mon Sep 17 00:00:00 2001
From: Cai Huoqing
Date: Thu, 14 Oct 2021 19:06:14 +0800
Subject: MAINTAINERS: Update the devicetree documentation path of hyperbus
Change the devicetree documentation path
to "Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml"
since 'cypress,hyperflash.txt' and 'ti,am654-hbmc.txt' have
been converted to 'ti,am654-hbmc.yaml'.
Signed-off-by: Cai Huoqing
Signed-off-by: Miquel Raynal
Link: https://lore.kernel.org/linux-mtd/20211014110614.3320-1-caihuoqing@baidu.com
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'MAINTAINERS')
diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..d703a08462c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8707,8 +8707,7 @@ S: Supported
Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
C: irc://irc.oftc.net/mtd
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
-F: Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
-F: Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
+F: Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
F: drivers/mtd/hyperbus/
F: include/linux/mtd/hyperbus.h
--
cgit v1.2.3