Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: add support for EON EN25QH128
@ 2014-06-10 22:35 Sergey Ryazanov
  2014-06-10 23:17 ` Brian Norris
  2014-06-12 14:16 ` [PATCH v2] mtd: spi-nor: " Sergey Ryazanov
  0 siblings, 2 replies; 8+ messages in thread
From: Sergey Ryazanov @ 2014-06-10 22:35 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Linux MTD list

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-15  1:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox