* [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-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
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2011-10-23 20:08 UTC (permalink / raw)
To: u-boot
Dear Shaohui Xie,
In message <1317122494-13562-1-git-send-email-Shaohui.Xie@freescale.com> you wrote:
> Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
> ---
> drivers/mtd/spi/eon.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Certain old men prefer to rise at dawn, taking a cold bath and a long
walk with an empty stomach and otherwise mortifying the flesh. They
then point with pride to these practices as the cause of their sturdy
health and ripe years; the truth being that they are hearty and old,
not because of their habits, but in spite of them. The reason we find
only robust persons doing this thing is that it has killed all the
others who have tried it. - Ambrose Bierce, "The Devil's Dictionary"
^ permalink raw reply [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.