linux/arch/sh/kernel/cpu/sh4
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-sh4-202.c sh: clkfwk: Rework legacy CPG clock handling. 2009-05-13 17:38:11 +09:00
clock-sh4.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
fpu.c sh: fcnvds fix with denormalized numbers on SH-4 FPU. 2009-01-29 11:56:02 +09:00
probe.c sh: Tidy up SH-4A boot_cpu_data.flags probing. 2009-06-01 19:50:08 +09:00
setup-sh4-202.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
setup-sh7750.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
setup-sh7760.c sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
softfloat.c sh: __udivdi3 -> do_div() in softfloat lib. 2008-12-22 18:42:53 +09:00
sq.c sh: Fix up broken kerneldoc comments. 2008-08-04 12:51:06 +09:00