Re: [PATCH 1/3] clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer

2019-04-11 Thread Sugaya, Taichi
Hi, Thank you for your comment. On 2019/04/12 5:08, Daniel Lezcano wrote: On 25/03/2019 04:05, Sugaya Taichi wrote: 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.

Re: [PATCH 1/3] clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer

2019-04-11 Thread Daniel Lezcano
On 25/03/2019 04:05, Sugaya Taichi wrote: > 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. Can you add the "Fixes" tag please. > Signed-off-by: Sugaya Taichi >

[PATCH 1/3] clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer

2019-03-24 Thread Sugaya Taichi
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. Signed-off-by: Sugaya Taichi --- drivers/clocksource/timer-milbeaut.c | 2 ++ 1 file changed, 2 insertions(+) diff