aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/kb9202_nand.c
Commit message (Collapse)AuthorAgeFilesLines
* mtd: Drop unused kb9202_nand driverSimon Glass2023-03-021-134/+0
| | | | | | | | | This is not used since time out of mind. Drop the driver and Kconfig option. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Michael Trimarchi <michael@amarulasolutions.com>
* nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-061-0/+1
| | | | | | | | We only include <linux/mtd/rawnand.h> in <nand.h> for the forward declaration of struct nand_chip, so do that directly. Then, include <linux/mtd/rawnand.h> where required directly. Signed-off-by: Tom Rini <trini@konsulko.com>
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-0/+133
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>