From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 14 Feb 2011 17:53:20 -0800 Subject: [PATCH] omap: Move omap2_check_revision and omap_sram_init out of map_io In-Reply-To: <20110214235238.GU20795@atomide.com> References: <20110123171344.GH30094@n2100.arm.linux.org.uk> <20110123174814.GI30094@n2100.arm.linux.org.uk> <20110124201731.GC13589@atomide.com> <20110214234520.GT20795@atomide.com> <20110214235238.GU20795@atomide.com> Message-ID: <20110215015320.GX20795@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [110214 15:51]: > With the early init changes we just want to map IO in map_io. > Both omap2_check_revision and omap_sram_init can be moved to > happen later in omap2_init_common_infrastructure. > > Note that now we can now remove _omap2_map_common_io and remove > the extra flushes too as devicemaps_init will take care of it. Hmm this one seems to need a bit more work, won't work on 2420. Tony