Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Daniel Lezcano
On 10/27/2015 12:23 PM, Daniel Lezcano wrote: On 10/27/2015 12:11 PM, Matthias Brugger wrote: Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Kevin found a regression in

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Daniel Lezcano
On 10/27/2015 12:11 PM, Matthias Brugger wrote: Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Kevin found a regression in v4.3 which will need this patch to fix it [1]. Can

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Matthias Brugger
Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Kevin found a regression in v4.3 which will need this patch to fix it [1]. Can you apply it to your clockevents/4.3-fixes

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Matthias Brugger
Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Kevin found a regression in v4.3 which will need this patch to fix it [1]. Can you apply it to your

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Daniel Lezcano
On 10/27/2015 12:11 PM, Matthias Brugger wrote: Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Kevin found a regression in v4.3 which will need

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-10-27 Thread Daniel Lezcano
On 10/27/2015 12:23 PM, Daniel Lezcano wrote: On 10/27/2015 12:11 PM, Matthias Brugger wrote: Hi Daniel, On 26/08/15 16:25, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-09-04 Thread Daniel Lezcano
On 09/04/2015 09:15 AM, Yingjoe Chen wrote: On Wed, 2015-08-26 at 16:25 +0200, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Hi Daniel, I can't find this patch in

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-09-04 Thread Yingjoe Chen
On Wed, 2015-08-26 at 16:25 +0200, Daniel Lezcano wrote: > On 08/25/2015 03:21 PM, Yingjoe Chen wrote: > > Tested-by: Yingjoe Chen > > Applied to my tree for 4.4. > >-- Daniel > Hi Daniel, I can't find this patch in https://git.linaro.org/people/daniel.lezcano/linux.git Is this tree

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-09-04 Thread Yingjoe Chen
On Wed, 2015-08-26 at 16:25 +0200, Daniel Lezcano wrote: > On 08/25/2015 03:21 PM, Yingjoe Chen wrote: > > Tested-by: Yingjoe Chen > > Applied to my tree for 4.4. > >-- Daniel > Hi Daniel, I can't find this patch in

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-09-04 Thread Daniel Lezcano
On 09/04/2015 09:15 AM, Yingjoe Chen wrote: On Wed, 2015-08-26 at 16:25 +0200, Daniel Lezcano wrote: On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel Hi Daniel, I can't find this patch in

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-26 Thread Daniel Lezcano
On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chen Applied to my tree for 4.4. -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-26 Thread Daniel Lezcano
On 08/25/2015 03:21 PM, Yingjoe Chen wrote: Tested-by: Yingjoe Chenyingjoe.c...@mediatek.com Applied to my tree for 4.4. -- Daniel -- http://www.linaro.org/ Linaro.org │ Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro Facebook |

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-25 Thread Yingjoe Chen
On Mon, 2015-08-24 at 23:57 +0200, Daniel Lezcano wrote: > 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 > --- >

Re: [PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-25 Thread Yingjoe Chen
On Mon, 2015-08-24 at 23:57 +0200, Daniel Lezcano wrote: 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

[PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-24 Thread Daniel Lezcano
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 --- drivers/clocksource/mtk_timer.c | 16 ++-- 1 file changed, 6

[PATCH V2] clockevents/drivers/mtk: Fix spurious interrupt leading to crash

2015-08-24 Thread Daniel Lezcano
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.lezc...@linaro.org --- drivers/clocksource/mtk_timer.c | 16