OSDN Git Service

mtd: nand: Add core infrastructure to deal with NAND devices
authorBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 5 Feb 2018 22:02:05 +0000 (23:02 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 16 Feb 2018 09:10:53 +0000 (10:10 +0100)
commit9c3736a3de21d916a6af0594418b85a112f4bef6
tree7832ee20e3b498b5ca4b68b2b2b9383779d8ead1
parent93db446a424cee9387b532995e6b516667079555
mtd: nand: Add core infrastructure to deal with NAND devices

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>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/bbt.c [new file with mode: 0644]
drivers/mtd/nand/core.c [new file with mode: 0644]
include/linux/mtd/nand.h [new file with mode: 0644]