Stefan Roese
9e5c2a755a
mtd: nand: spi: Add Gigadevice SPI NAND support
...
This patch adds support for Gigadevices SPI NAND device to the new SPI
NAND infrastructure in U-Boot. Currently only the 128MiB GD5F1GQ4UC
device is supported.
Signed-off-by: Stefan Roese <sr@denx.de >
Cc: Miquel Raynal <miquel.raynal@bootlin.com >
Cc: Boris Brezillon <boris.brezillon@bootlin.com >
Cc: Jagan Teki <jagan@openedev.com >
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com >
Acked-by: Jagan Teki <jagan@openedev.com >
2018-10-04 18:24:24 +05:30
Boris Brezillon
6f041ccabb
mtd: spinand: Add initial support for the MX35LF1GE4AB chip
...
Add minimal support for the MX35LF1GE4AB SPI NAND chip.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com >
Acked-by: Jagan Teki <jagan@openedev.com >
2018-09-20 20:10:49 +05:30
Frieder Schrempf
3181c0a622
mtd: spinand: Add initial support for Winbond W25M02GV
...
Add support for the W25M02GV chip.
Signed-off-by: Frieder Schrempf <frieder.schrempf@exceet.de >
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 >
2018-09-20 20:10:49 +05:30
Peter Pan
883d8778ae
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
...
Add a basic driver for Micron SPI NANDs. Only one device is supported
right now, but the driver will be extended to support more devices
afterwards.
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 >
2018-09-20 20:10:49 +05:30
Peter Pan
0a6d6bae03
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 >
2018-09-20 20:10:49 +05:30