linux/arch/sh/kernel/cpu/sh2a
Magnus Damm 955c9863bb sh: convert processor device setup functions to arch_initcall()
Convert the processor platform device setup
functions from __initcall() and sometimes
device_initcall() to arch_initcall().

This makes sure that the platform devices are
registered a bit earlier so the devices are
available when drivers register using initcall
levels earlier than device_initcall().

A good example is platform devices needed by
i2c-sh_mobile.c which registers a bit earlier
using subsys_initcall().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-07-23 13:06:07 +09:00
..
clock-sh7201.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7203.c sh: clkfwk: Add a followparent_recalc() helper. 2009-05-12 03:50:44 +09:00
clock-sh7206.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
entry.S sh: migrate to arch/sh/include/ 2008-07-29 08:09:44 +09:00
ex.S
fpu.c
Makefile sh: Add support for SH7201 CPU subtype. 2008-12-22 18:43:50 +09:00
opcode_helper.c
pinmux-sh7203.c sh: improve pinmux support for single direction pins 2008-10-22 18:34:16 +09:00
probe.c sh: Add support for SH7201 CPU subtype. 2008-12-22 18:43:50 +09:00
setup-mxg.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7201.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7203.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7206.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00