Re: [PATCH 2/2] clocksource: exynos_mct: Clear timer interrupt when shutdown

2019-02-11 Thread Krzysztof Kozlowski
On Sun, 10 Feb 2019 at 23:51, Stuart Menefy wrote: > > When shutting down the timer, ensure that after we have stopped the > timer any pending interrupts are cleared. This fixes a problem when > suspending, as interrupts are disabled before the timer is stopped, > so the timer interrupt may still

[PATCH 2/2] clocksource: exynos_mct: Clear timer interrupt when shutdown

2019-02-10 Thread Stuart Menefy
When shutting down the timer, ensure that after we have stopped the timer any pending interrupts are cleared. This fixes a problem when suspending, as interrupts are disabled before the timer is stopped, so the timer interrupt may still be asserted, preventing the system entering a low power state