Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Ryazanov <ryazanov.s.a@gmail.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: Linux MTD list <linux-mtd@lists.infradead.org>
Subject: [PATCH v2] mtd: spi-nor: add support for EON EN25QH128
Date: Thu, 12 Jun 2014 18:16:46 +0400	[thread overview]
Message-ID: <1402582606-3523-1-git-send-email-ryazanov.s.a@gmail.com> (raw)
In-Reply-To: <1402439742-31999-1-git-send-email-ryazanov.s.a@gmail.com>

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
---
v2
* Rebased on l2-mtd.git
* Patch spi-nor instead of m25p80
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index c713c86..ac1fefc 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -449,6 +449,7 @@ const struct spi_device_id spi_nor_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

  parent reply	other threads:[~2014-06-12 14:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-10 22:35 [PATCH] mtd: m25p80: add support for EON EN25QH128 Sergey Ryazanov
2014-06-10 23:17 ` Brian Norris
2014-06-11  8:49   ` Sergey Ryazanov
2014-06-12 14:16 ` Sergey Ryazanov [this message]
2014-06-14 22:27   ` [PATCH v2] mtd: spi-nor: " 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=1402582606-3523-1-git-send-email-ryazanov.s.a@gmail.com \
    --to=ryazanov.s.a@gmail.com \
    --cc=computersforpeace@gmail.com \
    --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