linux/arch/sh/kernel/cpu/sh3
Magnus Damm ba9a633787 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-08-13 11:36:33 +09:00
..
Makefile sh: hibernation support 2009-03-10 12:55:40 +09:00
clock-sh3.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7705.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7706.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7709.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7710.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7712.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
entry.S sh: Fix up DSP context save/restore. 2009-04-04 11:48:11 -04:00
ex.S sh: Generic kgdb stub support. 2008-12-22 18:44:04 +09:00
pinmux-sh7720.c sh: Move the CPU definition headers from asm/ to cpu/. 2008-10-20 12:04:53 +09:00
probe.c sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash. 2008-02-25 18:49:44 +09:00
setup-sh3.c sh: add interrupt ack code to sh3 2008-05-08 19:52:03 +09:00
setup-sh770x.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
setup-sh7705.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
setup-sh7710.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
setup-sh7720.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
swsusp.S sh: hibernation support 2009-03-10 12:55:40 +09:00