summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Schrempf <[email protected]>2023-02-13 10:46:24 +0100
committerDario Binacchi <[email protected]>2023-04-16 12:24:33 +0200
commit175bc1c65b39be0f5251bc3141b699cf39d63cdc (patch)
treed62f90eec7eefd2f7237dad1efdaf562300307fb
parent12c1e5782401abca1a8cff578d1911a9ca7d2e7d (diff)
MAINTAINERS: Add entry for SPI NAND framework and drivers
In [1] Michael agreed on taking patches for SPI NAND through the RAW NAND tree. Add a dedicated entry to the MAINTAINERS file which adds Michael and Dario as maintainers and myself as reviewer. [1] https://lists.denx.de/pipermail/u-boot/2023-February/508571.html Signed-off-by: Frieder Schrempf <[email protected]> Cc: Jagan Teki <[email protected]> Cc: Dario Binacchi <[email protected]> Cc: Michael Nazzareno Trimarchi <[email protected]> Cc: Tom Rini <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Dario Binacchi <[email protected]>
-rw-r--r--MAINTAINERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4c17c6cb9f1..d188e9fff7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1398,6 +1398,14 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
F: drivers/spi/
F: include/spi*
+SPI NAND
+M: Dario Binacchi <[email protected]>
+M: Michael Trimarchi <[email protected]>
+R: Frieder Schrempf <[email protected]>
+S: Maintained
+T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
+F: drivers/mtd/nand/spi/
+
SPI-NOR
M: Jagan Teki <[email protected]>
M: Vignesh R <[email protected]>