[MTD] LPDDR added new pfow_base parameter

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Jan 5 11:59:02 EST 2009


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d13e51e747fee301b404dffcf4a7e1bdc558969b
Commit:     d13e51e747fee301b404dffcf4a7e1bdc558969b
Parent:     c68264711ca6caf87794caf9e79c30a4ba73c032
Author:     Alexey Korolev <akorolev at infradead.org>
AuthorDate: Tue Dec 16 18:21:10 2008 +0000
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Mon Jan 5 13:56:08 2009 +0100

    [MTD] LPDDR added new pfow_base parameter
    
    We need to supply additional parameter to mapping driver and tell
    LPDDR drivers where PFOW window is in chip mapping.
    It leads to necessity of map_info structure extendoing.
    
    Signed-off-by: Alexey Korolev <akorolev at infradead.org>
    Acked-by: Jared Hulbert <jaredeh at gmail.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 include/linux/mtd/map.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h
index aa30244..b981b87 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -223,6 +223,7 @@ struct map_info {
 	   must leave it enabled. */
 	void (*set_vpp)(struct map_info *, int);
 
+	unsigned long pfow_base;
 	unsigned long map_priv_1;
 	unsigned long map_priv_2;
 	void *fldrv_priv;



More information about the linux-mtd-cvs mailing list