-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtd: move NAND files into a raw/ subdirectory
NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in a raw/ subdirectory, to ease the addition of a core file in nand/ and the introduction of a spi/ subdirectory specific to SPI NANDs. Signed-off-by: Miquel Raynal <[email protected]>
- Loading branch information
1 parent
ce9bdc8
commit a430fa0
Showing
66 changed files
with
400 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -298,7 +298,7 @@ F: drivers/i2c/i2c-cdns.c | |
F: drivers/i2c/muxes/pca954x.c | ||
F: drivers/i2c/zynq_i2c.c | ||
F: drivers/mmc/zynq_sdhci.c | ||
F: drivers/mtd/nand/zynq_nand.c | ||
F: drivers/mtd/nand/raw/zynq_nand.c | ||
F: drivers/net/phy/xilinx_phy.c | ||
F: drivers/net/zynq_gem.c | ||
F: drivers/serial/serial_zynq.c | ||
|
@@ -322,7 +322,7 @@ F: drivers/i2c/i2c-cdns.c | |
F: drivers/i2c/muxes/pca954x.c | ||
F: drivers/i2c/zynq_i2c.c | ||
F: drivers/mmc/zynq_sdhci.c | ||
F: drivers/mtd/nand/zynq_nand.c | ||
F: drivers/mtd/nand/raw/zynq_nand.c | ||
F: drivers/net/phy/xilinx_phy.c | ||
F: drivers/net/zynq_gem.c | ||
F: drivers/serial/serial_zynq.c | ||
|
@@ -467,7 +467,7 @@ NAND FLASH | |
#M: Scott Wood <[email protected]> | ||
S: Orphaned (Since 2018-07) | ||
T: git git://git.denx.de/u-boot-nand-flash.git | ||
F: drivers/mtd/nand/ | ||
F: drivers/mtd/nand/raw/ | ||
|
||
NDS32 | ||
M: Macpaul Lin <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Copyright (C) 2011 OMICRON electronics GmbH | ||
* | ||
* based on drivers/mtd/nand/nand_spl_load.c | ||
* based on drivers/mtd/nand/raw/nand_spl_load.c | ||
* | ||
* Copyright (C) 2011 | ||
* Heiko Schocher, DENX Software Engineering, [email protected]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.