diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2023-02-13 10:46:24 +0100 |
---|---|---|
committer | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-04-16 12:24:33 +0200 |
commit | 175bc1c65b39be0f5251bc3141b699cf39d63cdc (patch) | |
tree | d62f90eec7eefd2f7237dad1efdaf562300307fb /MAINTAINERS | |
parent | 12c1e5782401abca1a8cff578d1911a9ca7d2e7d (diff) | |
download | u-boot-175bc1c65b39be0f5251bc3141b699cf39d63cdc.tar.gz u-boot-175bc1c65b39be0f5251bc3141b699cf39d63cdc.tar.bz2 u-boot-175bc1c65b39be0f5251bc3141b699cf39d63cdc.zip |
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 <frieder.schrempf@kontron.de>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Cc: Tom Rini <trini@konsulko.com>
Link: https://lore.kernel.org/all/20230213094626.50957-1-frieder@fris.de/
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4c17c6cb9f..d188e9fff7 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 <dario.binacchi@amarulasolutions.com> +M: Michael Trimarchi <michael@amarulasolutions.com> +R: Frieder Schrempf <frieder.schrempf@kontron.de> +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 <jagan@amarulasolutions.com> M: Vignesh R <vigneshr@ti.com> |