/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | Makefile | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | tegra_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | zynq_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | kmeter1_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | mxc_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_plat.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | fsmc_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | mxs_nand_dt.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | sunxi_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_bch.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_ecc.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_spl_simple.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | mxc_nand_spl.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_bbt.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | kb9202_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | fsl_ifc_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | kirkwood_nand.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | nand_timings.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | omap_gpmc.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | denali_spl.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | sunxi_nand_spl.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | pxa3xx_nand.h | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | atmel_nand_ecc.h | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | omap_elm.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|
H A D | fsl_elbc_spl.c | a430fa06a4ac50e785fdbfb7f43c3cb14b35619c Thu Aug 16 10:30:07 CDT 2018 Miquel Raynal <miquel.raynal@bootlin.com> 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 <miquel.raynal@bootlin.com>
|