]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: Add core infrastructure to support SPI NANDs
authorPeter Pan <peterpandong@micron.com>
Thu, 16 Aug 2018 15:30:12 +0000 (17:30 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 20 Sep 2018 14:40:49 +0000 (20:10 +0530)
commite5a603f2cd1d47c8d0fd229f94f06c5c2ef1c400
tree69b01fa2cbb8f1c2aebfd9ff277acb2f12bc8760
parent6eeb612d9e2de27113fb054367fc4561b2282585
mtd: nand: Add core infrastructure to support SPI NANDs

Add a SPI NAND framework based on the generic NAND framework and the
spi-mem infrastructure.

In its current state, this framework supports the following features:

- single/dual/quad IO modes
- on-die ECC

Signed-off-by: Peter Pan <peterpandong@micron.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/spi/Kconfig [new file with mode: 0644]
drivers/mtd/nand/spi/Makefile [new file with mode: 0644]
drivers/mtd/nand/spi/core.c [new file with mode: 0644]
include/linux/mtd/spinand.h [new file with mode: 0644]