From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Fri, 07 Oct 2011 12:22:17 +0530 Subject: [PATCH 4/4] ARM: OMAP: Map SRAM later on with ioremap_exec() In-Reply-To: <20111005221320.GE6324@atomide.com> References: <20111005004339.26980.31149.stgit@kaulin.local> <20111005004546.26980.31836.stgit@kaulin.local> <20111005221320.GE6324@atomide.com> Message-ID: <4E8EA1A1.5070508@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 needed minor changes for the omap1 omap_sram_init > call. Updated patch below, still assuming I have your ack > for this one too. > > Tony > > > From: Tony Lindgren > Date: Tue, 4 Oct 2011 13:52:57 -0700 > Subject: [PATCH] ARM: OMAP: Map SRAM later on with ioremap_exec() > > This allows us to remove omap hacks for map_io. > > Acked-by: Nicolas Pitre > Signed-off-by: Tony Lindgren > Are you considering this change for 3.2? OMAP4 errata WA would have a conflict with the change is sram code and hence the question ? O.w patch looks fine to me. Reviewed-by: Santosh Shilimkar Tested-by: Santosh Shilimkar