From: "ing. Federico Fuga" <fuga@studiofuga.com>
Cc: fuga@studiofuga.com, linux-mtd@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] MTD: add JEDEC ID for w25q32wd to chip table
Date: Thu, 31 May 2012 17:38:52 +0200 [thread overview]
Message-ID: <1338478732-31992-1-git-send-email-fuga@studiofuga.com> (raw)
From: "ing. Federico Fuga" <fuga@studiofuga.com>
Adds JEDEC ID for the 1.8V version of WinBond w25q32
Signed-off-by: Federico Fuga <fuga@studiofuga.com>
---
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
next reply other threads:[~2012-05-31 15:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-31 15:38 ing. Federico Fuga [this message]
2012-06-05 12:52 ` [PATCH] MTD: add JEDEC ID for w25q32wd to chip table Artem Bityutskiy
2012-06-05 12:55 ` Artem Bityutskiy
2012-06-05 15:37 ` [PATCH] MTD: add JEDEC ID for w25q32dw " Federico Fuga
2012-06-06 10:23 ` Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338478732-31992-1-git-send-email-fuga@studiofuga.com \
--to=fuga@studiofuga.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).