aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/onenand.h
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2005-09-29 04:53:16 +0100
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-06 22:59:48 +0100
commit83a368380e172c1b2e9fd6ec2a62e457684adf0c (patch)
treedd5150d734a383ac042b02f7447f22a46f46a28c /include/linux/mtd/onenand.h
parent[MTD] OneNAND: Power Management (PM) support (diff)
downloadlinux-dev-83a368380e172c1b2e9fd6ec2a62e457684adf0c.tar.xz
linux-dev-83a368380e172c1b2e9fd6ec2a62e457684adf0c.zip
[MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages)
Add density mask for better support of DDP chips. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/mtd/onenand.h')
-rw-r--r--include/linux/mtd/onenand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h
index afaa6342aa7f..d27fd12d096d 100644
--- a/include/linux/mtd/onenand.h
+++ b/include/linux/mtd/onenand.h
@@ -84,6 +84,7 @@ struct onenand_chip {
void __iomem *base;
unsigned int chipsize;
unsigned int device_id;
+ unsigned int density_mask;
unsigned int options;
unsigned int erase_shift;