From patchwork Tue Dec 16 18:21:10 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/8] LPDDR added new pfow_base parameter Date: Tue, 16 Dec 2008 08:21:10 -0000 From: Alexey Korolev X-Patchwork-Id: 14302 Message-Id: To: dwmw2@infradead.org, jaredeh@gmail.com Cc: linux-mtd@lists.infradead.org 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 Acked-by: Jared Hulbert --- 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;