ARM: S3C64XX: Bypass legacy initialization when booting with DT
authorTomasz Figa <tomasz.figa@gmail.com>
Sun, 25 Aug 2013 17:37:34 +0000 (02:37 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 16 Sep 2013 21:48:27 +0000 (06:48 +0900)
commitc836c90e276ec1b1b4193bb6f0b5e6b11cc69f83
tree7aba4732b5b76ba35c3bd8e96044154135e5f891
parent81e9c1794f24376b0515756e300476d9fec77c0b
ARM: S3C64XX: Bypass legacy initialization when booting with DT

This patch allows bypassing most of legacy initialization when booting
an S3C64xx-based board using device tree, by adding conditional checks
for DT presence to initcalls which are no longer necessary when booting
with DT..

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/common.c
arch/arm/mach-s3c64xx/dma.c
arch/arm/mach-s3c64xx/irq-pm.c
arch/arm/mach-s3c64xx/s3c6400.c
arch/arm/mach-s3c64xx/s3c6410.c
arch/arm/plat-samsung/init.c
This page took 0.025611 seconds and 5 git commands to generate.