Re: [PATCH v6 2/3] omap3 nand: cleanup virtual address usages

2010-12-19 Thread Charles Manning
On Friday 09 July 2010 19:25:07 Sukumar Ghorai wrote: > +++ b/arch/arm/plat-omap/include/plat/nand.h > @@ -21,13 +21,11 @@ struct omap_nand_platform_data { > int (*dev_ready)(struct omap_nand_platform_data *); > int dma_channel; > unsigned

[PATCH v6 2/3] omap3 nand: cleanup virtual address usages

2010-07-09 Thread Sukumar Ghorai
This patch removes direct reference of gpmc address from generic nand platform code. Nand platform code now uses wrapper functions which are implemented in gpmc module. Signed-off-by: Sukumar Ghorai --- arch/arm/mach-omap2/gpmc-nand.c| 38 ++ arch/arm/mach-omap2/gpmc.c