diff options
author | Peter Pan <peterpandong@micron.com> | 2018-06-22 14:28:23 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-07-18 09:24:10 +0200 |
commit | 7529df4652482c33ae1a99ee8189401146f13cb7 (patch) | |
tree | 59b956d4aff419fa891dfc921f1e09e4b896f8a7 /include/linux/spi | |
parent | 0cf5c7dbaa392d11cfae532cedeaad0ac48b2165 (diff) | |
download | talos-obmc-linux-7529df4652482c33ae1a99ee8189401146f13cb7.tar.gz talos-obmc-linux-7529df4652482c33ae1a99ee8189401146f13cb7.zip |
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>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/spi-mem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/spi/spi-mem.h b/include/linux/spi/spi-mem.h index bb4bd15ae1f6..4fa34a227a0f 100644 --- a/include/linux/spi/spi-mem.h +++ b/include/linux/spi/spi-mem.h @@ -3,7 +3,9 @@ * Copyright (C) 2018 Exceet Electronics GmbH * Copyright (C) 2018 Bootlin * - * Author: Boris Brezillon <boris.brezillon@bootlin.com> + * Author: + * Peter Pan <peterpandong@micron.com> + * Boris Brezillon <boris.brezillon@bootlin.com> */ #ifndef __LINUX_SPI_MEM_H |