aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorAlexey Korolev <akorolev@infradead.org>2008-12-16 18:22:39 +0000
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-01-05 13:57:28 +0100
commitd81408304b06a71c28417445202af9cd6673168d (patch)
treec84821c354c95f07eda7ebece084767b58fccf1e /include/linux/mtd
parent[MTD] LPDDR added new pfow_base parameter (diff)
downloadlinux-dev-d81408304b06a71c28417445202af9cd6673168d.tar.xz
linux-dev-d81408304b06a71c28417445202af9cd6673168d.zip
[MTD] LPDDR extended physmap driver to support LPDDR flash
Physmap is a generic map driver for different platforms and flash types. We added support of LPDDR to physmap. All changes here are related to introduction of new pfow_base parameter. This parameter is valid in case of LPDDR chips only. Signed-off-by: Alexey Korolev <akorolev@infradead.org> Acked-by: Jared Hulbert <jaredeh@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/physmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h
index c8e63a5ee72e..76f7cabf07d3 100644
--- a/include/linux/mtd/physmap.h
+++ b/include/linux/mtd/physmap.h
@@ -24,6 +24,7 @@ struct physmap_flash_data {
unsigned int width;
void (*set_vpp)(struct map_info *, int);
unsigned int nr_parts;
+ unsigned int pfow_base;
struct mtd_partition *parts;
};