--- zzzz-none-000/linux-2.6.28.10/include/linux/mtd/nand.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/linux/mtd/nand.h 2011-04-04 12:24:55.000000000 +0000 @@ -85,6 +85,8 @@ #define NAND_CMD_RNDOUTSTART 0xE0 #define NAND_CMD_CACHEDPROG 0x15 +#define NAND_ADR_ID 0 + /* Extended commands for AG-AND device */ /* * Note: the command for NAND_CMD_DEPLETE1 is really 0x00 but @@ -103,6 +105,8 @@ #define NAND_CMD_STATUS_ERROR3 0x76 #define NAND_CMD_STATUS_RESET 0x7f #define NAND_CMD_STATUS_CLEAR 0xff +#define NAND_CMD_CACHEREAD_SEQ_CONTINUE 0x31 +#define NAND_CMD_CACHEREAD_SEQ_STOP 0x3F #define NAND_CMD_NONE -1