android_kernel_oneplus_msm8998/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
counter_32k.c
debug-leds.c
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
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