kernel_optimize_test/arch/arm/plat-omap
Suman Anna a76fc9dda8 ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failure
The current OMAP dmtimer probe does not check for the return
status of pm_runtime_get_sync() before initializing the timer
registers. Any timer with missing hwmod data would return a
failure here, and the access of registers without enabling the
clocks for the timer would trigger a l3_noc interrupt and a
kernel boot hang. Add proper checking so that the probe would
return a failure graciously without hanging the kernel boot.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2015-03-17 10:44:58 -07:00
..
include/plat ARM: OMAP: dmtimer: raw read and write endian fix 2014-05-08 07:09:54 -07:00
counter_32k.c ARM: OMAP: counter-32k: raw read and write endian fix 2014-05-08 07:09:55 -07:00
debug-leds.c ARM: OMAP: debug-leds: raw read and write endian fix 2014-05-08 07:09:55 -07:00
dma.c ARM: OMAP: dma.c: Remove unused function 2015-01-07 09:53:51 -08:00
dmtimer.c ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failure 2015-03-17 10:44:58 -07:00
i2c.c ARM: OMAP: Fix i2c cmdline initcall for multiplatform 2013-01-11 11:24:19 -08:00
Kconfig ARM: OMAP: Fix Kconfig warning for omap1 2014-09-09 16:38:36 +02:00
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
sram.c