linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd: nand: add Eon Silicon Solutions manufacturer ID
@ 2012-05-22 14:30 Brian Norris
  2012-05-22 14:30 ` [PATCH 2/2] mtd: nand: remove NAND_BBT_SEARCH option Brian Norris
  2012-05-23 12:49 ` [PATCH 1/2] mtd: nand: add Eon Silicon Solutions manufacturer ID Artem Bityutskiy
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Norris @ 2012-05-22 14:30 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: linux-mtd, Brian Norris, David Woodhouse

Eon's new NAND flash: EN27LN1G08.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 drivers/mtd/nand/nand_ids.c |    1 +
 include/linux/mtd/nand.h    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 621b70b..509a9f6 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -176,6 +176,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
 	{NAND_MFR_MICRON, "Micron"},
 	{NAND_MFR_AMD, "AMD"},
 	{NAND_MFR_MACRONIX, "Macronix"},
+	{NAND_MFR_EON, "Eon"},
 	{0x0, "Unknown"}
 };
 
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 57977c6..53dcf49 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -559,6 +559,7 @@ struct nand_chip {
 #define NAND_MFR_MICRON		0x2c
 #define NAND_MFR_AMD		0x01
 #define NAND_MFR_MACRONIX	0xc2
+#define NAND_MFR_EON		0x92
 
 /**
  * struct nand_flash_dev - NAND Flash Device ID Structure
-- 
1.7.5.4.2.g519b1

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

end of thread, other threads:[~2012-05-23 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 14:30 [PATCH 1/2] mtd: nand: add Eon Silicon Solutions manufacturer ID Brian Norris
2012-05-22 14:30 ` [PATCH 2/2] mtd: nand: remove NAND_BBT_SEARCH option Brian Norris
2012-05-23 12:49 ` [PATCH 1/2] mtd: nand: add Eon Silicon Solutions manufacturer ID 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).