Re: [PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts

2013-05-12 Thread amit daniel kachhap
On Fri, May 10, 2013 at 9:10 PM, Eduardo Valentin wrote: > On 09-05-2013 22:22, amit daniel kachhap wrote: >> Hi, >> >> On Thu, May 9, 2013 at 8:03 PM, Eduardo Valentin >> wrote: >>> On 07-05-2013 09:01, Amit Daniel Kachhap wrote: This patch uses the TMU status register to know the generated

Re: [PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts

2013-05-10 Thread Eduardo Valentin
On 09-05-2013 22:22, amit daniel kachhap wrote: > Hi, > > On Thu, May 9, 2013 at 8:03 PM, Eduardo Valentin > wrote: >> On 07-05-2013 09:01, Amit Daniel Kachhap wrote: >>> This patch uses the TMU status register to know the generated interrupts >>> and only clear them in the interrupt handler. >>>

Re: [PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts

2013-05-09 Thread amit daniel kachhap
Hi, On Thu, May 9, 2013 at 8:03 PM, Eduardo Valentin wrote: > On 07-05-2013 09:01, Amit Daniel Kachhap wrote: >> This patch uses the TMU status register to know the generated interrupts >> and only clear them in the interrupt handler. >> >> Acked-by: Kukjin Kim >> Signed-off-by: Amit Daniel Kach

Re: [PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts

2013-05-09 Thread Eduardo Valentin
On 07-05-2013 09:01, Amit Daniel Kachhap wrote: > This patch uses the TMU status register to know the generated interrupts > and only clear them in the interrupt handler. > > Acked-by: Kukjin Kim > Signed-off-by: Amit Daniel Kachhap > --- > drivers/thermal/samsung/exynos_tmu.c | 10 -

[PATCH V3 10/21] thermal: exynos: Fix to clear only the generated interrupts

2013-05-07 Thread Amit Daniel Kachhap
This patch uses the TMU status register to know the generated interrupts and only clear them in the interrupt handler. Acked-by: Kukjin Kim Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/exynos_tmu.c | 10 -- drivers/thermal/samsung/exynos_tmu_data.c |2 ++ 2