Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-03 | mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD | Miquel Raynal | |
Like in Linux, just use CONFIG_MTD to compile the MTD stack. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> | |||
2018-09-20 | mtd: move NAND files into a raw/ subdirectory | Miquel Raynal | |
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> |