linux/arch/arm/mach-shmobile
Rafael J. Wysocki 35f2b0bd59 ARM: shmobile: Move definition of shmobile_init_late() to header
The role of the only function in the common.c file in
arch/arm/mach-shmobile, shmobile_init_late(), is to call two
initializers whose definitions depend on kernel configuration
options.  Those initializers may very well be called from a static
inline function in arm/mach-shmobile/include/mach/common.h,
though, in which makes the code a bit easier to read.  Moreover,
the common.c may be dropped entirely then.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
2012-09-04 01:45:01 +02:00
..
include/mach ARM: shmobile: Move definition of shmobile_init_late() to header 2012-09-04 01:45:01 +02:00
Kconfig Merge branch 'renesas-armadillo' into renesas-board 2012-07-11 23:06:35 +02:00
Makefile ARM: shmobile: Move definition of shmobile_init_late() to header 2012-09-04 01:45:01 +02:00
Makefile.boot
board-ag5evm.c ARM: mach-shmobile: add fixed voltage regulators to ag5evm 2012-06-30 22:39:00 +02:00
board-ap4evb.c ARM: shmobile: Rework adding devices to PM domains on AP4EVB 2012-09-04 01:45:00 +02:00
board-armadillo800eva.c ARM: shmobile: Use names of power domains for adding devices to them 2012-09-04 01:44:55 +02:00
board-bonito.c ARM: mach-shmobile: add fixed voltage regulators to bonito 2012-06-30 22:46:52 +02:00
board-g3evm.c
board-g4evm.c ARM: mach-shmobile: add fixed voltage regulators to g4evm 2012-06-30 22:48:46 +02:00
board-kota2.c ARM: mach-shmobile: add fixed voltage regulators to kota2 2012-06-30 22:50:14 +02:00
board-kzm9d.c Merge branch 'renesas-kzm9d' into renesas-board 2012-07-11 23:07:37 +02:00
board-kzm9g.c Merge branch 'renesas-kzm9g' into renesas-board 2012-07-11 23:07:44 +02:00
board-mackerel.c ARM: shmobile: Rework adding devices to PM domains on Mackerel 2012-09-04 01:45:00 +02:00
board-marzen.c ARM: mach-shmobile: add fixed voltage regulators to marzen 2012-06-30 22:58:18 +02:00
clock-emev2.c mach-shmobile: Emma Mobile EV2 DT support V3 2012-05-18 00:14:03 +02:00
clock-r8a7740.c Merge branch 'renesas-soc-core' into renesas-soc 2012-07-11 23:01:33 +02:00
clock-r8a7779.c ARM: mach-shmobile: Convert sh_clk_mstp32_register to sh_clk_mstp_register 2012-07-02 23:41:34 +02:00
clock-sh73a0.c Merge branch 'renesas-sh73a0' into renesas-soc 2012-07-11 23:02:18 +02:00
clock-sh7367.c ARM: mach-shmobile: Convert sh_clk_mstp32_register to sh_clk_mstp_register 2012-07-02 23:41:34 +02:00
clock-sh7372.c ARM: mach-shmobile: Convert sh_clk_mstp32_register to sh_clk_mstp_register 2012-07-02 23:41:34 +02:00
clock-sh7377.c ARM: mach-shmobile: Convert sh_clk_mstp32_register to sh_clk_mstp_register 2012-07-02 23:41:34 +02:00
clock.c
console.c
cpuidle.c
entry-intc.S
headsmp.S
hotplug.c
intc-r8a7740.c ARM: shmobile: r8a7740: add HDMI interrupt support 2012-06-20 12:27:47 +02:00
intc-r8a7779.c ARM: shmobile: r8a7779: Route all interrupts to ARM 2012-06-23 01:12:09 +02:00
intc-sh73a0.c
intc-sh7367.c
intc-sh7372.c
intc-sh7377.c
pfc-r8a7740.c ARM: shmobile: r8a7740: fixup: MSEL1CR 7bit control 2012-07-06 20:40:16 +02:00
pfc-r8a7779.c
pfc-sh73a0.c ARM: mach-shmobile: pfc-sh73a0: fixup MSEL2CR MSEL18 for I2C-3 2012-05-12 22:34:16 +02:00
pfc-sh7367.c
pfc-sh7372.c
pfc-sh7377.c
platsmp.c ARM: shmobile: fix platsmp.c build when ARCH_SH73A0=n 2012-07-06 22:00:20 +02:00
pm-r8a7740.c ARM: shmobile: Move r8a7740's PM domain objects to a table 2012-09-04 01:44:57 +02:00
pm-r8a7779.c ARM: shmobile: Move r8a7779's PM domain objects to a table 2012-09-04 01:44:58 +02:00
pm-rmobile.c ARM: shmobile: Rework adding devices to PM domains on Mackerel 2012-09-04 01:45:00 +02:00
pm-sh7372.c ARM: shmobile: Remove the console check from sh7372_enter_suspend() 2012-09-04 01:45:00 +02:00
setup-emev2.c mach-shmobile: Emma Mobile EV2 DT support V3 2012-05-18 00:14:03 +02:00
setup-r8a7740.c ARM: shmobile: Move r8a7740's PM domain objects to a table 2012-09-04 01:44:57 +02:00
setup-r8a7779.c ARM: shmobile: Move r8a7779's PM domain objects to a table 2012-09-04 01:44:58 +02:00
setup-sh73a0.c ARM: shmobile: use common DMAEngine definitions on sh73a0 2012-06-30 15:13:49 +02:00
setup-sh7367.c
setup-sh7372.c ARM: shmobile: Rework adding devices to PM domains on Mackerel 2012-09-04 01:45:00 +02:00
setup-sh7377.c ARM: mach-shmobile: sh7377 generic board support via DT 2012-07-06 21:05:20 +02:00
sleep-sh7372.S
smp-emev2.c mach-shmobile: Emma Mobile EV2 SMP support V3 2012-05-18 00:14:02 +02:00
smp-r8a7779.c
smp-sh73a0.c
suspend.c
timer.c