aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/denali.h
diff options
context:
space:
mode:
authorChuanxiao Dong <chuanxiao.dong@intel.com>2010-08-06 18:19:09 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-08-06 16:30:26 +0100
commit08b9ab9996c7e582f86da319f43d2dcb8ff55993 (patch)
treede127bcf41c849449ecef88fae8b226f0e2f61fd /drivers/mtd/nand/denali.h
parentmtd: denali: Remove set_ecc_config function (diff)
downloadlinux-dev-08b9ab9996c7e582f86da319f43d2dcb8ff55993.tar.xz
linux-dev-08b9ab9996c7e582f86da319f43d2dcb8ff55993.zip
mtd: denali: Add multi connected NAND support
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to '')
-rw-r--r--drivers/mtd/nand/denali.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h
index bdf5c2af5000..b680474e6333 100644
--- a/drivers/mtd/nand/denali.h
+++ b/drivers/mtd/nand/denali.h
@@ -764,6 +764,7 @@ struct denali_nand_info {
int irq_debug_array[32];
int idx;
+ uint32_t devnum; /* represent how many nands connected */
uint32_t fwblks; /* represent how many blocks FW used */
uint32_t totalblks;
uint32_t blksperchip;