All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B
@ 2011-09-27 11:21 Shaohui Xie
  2011-10-23 20:08 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Shaohui Xie @ 2011-09-27 11:21 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
---
 drivers/mtd/spi/eon.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index 806b44e..4c64494 100644
--- a/drivers/mtd/spi/eon.c
+++ b/drivers/mtd/spi/eon.c
@@ -41,6 +41,14 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
 		.nr_sectors = 4096,
 		.name = "EN25Q128",
 	},
+	{
+		.idcode1 = 0x16,
+		.page_size = 256,
+		.pages_per_sector = 16,
+		.sectors_per_block = 16,
+		.nr_sectors = 1024,
+		.name = "EN25Q32B",
+	},
 };
 
 static int eon_erase(struct spi_flash *flash, u32 offset, size_t len)
-- 
1.6.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B
@ 2011-10-03 14:37 Kumar Gala
  2011-10-03 14:52 ` Mike Frysinger
  2011-10-03 16:00 ` Kumar Gala
  0 siblings, 2 replies; 5+ messages in thread
From: Kumar Gala @ 2011-10-03 14:37 UTC (permalink / raw)
  To: u-boot

From: Shaohui Xie <Shaohui.Xie@freescale.com>

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

diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index 806b44e..4c64494 100644
--- a/drivers/mtd/spi/eon.c
+++ b/drivers/mtd/spi/eon.c
@@ -41,6 +41,14 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
 		.nr_sectors = 4096,
 		.name = "EN25Q128",
 	},
+	{
+		.idcode1 = 0x16,
+		.page_size = 256,
+		.pages_per_sector = 16,
+		.sectors_per_block = 16,
+		.nr_sectors = 1024,
+		.name = "EN25Q32B",
+	},
 };
 
 static int eon_erase(struct spi_flash *flash, u32 offset, size_t len)
-- 
1.7.3.4

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

end of thread, other threads:[~2011-10-23 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 11:21 [U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B Shaohui Xie
2011-10-23 20:08 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 14:37 Kumar Gala
2011-10-03 14:52 ` Mike Frysinger
2011-10-03 16:00 ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.