mtd/drivers/mtd/nand nand_ids.c,1.9,1.10

gleixner at infradead.org gleixner at infradead.org
Wed May 26 09:40:14 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv11248

Modified Files:
	nand_ids.c 
Log Message:
Fix bad comment. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>

Index: nand_ids.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_ids.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nand_ids.c	19 May 2004 20:15:12 -0000	1.9
+++ nand_ids.c	26 May 2004 13:40:12 -0000	1.10
@@ -101,7 +101,7 @@
 	 * The chosen minimum erasesize is 4 * 2 * 2048 = 16384 Byte, as those chips have an array of 4 page planes
 	 * 1 block = 2 pages, but due to plane arrangement the blocks 0-3 consists of page 0 + 4,1 + 5, 2 + 6, 3 + 7
 	 * Anyway JFFS2 would increase the eraseblock size so we chose a combined one which can be erased in one go
-	 * There are more speed improvements for reads and writes possible, but not implemented now */
+	 * There are more speed improvements for reads and writes possible, but not implemented now 
 	 */
 	{"AND 128MiB 3,3V 8-bit",	0x01, 2048, 128, 0x4000, NAND_IS_AND | NAND_NO_AUTOINCR | NAND_4PAGE_ARRAY},
 
@@ -117,6 +117,7 @@
 	{NAND_MFR_FUJITSU, "Fujitsu"},
 	{NAND_MFR_NATIONAL, "National"},
 	{NAND_MFR_RENESAS, "Renesas"},
+	{NAND_MFR_STMICRO, "ST Micro"},
 	{0x0, "Unknown"}
 };
 





More information about the linux-mtd-cvs mailing list