Re: [PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-12-08 Thread Lad, Prabhakar
Hi Tudor, On Mon, Dec 7, 2020 at 5:27 PM wrote: > > Hi, Lad, > > On 10/16/20 2:55 PM, Lad Prabhakar wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > This chip is (nearly) identical to the Winbond w25m512jv which is > > already

Re: [PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-12-07 Thread Tudor.Ambarus
Hi, Lad, On 10/16/20 2:55 PM, Lad Prabhakar wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > This chip is (nearly) identical to the Winbond w25m512jv which is > already supported by Linux. Compared to the w25m512jv, the 'jw' > has a

Re: [PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-11-10 Thread Lad, Prabhakar
On Tue, Nov 10, 2020 at 12:58 PM Vignesh Raghavendra wrote: > > > > On 10/16/20 5:25 PM, Lad Prabhakar wrote: > > This chip is (nearly) identical to the Winbond w25m512jv which is > > already supported by Linux. Compared to the w25m512jv, the 'jw' > > has a different JEDEC ID. > > > >

Re: [PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-11-10 Thread Vignesh Raghavendra
On 10/16/20 5:25 PM, Lad Prabhakar wrote: > This chip is (nearly) identical to the Winbond w25m512jv which is > already supported by Linux. Compared to the w25m512jv, the 'jw' > has a different JEDEC ID. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das I believe this was tested on a

Re: [PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-10-22 Thread Geert Uytterhoeven
On Fri, Oct 16, 2020 at 1:56 PM Lad Prabhakar wrote: > This chip is (nearly) identical to the Winbond w25m512jv which is > already supported by Linux. Compared to the w25m512jv, the 'jw' > has a different JEDEC ID. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Datasheets available

[PATCH] mtd: spi-nor: winbond: Add support for w25m512jw

2020-10-16 Thread Lad Prabhakar
This chip is (nearly) identical to the Winbond w25m512jv which is already supported by Linux. Compared to the w25m512jv, the 'jw' has a different JEDEC ID. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- drivers/mtd/spi-nor/winbond.c | 2 ++ 1 file changed, 2 insertions(+) diff --git