* Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> [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 <rmk+kernel@xxxxxxxxxxxxxxxx> > --- > 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 <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html