RE: [PATCH] mtd: spi-nor: issi: Add support for is25lp02g

From: Boyapally, Srikanth
Date: Tue Nov 28 2023 - 01:03:07 EST


Hello Pratyush,

> -----Original Message-----
> From: Pratyush Yadav <pratyush@xxxxxxxxxx>
> Sent: Friday, November 24, 2023 8:17 PM
> To: Boyapally, Srikanth <Srikanth.Boyapally@xxxxxxx>
> Cc: tudor.ambarus@xxxxxxxxxx; pratyush@xxxxxxxxxx; michael@xxxxxxxx;
> miquel.raynal@xxxxxxxxxxx; richard@xxxxxx; vigneshr@xxxxxx; linux-
> mtd@xxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; git (AMD-Xilinx)
> <git@xxxxxxx>
> Subject: Re: [PATCH] mtd: spi-nor: issi: Add support for is25lp02g
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> Hi,
>
> On Thu, Nov 23 2023, Srikanth Boyapally wrote:
>
> > Add support for issi is25lp02g.
> >
> > Verified on AMD-Xilinx versal platform and executed mtd_debug
> > read/write test.
> >
> > Signed-off-by: Srikanth Boyapally <srikanth.boyapally@xxxxxxx>
>
> Based on a datasheet [0] I found online, this flash seems to have SFDP.
> And since you do not add any flash specific fixups, it likely does not need an entry
> and would work fine with the generic flash driver. Did you try using that? See [1]
> for more info on contribution guidelines.
>
> [0] https://www.issi.com/WW/pdf/25LP-WP02GG.pdf
> [1] https://lore.kernel.org/linux-mtd/20231123160721.64561-2-
> tudor.ambarus@xxxxxxxxxx/
>
I ran mtd_debug read/write tests on this flash, without adding flash
entry, it worked fine for me. Please ignore this patch.

Regards,
Srikanth B
> --
> Regards,
> Pratyush Yadav