Re: [PATCH 2/3] omap3 nand: cleanup for not to use GPMC virtual address

2010-05-13 Thread Tony Lindgren
* Sukumar Ghorai s-gho...@ti.com [100512 02:43]: --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -64,16 +64,32 @@ static void __iomem *gpmc_base; static struct clk *gpmc_l3_clk; -static void gpmc_write_reg(int idx, u32 val) +void gpmc_write_reg(int idx, u32 val)

RE: [PATCH 2/3] omap3 nand: cleanup for not to use GPMC virtual address

2010-05-13 Thread Ghorai, Sukumar
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: 2010-05-13 21:11 To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; sako...@gmail.com; m...@compulab.co.il; artem.bityuts...@nokia.com Subject: Re: [PATCH 2/3] omap3 nand

[PATCH 2/3] omap3 nand: cleanup for not to use GPMC virtual address

2010-05-12 Thread Sukumar Ghorai
Necessary function added in GPMC module and used by nand driver. This is for not to use GPMC address directly from nand driver. Also it was passing GPMC base address from board files and that is removed. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-cm-t35.c