kernel-ark/arch/arm/mach-s3c64xx
Tomasz Figa cb12057256 ARM: s3c64xx: dt: Fix boot failure due to double clock initialization
Commit

4178bac ARM: call of_clk_init from default time_init handler

added implicit call to of_clk_init() from default time_init callback,
but it did not change platforms calling it from other callbacks, despite
of not having custom time_init callbacks. This caused double clock
initialization on such platforms, leading to boot failures. An example
of such platform is mach-s3c64xx.

This patch fixes boot failure on s3c64xx by dropping custom init_irq
callback, which had a call to of_clk_init() and moving system reset
initialization to init_machine callback. This allows us to have
clocks initialized properly without a need to have custom init_time or
init_irq callbacks.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2013-12-13 21:48:25 -08:00
..
include/mach
common.c
common.h
cpuidle.c
crag6410.h
dev-audio.c
dev-uart.c
dma.c
irq-pm.c
Kconfig ARM: SoC DT updates for 3.13 2013-11-11 17:34:56 +09:00
mach-anw6410.c
mach-crag6410-module.c
mach-crag6410.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-hmt.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-mini6410.c
mach-ncp.c
mach-real6410.c
mach-s3c64xx-dt.c ARM: s3c64xx: dt: Fix boot failure due to double clock initialization 2013-12-13 21:48:25 -08:00
mach-smartq5.c
mach-smartq7.c
mach-smartq.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
mach-smartq.h
mach-smdk6400.c
mach-smdk6410.c pwm: Changes for v3.13-rc1 2013-11-16 12:21:40 -08:00
Makefile
Makefile.boot
pm.c
regs-gpio-memport.h
regs-modem.h
regs-srom.h
regs-sys.h
regs-syscon-power.h
s3c6400.c
s3c6410.c
setup-fb-24bpp.c
setup-i2c0.c
setup-i2c1.c
setup-ide.c
setup-keypad.c
setup-sdhci-gpio.c
setup-spi.c
setup-usb-phy.c
sleep.S