From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 24 Jan 2011 12:19:52 -0800 Subject: [PATCH] ARM: OMAP2: use early init hook In-Reply-To: <20110123171344.GH30094@n2100.arm.linux.org.uk> References: <20110123171344.GH30094@n2100.arm.linux.org.uk> Message-ID: <20110124201952.GD13589@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [110123 09:12]: > Move non-mapping and non-irq initialization code out of .map_io and > .init_irq respectively into the new init_early hook. Nice :) > Signed-off-by: Russell King > --- > I think I've updated this patch correctly for the new platforms merged > into mainline. > > Please ensure that new platforms merged after this patch also use the > new structure, and note that the initializers should be listed in the > following order: > > .fixup > .reserve > .map_io > .init_early > .init_irq > .timer > .init_machine > > This is the order in which they are called, so it helps to make sense > when reading the board level code if they're arranged in called order. OK, will do. Will also add this also into omap-testing. Any other issues that might remain should be easy to fix. Acked-by: Tony Lindgren