commit | acbf6d21ac81195071b97ebb114b0b37bd9fcc86 | [log] [tgz] |
---|---|---|
author | David Jander <david@protonic.nl> | Thu May 08 12:06:25 2014 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu May 22 18:54:58 2014 +0200 |
tree | 83ae3275d5eed8fefb28af5def2d1d12de7dbb21 | |
parent | f214be50f317d78c47532d4ca8aa0ba5e79fc1ca [diff] |
clocksource: tcb_clksrc: Make tc_mode interrupt safe 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>