Re: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-07 Thread Tony Lindgren
* Santosh Shilimkar [111006 23:18]: > > Are you considering this change for 3.2? I think we should as this is blocking development for generic map_io and genalloc changes for SRAM code. > OMAP4 errata WA would have a conflict with the > change is sram code and hence the question ? Right, let's

Re: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-06 Thread Santosh Shilimkar
On Thursday 06 October 2011 03:43 AM, Tony Lindgren wrote: > * Nicolas Pitre [111004 17:34]: >> On Tue, 4 Oct 2011, Tony Lindgren wrote: >> >>> This allows us to remove omap hacks for map_io. >>> >>> Signed-off-by: Tony Lindgren >> >> Nice cleanup. >> >> Acked-by: Nicolas Pitre > > This one nee

Re: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-05 Thread Nicolas Pitre
On Wed, 5 Oct 2011, Tony Lindgren wrote: > * Nicolas Pitre [111004 17:34]: > > On Tue, 4 Oct 2011, Tony Lindgren wrote: > > > > > This allows us to remove omap hacks for map_io. > > > > > > Signed-off-by: Tony Lindgren > > > > Nice cleanup. > > > > Acked-by: Nicolas Pitre > > This one need

Re: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-05 Thread Tony Lindgren
* Nicolas Pitre [111004 17:34]: > On Tue, 4 Oct 2011, Tony Lindgren wrote: > > > This allows us to remove omap hacks for map_io. > > > > Signed-off-by: Tony Lindgren > > Nice cleanup. > > Acked-by: Nicolas Pitre This one needed minor changes for the omap1 omap_sram_init call. Updated patch

Re: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-04 Thread Nicolas Pitre
On Tue, 4 Oct 2011, Tony Lindgren wrote: > This allows us to remove omap hacks for map_io. > > Signed-off-by: Tony Lindgren Nice cleanup. Acked-by: Nicolas Pitre > --- > arch/arm/mach-omap2/io.c | 19 +--- > arch/arm/plat-omap/sram.c | 69 > +--

[PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec()

2011-10-04 Thread Tony Lindgren
This allows us to remove omap hacks for map_io. Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/io.c | 19 +--- arch/arm/plat-omap/sram.c | 69 + 2 files changed, 22 insertions(+), 66 deletions(-) diff --git a/arch/arm/mach-omap2/io.