Re: [PATCH V3 09/21] thermal: exynos: Move register definitions from driver file to data file

2013-05-12 Thread amit daniel kachhap
On Fri, May 10, 2013 at 7:44 PM, Eduardo Valentin wrote: > On 09-05-2013 22:17, amit daniel kachhap wrote: >> Hi Eduardo, >> >> On Thu, May 9, 2013 at 8:02 PM, Eduardo Valentin >> wrote: >>> Hey Amit, >>> >>> On 07-05-2013 09:00, Amit Daniel Kachhap wrote: This patch migrates the TMU registe

Re: [PATCH V3 09/21] thermal: exynos: Move register definitions from driver file to data file

2013-05-10 Thread Eduardo Valentin
On 09-05-2013 22:17, amit daniel kachhap wrote: > Hi Eduardo, > > On Thu, May 9, 2013 at 8:02 PM, Eduardo Valentin > wrote: >> Hey Amit, >> >> On 07-05-2013 09:00, Amit Daniel Kachhap wrote: >>> This patch migrates the TMU register definition/bitfields to data file. This >>> is needed to support

Re: [PATCH V3 09/21] thermal: exynos: Move register definitions from driver file to data file

2013-05-09 Thread amit daniel kachhap
Hi Eduardo, On Thu, May 9, 2013 at 8:02 PM, Eduardo Valentin wrote: > Hey Amit, > > On 07-05-2013 09:00, Amit Daniel Kachhap wrote: >> This patch migrates the TMU register definition/bitfields to data file. This >> is needed to support SoC's which use the same TMU controller but register >> valid

Re: [PATCH V3 09/21] thermal: exynos: Move register definitions from driver file to data file

2013-05-09 Thread Eduardo Valentin
Hey Amit, On 07-05-2013 09:00, Amit Daniel Kachhap wrote: > This patch migrates the TMU register definition/bitfields to data file. This > is needed to support SoC's which use the same TMU controller but register > validity, offsets or bitfield may slightly vary across SOC's. > > Acked-by: Kukjin

[PATCH V3 09/21] thermal: exynos: Move register definitions from driver file to data file

2013-05-07 Thread Amit Daniel Kachhap
This patch migrates the TMU register definition/bitfields to data file. This is needed to support SoC's which use the same TMU controller but register validity, offsets or bitfield may slightly vary across SOC's. Acked-by: Kukjin Kim Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsun