Re: [PATCH 1/2] clocksource: exynos_mct: Move one-shot check from tick clear to ISR

2019-02-11 Thread Krzysztof Kozlowski
On Sun, 10 Feb 2019 at 23:51, Stuart Menefy wrote: > > When a timer tick occurs and the clock is in one-shot mode, the timer > needs to be stopped to prevent it triggering subsequent interrupts. > Currently this code is in exynos4_mct_tick_clear(), but as it is > only needed when an ISR occurs mov

[PATCH 1/2] clocksource: exynos_mct: Move one-shot check from tick clear to ISR

2019-02-10 Thread Stuart Menefy
When a timer tick occurs and the clock is in one-shot mode, the timer needs to be stopped to prevent it triggering subsequent interrupts. Currently this code is in exynos4_mct_tick_clear(), but as it is only needed when an ISR occurs move it into exynos4_mct_tick_isr(), leaving exynos4_mct_tick_cle