From: Sergey Ryazanov <ryazanov.s.a@gmail.com>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Linux MTD list <linux-mtd@lists.infradead.org>
Subject: [PATCH] mtd: m25p80: add support for EON EN25QH128
Date: Wed, 11 Jun 2014 02:35:42 +0400 [thread overview]
Message-ID: <1402439742-31999-1-git-send-email-ryazanov.s.a@gmail.com> (raw)
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.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 524dab3..ad1399d 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -909,6 +909,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "en25q32b", INFO(0x1c3016, 0, 64 * 1024, 64, 0) },
{ "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
{ "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
+ { "en25qh128", INFO(0x1c7018, 0, 64 * 1024, 256, 0) },
{ "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
/* ESMT */
--
1.8.1.5
next reply other threads:[~2014-06-10 22:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 22:35 Sergey Ryazanov [this message]
2014-06-10 23:17 ` [PATCH] mtd: m25p80: add support for EON EN25QH128 Brian Norris
2014-06-11 8:49 ` Sergey Ryazanov
2014-06-12 14:16 ` [PATCH v2] mtd: spi-nor: " Sergey Ryazanov
2014-06-14 22:27 ` Marek Vasut
2014-06-21 23:15 ` Sergey Ryazanov
2014-07-13 18:42 ` Sergey Ryazanov
2014-07-15 1:43 ` Brian Norris
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=1402439742-31999-1-git-send-email-ryazanov.s.a@gmail.com \
--to=ryazanov.s.a@gmail.com \
--cc=dwmw2@infradead.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