summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorBrian Norris2012-05-23 08:50:00 +0200
committerDavid Woodhouse2012-07-06 19:17:05 +0200
commit1696e6bc2ae83734e64e206ac99766ea19e9a14e (patch)
tree7abaa256687acd2495ba4c88c65532c2ab7df624 /include/linux/mtd
parentmtd: nand: remove NAND_BBT_SEARCH option (diff)
downloadkernel-qcow2-linux-1696e6bc2ae83734e64e206ac99766ea19e9a14e.tar.gz
kernel-qcow2-linux-1696e6bc2ae83734e64e206ac99766ea19e9a14e.tar.xz
kernel-qcow2-linux-1696e6bc2ae83734e64e206ac99766ea19e9a14e.zip
mtd: nand: kill NAND_NO_READRDY
According to its documentation, the NAND_NO_READRDY option is always used when autoincrement is not supported. Autoincrement support was recently dropped, so we can drop this options as well (defaulting to "no read ready check"). Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 53dcf4973c1b..a81ac89a6950 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -185,12 +185,6 @@ typedef enum {
* This happens with the Renesas AG-AND chips, possibly others.
*/
#define BBT_AUTO_REFRESH 0x00000080
-/*
- * Chip does not require ready check on read. True
- * for all large page devices, as they do not support
- * autoincrement.
- */
-#define NAND_NO_READRDY 0x00000100
/* Chip does not allow subpage writes */
#define NAND_NO_SUBPAGE_WRITE 0x00000200