[PATCH v7 0/2] Add support for micron SPI NAND MT29F2G01AAAED

2020-11-08 Thread Thirumalesha Narasimhappa
v1: Add support for Micron SPI Nand device MT29F2G01AAAED Thirumalesha Narasimhappa (2): mtd: spinand: micron: Generalize the structure names mtd: spinand: micron: Add support for MT29F2G01AAAED drivers/mtd/nand/spi/micron.c | 124 ++ 1 file changed, 94 i

[PATCH v7 2/2] mtd: spinand: micron: Add support for MT29F2G01AAAED

2020-11-08 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 64 +++ 1 file changed, 64 insertions(+) diff --git a/drivers/mtd/nand/spi/micron.c b/drivers/mtd/nand/spi

[PATCH v7 1/2] mtd: spinand: micron: Generalize the structure names

2020-11-08 Thread Thirumalesha Narasimhappa
Rename the read/write/update of SPINAND_OP_VARIANTS() to a generic names Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 60 +-- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/drivers/mtd/nand/spi/micron.c b/drivers

[PATCH v6] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-11-06 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- v6: Reverted the SPINAND_OP_VARIANTS() as they were in v4 for MT29F2G01AAAED device v5: As per the review comments, the changes were reverted to the v2, except

[PATCH v5] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-11-03 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- v5: As per the review comments, the changes were reverted to the v2, except the MT29F2G01AAAED device related (including the review comments) v4: Split patch into two parts

[PATCH v4 0/2] Add support for micron SPI NAND MT29F2G01AAAED

2020-09-13 Thread Thirumalesha Narasimhappa
typo errors v1: Add support for Micron SPI Nand device MT29F2G01AAAED Thirumalesha Narasimhappa (2): mtd: spinand: micron: Generalize the function and structure names mtd: spinand: micron: add support for MT29F2G01AAAED drivers/mtd/nand/spi/micron.c | 144 --

[PATCH v4 2/2] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-09-13 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 64 +++ 1 file changed, 64 insertions(+) diff --git a/drivers/mtd/nand/spi/micron.c b/drivers/mtd/nand/spi

[PATCH v4 1/2] mtd: spinand: micron: Generalize the function and structure names

2020-09-13 Thread Thirumalesha Narasimhappa
Rename the oob structure and read/write/update function names to a generic names Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 80 +-- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/drivers/mtd/nand/spi/micron.c b

[RESEND PATCH v3] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-09-09 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- v3: As per the review comments, 1. Renamed read_cache_variants as quadio_read_cache_variants, write_cache_variants as x4_write_cache_variants

[PATCH v3] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-09-09 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 141 -- 1 file changed, 101 insertions(+), 40 deletions(-) diff --git a/drivers/mtd/nand/spi/micron.c b

[PATCH v2] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-08-23 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- v2: removed SPINAND_SELECT_TARGET as per the comments & fixed typo errors drivers/mtd/nand/spi/micron.c | 78 +++ 1 file changed

[PATCH] mtd: spinand: micron: add support for MT29F2G01AAAED

2020-07-12 Thread Thirumalesha Narasimhappa
The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit ECC Signed-off-by: Thirumalesha Narasimhappa --- drivers/mtd/nand/spi/micron.c | 77 +++ 1 file changed, 77 insertions(+) diff --git a/drivers/mtd/nand/spi/micron.c b/drivers/mtd/nand/spi