mtd/drivers/mtd/nand nand.c,1.19,1.20

gleixner at infradead.org gleixner at infradead.org
Wed Apr 3 14:30:43 EST 2002


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

Modified Files:
	nand.c 
Log Message:
erase blocking changed to erase suspend, hardwarespecific command and wait function enabled, added device id's


Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nand.c	21 Mar 2002 18:17:00 -0000	1.19
+++ nand.c	3 Apr 2002 19:30:40 -0000	1.20
@@ -35,6 +35,12 @@
  *		(eclarke at aminocom.com)
  *		- added zero check for this->chip_delay
  *
+ *  04-03-2002  Thomas Gleixner (gleixner at autronix.de)
+ *		- added added hw-driver supplied command and wait functions
+ *		- changed blocking for erase (erase suspend enabled)
+ *		- check pointers before accessing flash provided by
+ *		John Hall (john.hall at optionexist.co.uk)
+ *
  * $Id$
  *
[...1354 lines suppressed...]
 	oob_config.ecc_pos[4] = NAND_NOOB_ECCPOS4;
 	oob_config.ecc_pos[5] = NAND_NOOB_ECCPOS5;
-	oob_config.badblock_pos = NAND_NOOB_BADBPOS; 
+	oob_config.badblock_pos = NAND_NOOB_BADBPOS;
 	oob_config.eccvalid_pos = NAND_NOOB_ECCVPOS;
 #endif
 
@@ -1271,8 +1230,8 @@
 	return 0;
 }
 
-EXPORT_SYMBOL(nand_scan);
+EXPORT_SYMBOL (nand_scan);
 
-MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Steven J. Hill <sjhill at cotw.com");
-MODULE_DESCRIPTION("Generic NAND flash driver code");
+MODULE_LICENSE ("GPL");
+MODULE_AUTHOR ("Steven J. Hill <sjhill at cotw.com");
+MODULE_DESCRIPTION ("Generic NAND flash driver code");





More information about the linux-mtd-cvs mailing list