mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG
authorJeff Kletsky <git-commits@allycomm.com>
Wed, 22 May 2019 22:05:55 +0000 (15:05 -0700)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 27 Jun 2019 18:06:39 +0000 (20:06 +0200)
commitcfd93d7c908e71d99996be93d2b031ad3fddc292
treecda9ea7392b46e7206908e6951d0a545903ab8ad
parent878844908e563a2f02b977bacd221c288e681c47
mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG

The GigaDevice GD5F1GQ4UFxxG SPI NAND is in current production devices
and, while it has the same logical layout as the E-series devices,
it differs in the SPI interfacing in significant ways.

This support is contingent on previous commits to:

  * Add support for two-byte device IDs
  * Define macros for page-read ops with three-byte addresses

http://www.gigadevice.com/datasheet/gd5f1gq4xfxxg/

Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/gigadevice.c