[PATCH 2/3] mtd: onenand: introduce not "real" commands for cache program feature.

Roman Tereshonkov roman.tereshonkov at nokia.com
Tue Nov 2 07:25:29 EDT 2010


Introduce not "real" commands for start/continue and stop the
cache program operation.

Signed-off-by: Roman Tereshonkov <roman.tereshonkov at nokia.com>
---
 include/linux/mtd/onenand_regs.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/mtd/onenand_regs.h b/include/linux/mtd/onenand_regs.h
index cd6f3b4..ce61e9c 100644
--- a/include/linux/mtd/onenand_regs.h
+++ b/include/linux/mtd/onenand_regs.h
@@ -143,6 +143,8 @@
 /* NOTE: Those are not *REAL* commands */
 #define ONENAND_CMD_BUFFERRAM		(0x1978)
 #define FLEXONENAND_CMD_READ_PI		(0x1985)
+#define ONENAND_CMD_CACHE_PROG		(0x1986)
+#define ONENAND_CMD_CACHE_PROG_LAST	(0x1987)
 
 /*
  * System Configuration 1 Register F221h (R, R/W)
-- 
1.7.0.4




More information about the linux-mtd mailing list