mtd/include/linux/mtd nand.h,1.73,1.74
Vitaly Wool
vwool at ru.mvista.com
Thu Sep 15 09:58:53 EDT 2005
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv5652/include/linux/mtd
Modified Files:
nand.h
Log Message:
The changes introduced allow to suspend/resume NAND flash.
A new state (FL_PM_SUSPENDED) is introduced, as well as routines for mtd->suspend and mtd->resume to put the flash in suspended state from software pov.
Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- nand.h 31 May 2005 19:39:17 -0000 1.73
+++ nand.h 15 Sep 2005 13:58:50 -0000 1.74
@@ -244,6 +244,7 @@
FL_ERASING,
FL_SYNCING,
FL_CACHEDPRG,
+ FL_PM_SUSPENDED,
} nand_state_t;
/* Keep gcc happy */
More information about the linux-mtd-cvs
mailing list