clocksource: tcb_clksrc: Make tc_mode interrupt safe
authorDavid Jander <david@protonic.nl>
Thu, 8 May 2014 10:06:25 +0000 (12:06 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 22 May 2014 16:54:58 +0000 (18:54 +0200)
tc_mode() can be called from interrupt context and thus must not call
clk_*prepare*() functions.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

No differences found