commit | 29072b96078ffde36f03d51e6b5d0cff1ba8c7df | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Sep 28 15:38:36 2006 +0200 |
committer | Artem Bityutskiy <dedekind@infradead.org> | Wed Nov 29 17:03:52 2006 +0200 |
tree | 1353a27ae7e594044c521e28abf558e3796f98c9 | |
parent | f6a7ecb18dabd88bd9f28e7bece564cabe8ffe82 [diff] [blame] |
[MTD] NAND: add subpage write support Many SLC NANDs support up to 4 writes at one NAND page. Add support of this feature. Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index e34bbc9..18acb6d 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h
@@ -200,6 +200,8 @@ /* ECC status information */ struct mtd_ecc_stats ecc_stats; + /* Subpage shift (NAND) */ + int subpage_sft; void *priv;