mtd/drivers/mtd/nand nand_ids.c,1.10,1.11
dmarlin at infradead.org
dmarlin at infradead.org
Mon Jan 17 13:26:30 EST 2005
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv30085/drivers/mtd/nand
Modified Files:
nand_ids.c
Log Message:
Added BBT_AUTO_REFRESH option for Renesas AG-AND chips.
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nand_ids.c 26 May 2004 13:40:12 -0000 1.10
+++ nand_ids.c 17 Jan 2005 18:26:27 -0000 1.11
@@ -103,7 +103,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
*/
- {"AND 128MiB 3,3V 8-bit", 0x01, 2048, 128, 0x4000, NAND_IS_AND | NAND_NO_AUTOINCR | NAND_4PAGE_ARRAY},
+ {"AND 128MiB 3,3V 8-bit", 0x01, 2048, 128, 0x4000, NAND_IS_AND | NAND_NO_AUTOINCR | NAND_4PAGE_ARRAY | BBT_AUTO_REFRESH},
{NULL,}
};
More information about the linux-mtd-cvs
mailing list