git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f214be5
)
clocksource: tcb_clksrc: Make tc_mode interrupt safe
author
David Jander
<david@protonic.nl>
Thu, 8 May 2014 10:06:25 +0000
(12:06 +0200)
committer
Daniel 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