commit | f0b1ca623d8df5dad977f22a1142a81a886b0eb8 | [log] [tgz] |
---|---|---|
author | Sugaya Taichi <sugaya.taichi@socionext.com> | Fri Apr 12 16:36:49 2019 +0900 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu May 02 21:55:58 2019 +0200 |
tree | 70f63bc425aed575868b2c08f1f0509ceadc60a9 | |
parent | 95170f0708f2f499da2594b29d39ac07ea221d7a [diff] |
clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer Fix mlb_set_oneshot_state() to enable one-shot timer. The function should stop and start a timer, but "start" statement was dropped. Kick the register to start one-shot timer. Fixes: b58f28f306db ("clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs") Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>