Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | common: Move command functions out of common.h | Simon Glass | |
Move these functions into the command.h header file which is a better fit. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.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> |