mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux version
authorStefan Roese <sr@denx.de>
Thu, 24 Jan 2019 16:18:19 +0000 (17:18 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 12 Apr 2019 05:24:11 +0000 (10:54 +0530)
commitd67fb265d1c071c6475fd97d01787b4c961516d5
treec382586df555fe0c7fdd65d92c37c32947590300
parent7eece328128ceffbd3b7425de5bfc9b29730730d
mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux version

This patch sync's the U-Boot SPI NAND GigaDevice GD5F1GQ4UExxG support
with the latest Linux version (v5.0-rc3) plus the chip supported posted
on the MTD list. Only the currently in U-Boot available chip is
supported with this sync.

The changes for the GD5F1GQ4UExxG are:
- Name of NAND device changed to better reflect the real part
- OOB layout changed to only reserve 1 byte for BBT
- Use ECC caps 8bits/512bytes instead of 8bits/2048bytes
- Enhanced ecc_get_status() function to determine and report
  a more fine grained bit error status

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/nand/spi/gigadevice.c