linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table
@ 2011-09-30  7:08 Shaohui Xie
  2011-09-30 15:00 ` Mike Frysinger
  2011-10-14  8:37 ` Artem Bityutskiy
  0 siblings, 2 replies; 3+ messages in thread
From: Shaohui Xie @ 2011-09-30  7:08 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: linux-mtd, Shaohui Xie

Add support for EON spi flash EN25Q32B, which is not listed in id table,
need to add it in the id table to support the EON flash.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 drivers/mtd/devices/m25p80.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 35180e4..4e20c4d 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -671,6 +671,7 @@ static const struct spi_device_id m25p_ids[] = {
 	/* EON -- en25xxx */
 	{ "en25f32", INFO(0x1c3116, 0, 64 * 1024,  64, SECT_4K) },
 	{ "en25p32", INFO(0x1c2016, 0, 64 * 1024,  64, 0) },
+	{ "en25q32b", INFO(0x1c3016, 0, 64 * 1024,  64, 0) },
 	{ "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
 
 	/* Intel/Numonyx -- xxxs33b */
-- 
1.6.4

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

* Re: [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table
  2011-09-30  7:08 [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table Shaohui Xie
@ 2011-09-30 15:00 ` Mike Frysinger
  2011-10-14  8:37 ` Artem Bityutskiy
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2011-09-30 15:00 UTC (permalink / raw)
  To: Shaohui Xie; +Cc: linux-mtd, linuxppc-dev

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

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

* Re: [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table
  2011-09-30  7:08 [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table Shaohui Xie
  2011-09-30 15:00 ` Mike Frysinger
@ 2011-10-14  8:37 ` Artem Bityutskiy
  1 sibling, 0 replies; 3+ messages in thread
From: Artem Bityutskiy @ 2011-10-14  8:37 UTC (permalink / raw)
  To: Shaohui Xie; +Cc: linux-mtd, linuxppc-dev

On Fri, 2011-09-30 at 15:08 +0800, Shaohui Xie wrote:
> Add support for EON spi flash EN25Q32B, which is not listed in id table,
> need to add it in the id table to support the EON flash.
> 
> Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

Pushed to l2-mtd-2.6.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

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

end of thread, other threads:[~2011-10-14  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30  7:08 [PATCH] mtd: m25p80: add EON flash EN25Q32B into spi flash id table Shaohui Xie
2011-09-30 15:00 ` Mike Frysinger
2011-10-14  8:37 ` Artem Bityutskiy

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