* Russell King - ARM Linux [off-list ref] [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 <redacted>
---
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@atomide.com>