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

From: Miquel Raynal
Date: Wed Sep 09 2020 - 06:49:23 EST


Hi Thirumalesha,

Thirumalesha Narasimhappa <nthirumalesha7@xxxxxxxxx> wrote on Wed, 9
Sep 2020 18:44:42 +0800:

> The MT29F2G01AAAED is a single die, 2Gb Micron SPI NAND Flash with 4-bit
> ECC
>
> Signed-off-by: Thirumalesha Narasimhappa <nthirumalesha7@xxxxxxxxx>
> ---

Changelog, please?

> drivers/mtd/nand/spi/micron.c | 141 ++++++++++++++++++++++++----------
> 1 file changed, 101 insertions(+), 40 deletions(-)
>
> diff --git a/drivers/mtd/nand/spi/micron.c b/drivers/mtd/nand/spi/micron.c
> index 5d370cfcdaaa..fa8c20f37611 100644
> --- a/drivers/mtd/nand/spi/micron.c
> +++ b/drivers/mtd/nand/spi/micron.c
> @@ -28,7 +28,7 @@

Thanks,
Miquèl