dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sh/kernel/cpu
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
..
irq sh: Tie sparseirq in to Kconfig. 2009-06-11 10:33:09 +03:00
sh2 sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
sh2a sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
sh3 sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
sh4 sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
sh4a sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
sh5 sh: convert processor device setup functions to arch_initcall() 2009-08-13 11:36:33 +09:00
shmobile sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/. 2009-03-16 20:00:17 +09:00
Makefile sh: clkfwk: Make clock-cpg usable for non-legacy platforms. 2009-05-22 14:00:34 +09:00
adc.c
clock-cpg.c sh: use kzalloc() for cpg clocks 2009-06-17 15:39:53 +09:00
clock.c sh: add enable()/disable()/set_rate() to div6 code 2009-06-11 09:12:58 +03:00
init.c sh: add weak l2_cache_init function. 2009-06-02 12:12:55 +09:00
ubc.S