diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 2c0fb6380461..2fd85d55803d 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -159,6 +159,10 @@ typedef enum { | |||
159 | * bits from adjacent blocks from 'leaking' in altering data. | 159 | * bits from adjacent blocks from 'leaking' in altering data. |
160 | * This happens with the Renesas AG-AND chips, possibly others. */ | 160 | * This happens with the Renesas AG-AND chips, possibly others. */ |
161 | #define BBT_AUTO_REFRESH 0x00000080 | 161 | #define BBT_AUTO_REFRESH 0x00000080 |
162 | /* Chip does not require ready check on read. True | ||
163 | * for all large page devices, as they do not support | ||
164 | * autoincrement.*/ | ||
165 | #define NAND_NO_READRDY 0x00000100 | ||
162 | 166 | ||
163 | /* Options valid for Samsung large page devices */ | 167 | /* Options valid for Samsung large page devices */ |
164 | #define NAND_SAMSUNG_LP_OPTIONS \ | 168 | #define NAND_SAMSUNG_LP_OPTIONS \ |