linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd/spi: support en25s64 device
@ 2014-05-21 10:05 Shengzhou Liu
  2014-05-21 10:05 ` [PATCH 2/2] powerpc/corenet64_smp_defconfig: enable RTC support Shengzhou Liu
  2014-05-21 20:50 ` [PATCH 1/2] mtd/spi: support en25s64 device Scott Wood
  0 siblings, 2 replies; 11+ messages in thread
From: Shengzhou Liu @ 2014-05-21 10:05 UTC (permalink / raw)
  To: linuxppc-dev, scottwood; +Cc: Shengzhou Liu

Add support for EON en25s64 spi device.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.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 7eda71d..6989311 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -745,6 +745,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) },
+	{ "en25s64",    INFO(0x1c3817, 0, 64 * 1024,  128, 0) },
 	{ "en25qh256",  INFO(0x1c7019, 0, 64 * 1024,  512, 0) },
 
 	/* ESMT */
-- 
1.8.0

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

end of thread, other threads:[~2014-05-28  6:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 10:05 [PATCH 1/2] mtd/spi: support en25s64 device Shengzhou Liu
2014-05-21 10:05 ` [PATCH 2/2] powerpc/corenet64_smp_defconfig: enable RTC support Shengzhou Liu
2014-05-22 22:51   ` [2/2] " Scott Wood
2014-05-23  8:03     ` Shengzhou.Liu
2014-05-23 17:06       ` Scott Wood
2014-05-26  3:08         ` Shengzhou.Liu
2014-05-27 15:33           ` Kumar Gala
2014-05-27 16:21             ` Scott Wood
2014-05-28  6:50               ` Shengzhou.Liu
2014-05-21 20:50 ` [PATCH 1/2] mtd/spi: support en25s64 device Scott Wood
2014-05-23  8:20   ` Shengzhou.Liu

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).