diff options
| author | Frieder Schrempf <[email protected]> | 2023-02-13 10:46:25 +0100 |
|---|---|---|
| committer | Dario Binacchi <[email protected]> | 2023-04-16 12:24:59 +0200 |
| commit | 28b395ccc42cb7301733d8eb46a360189308bd71 (patch) | |
| tree | c37d464c8e664cbc9b926790ec22a30ee092b1b9 | |
| parent | 175bc1c65b39be0f5251bc3141b699cf39d63cdc (diff) | |
MAINTAINERS: Rename NAND FLASH to RAW NAND
As there are other types of NAND flashes like SPI NAND, let's be
more specific.
Signed-off-by: Frieder Schrempf <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Dario Binacchi <[email protected]>
| -rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d188e9fff7b..02a5a8682f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1181,13 +1181,6 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git F: drivers/mmc/ -NAND FLASH -M: Dario Binacchi <[email protected]> -M: Michael Trimarchi <[email protected]> -S: Maintained -T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git -F: drivers/mtd/nand/raw/ - NETWORK M: Joe Hershberger <[email protected]> M: Ramon Fried <[email protected]> @@ -1306,6 +1299,13 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git F: arch/powerpc/cpu/mpc85xx/ +RAW NAND +M: Dario Binacchi <[email protected]> +M: Michael Trimarchi <[email protected]> +S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git +F: drivers/mtd/nand/raw/ + RISC-V M: Rick Chen <[email protected]> M: Leo <[email protected]> |
