2012-05-31 15:39:04

by Federico Fuga

[permalink] [raw]
Subject: [PATCH] MTD: add JEDEC ID for w25q32wd to chip table

From: "ing. Federico Fuga" <[email protected]>

Adds JEDEC ID for the 1.8V version of WinBond w25q32

Signed-off-by: Federico Fuga <[email protected]>
---
drivers/mtd/devices/m25p80.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 7c60ddd..93ea3c1 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -757,6 +757,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "w25x16", INFO(0xef3015, 0, 64 * 1024, 32, SECT_4K) },
{ "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) },
+ { "w25q32wd", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },

--
1.7.9.5


2012-06-05 12:48:26

by Artem Bityutskiy

[permalink] [raw]
Subject: Re: [PATCH] MTD: add JEDEC ID for w25q32wd to chip table

On Thu, 2012-05-31 at 17:38 +0200, ing. Federico Fuga wrote:
> From: "ing. Federico Fuga" <[email protected]>
>
> Adds JEDEC ID for the 1.8V version of WinBond w25q32
>
> Signed-off-by: Federico Fuga <[email protected]>
> ---
> drivers/mtd/devices/m25p80.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 7c60ddd..93ea3c1 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -757,6 +757,7 @@ static const struct spi_device_id m25p_ids[] = {
> { "w25x16", INFO(0xef3015, 0, 64 * 1024, 32, SECT_4K) },
> { "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) },
> { "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) },
> + { "w25q32wd", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) },

It is w25q32wd, not w25q32wd.

--
Best Regards,
Artem Bityutskiy


Attachments:
signature.asc (836.00 B)
This is a digitally signed message part

2012-06-05 12:51:33

by Artem Bityutskiy

[permalink] [raw]
Subject: Re: [PATCH] MTD: add JEDEC ID for w25q32wd to chip table

On Tue, 2012-06-05 at 15:52 +0300, Artem Bityutskiy wrote:
> > + { "w25q32wd", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) },
>
> It is w25q32wd, not w25q32wd.

Gr, "dw", not "wd".

http://www.nexflash.com/hq/enu/ProductAndSales/ProductLines/FlashMemory/SerialFlash/W25Q32DW.htm

--
Best Regards,
Artem Bityutskiy


Attachments:
signature.asc (836.00 B)
This is a digitally signed message part

2012-06-05 15:37:12

by Federico Fuga

[permalink] [raw]
Subject: [PATCH] MTD: add JEDEC ID for w25q32dw to chip table

From: "ing. Federico Fuga" <[email protected]>

Adds JEDEC ID for the 1.8V version of WinBond w25q32

Signed-off-by: Federico Fuga <[email protected]>
---
drivers/mtd/devices/m25p80.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 7c60ddd..9d16890 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -757,6 +757,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "w25x16", INFO(0xef3015, 0, 64 * 1024, 32, SECT_4K) },
{ "w25x32", INFO(0xef3016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25q32", INFO(0xef4016, 0, 64 * 1024, 64, SECT_4K) },
+ { "w25q32dw", INFO(0xef6016, 0, 64 * 1024, 64, SECT_4K) },
{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },

--
1.7.9.5

2012-06-06 10:20:09

by Artem Bityutskiy

[permalink] [raw]
Subject: Re: [PATCH] MTD: add JEDEC ID for w25q32dw to chip table

On Tue, 2012-06-05 at 17:37 +0200, Federico Fuga wrote:
> From: "ing. Federico Fuga" <[email protected]>
>
> Adds JEDEC ID for the 1.8V version of WinBond w25q32
>
> Signed-off-by: Federico Fuga <[email protected]>

Pushed to l2-mtd.git, thanks!

--
Best Regards,
Artem Bityutskiy


Attachments:
signature.asc (836.00 B)
This is a digitally signed message part