mtd: nand: add ATO manufacturer info
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Dec 15 19:59:08 PST 2014
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=641519cb61bc766c3b4a70fd9ef14fc9509bf8bf
Commit: 641519cb61bc766c3b4a70fd9ef14fc9509bf8bf
Parent: 3755a99157d3b038f9dfe9bb203c520cb9728b93
Author: Brian Norris <computersforpeace at gmail.com>
AuthorDate: Tue Nov 4 11:32:45 2014 -0800
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Nov 25 20:11:12 2014 -0800
mtd: nand: add ATO manufacturer info
Tested with ATO AFND1G08U3, 128MiB NAND.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/nand/nand_ids.c | 1 +
include/linux/mtd/nand.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index fbde8910..dd620c1 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -178,6 +178,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_EON, "Eon"},
{NAND_MFR_SANDISK, "SanDisk"},
{NAND_MFR_INTEL, "Intel"},
+ {NAND_MFR_ATO, "ATO"},
{0x0, "Unknown"}
};
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index b14d190..3d4ea7e 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -736,6 +736,7 @@ struct nand_chip {
#define NAND_MFR_EON 0x92
#define NAND_MFR_SANDISK 0x45
#define NAND_MFR_INTEL 0x89
+#define NAND_MFR_ATO 0x9b
/* The maximum expected count of bytes in the NAND ID sequence */
#define NAND_MAX_ID_LEN 8
More information about the linux-mtd-cvs
mailing list