summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/bbt.c
AgeCommit message (Collapse)AuthorFilesLines
2018-02-16mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon1-0/+130
Add an intermediate layer to abstract NAND device interface so that some logic can be shared between SPI NANDs, parallel/raw NANDs, OneNANDs, ... Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>