Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-22 Thread Zhang Rui
On Tue, 2012-11-20 at 09:57 +0900, Jonghwan Choi wrote: > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. > > Signed-off-by: Jonghwan Choi I don't know why but the patch format seems to be a mess. please resend the patch. thanks, rui > --- > drivers/thermal/exynos_thermal

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-21 Thread Amit Kachhap
On 20 November 2012 11:23, Zhang Rui wrote: > On Tue, 2012-11-20 at 10:39 +0900, Kyungmin Park wrote: >> On 11/20/12, Jonghwan Choi wrote: >> > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. >> > >> > Signed-off-by: Jonghwan Choi >> Acked-by: Kyungmin Park > > Amit and Do

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Kyungmin Park
On 11/20/12, Zhang Rui wrote: > On Tue, 2012-11-20 at 15:16 +0900, Kyungmin Park wrote: >> On 11/20/12, Zhang Rui wrote: >> > On Tue, 2012-11-20 at 10:39 +0900, Kyungmin Park wrote: >> >> On 11/20/12, Jonghwan Choi wrote: >> >> > [0]bit is used to enable/disable tmu core. [1] bit is a reserved >

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Zhang Rui
On Tue, 2012-11-20 at 15:16 +0900, Kyungmin Park wrote: > On 11/20/12, Zhang Rui wrote: > > On Tue, 2012-11-20 at 10:39 +0900, Kyungmin Park wrote: > >> On 11/20/12, Jonghwan Choi wrote: > >> > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. > >> > > >> > Signed-off-by: Jong

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Kyungmin Park
On 11/20/12, Zhang Rui wrote: > On Tue, 2012-11-20 at 10:39 +0900, Kyungmin Park wrote: >> On 11/20/12, Jonghwan Choi wrote: >> > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. >> > >> > Signed-off-by: Jonghwan Choi >> Acked-by: Kyungmin Park > > Amit and Donggeun Kim, FY

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Zhang Rui
On Tue, 2012-11-20 at 10:39 +0900, Kyungmin Park wrote: > On 11/20/12, Jonghwan Choi wrote: > > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. > > > > Signed-off-by: Jonghwan Choi > Acked-by: Kyungmin Park Amit and Donggeun Kim, any comments on this patch? thanks, rui

Re: [PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Kyungmin Park
On 11/20/12, Jonghwan Choi wrote: > [0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. > > Signed-off-by: Jonghwan Choi Acked-by: Kyungmin Park > --- > drivers/thermal/exynos_thermal.c | 16 > 1 files changed, 12 insertions(+), 4 deletions(-) > > diff --git

[PATCH v3 1/2] thermal: exynos: Fix wrong bit to control tmu core

2012-11-19 Thread Jonghwan Choi
[0]bit is used to enable/disable tmu core. [1] bit is a reserved bit. Signed-off-by: Jonghwan Choi --- drivers/thermal/exynos_thermal.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c ind