summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/spi/macronix.c
Commit message (Collapse)AuthorAgeFilesLines
* mtd: spinand: macronix: Add support for MX35LF2GE4ABMiquel Raynal2018-07-181-0/+8
| | | | | | | | MX35LF2GE4AB is almost identical to MX35LF1GE4AB except it has 2 times more eraseblocks per LUN and exposes 2 planes instead of 1. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
* mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-07-181-0/+136
Add minimal support for the MX35LF1GE4AB SPI NAND chip. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>