commit | fc686d0037d782c994e338ecb01bfef8bbafff9f | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Aug 24 15:14:30 2015 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Oct 15 17:41:56 2015 +0200 |
tree | 540de88164a9cb8383566489a5a820ab58f771e0 | |
parent | c8d75aa47dd585c9538a8205e9bb9847e12cfb84 [diff] |
clockevents/drivers/mtk: Fix spurious interrupt leading to crash After analysis done by Yingjoe Chen, the timer appears to have a pending interrupt when it is enabled. Fix this by acknowledging the pending interrupt when enabling the timer interrupt. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Yingjoe Chen <yingjoe.chen@mediatek.com>