[PATCH 0/3] Add support for gigadevice, esmt and toshiba NAND

From: Sridharan S N
Date: Fri Jun 23 2023 - 00:59:25 EST


This series add support for SPI NAND devices mentioned below:

gigadevice :
GD5F1GQ5RExxH and GD5F1GQ4RExxH - These are 1Gb SLC NAND flash
with 4b/512b on-die ECC capability. Both has 2K + 64B PageSize.

esmt :
F50D2G41KA - This is 2Gb SLC NAND flash with 8b/512b on-die ECC
capability.It has 2K + 128B pagesize.

toshiba :
TC58NYG0S3HBAI4 - This is 1Gb SLC NAND flash with 8b/512b on-die ECC
capability.It has 2K + 128B pagesize.
TH58NYG2S3HBAI4 - This is 4Gb SLC NAND flash with 8b/512b on-die ECC
capability.It has 2K + 128B pagesize.
TH58NYG3S0HBAI6 - This is 8Gb SLC NAND flash with 8b/512b on-die ECC
capability.It has 4K + 256B pagesize.

Sridharan S N (3):
mtd: spinand: gigadevice: add support for GD5F1GQ{4,5}RExxH
mtd: spinand: add support for ESMT F50D2G41KA
mtd: spinand: add support for Toshiba T{C,H}58NYG{0,2}S3HBAI4 and
TH58NYG3S0HBAI6

drivers/mtd/nand/spi/esmt.c | 9 +++++++++
drivers/mtd/nand/spi/gigadevice.c | 20 +++++++++++++++++++
drivers/mtd/nand/spi/toshiba.c | 33 +++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)

--
2.17.1