From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP2: use early init hook Date: Mon, 14 Feb 2011 15:45:20 -0800 Message-ID: <20110214234520.GT20795@atomide.com> References: <20110123171344.GH30094@n2100.arm.linux.org.uk> <20110123174814.GI30094@n2100.arm.linux.org.uk> <20110124201731.GC13589@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:24731 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753443Ab1BNXpg (ORCPT ); Mon, 14 Feb 2011 18:45:36 -0500 Content-Disposition: inline In-Reply-To: <20110124201731.GC13589@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Tony Lindgren [110124 12:16]: > * Russell King - ARM Linux [110123 09:47]: > > On Sun, Jan 23, 2011 at 05:13:44PM +0000, Russell King - ARM Linux wrote: > > > Move non-mapping and non-irq initialization code out of .map_io and > > > .init_irq respectively into the new init_early hook. > > > > > > Signed-off-by: Russell King > > > --- > > > I think I've updated this patch correctly for the new platforms merged > > > into mainline. > > > > Grr, this breaks on OMAP because some of this stuff wants to do ioremap() > > and therefore wants the kmem allocators initialized. That's rather > > annoying... > > So far tested on zoom3 only, but the following gets it booting > on top of your patch. > > Want to take this one into your series? Russell, I'll queue your patch for the upcoming merge window into devel-early-init branch along with my changes. Will also post one more clean-up patch. Regards, Tony