Re: [PATCH V3 05/21] thermal: exynos: Bifurcate exynos tmu driver and configuration data

2013-05-09 Thread amit daniel kachhap
Hi Eduardo, On Thu, May 9, 2013 at 7:09 PM, Eduardo Valentin wrote: > Hey Amit, > > On 07-05-2013 09:00, Amit Daniel Kachhap wrote: >> This code splits the exynos tmu driver code into SOC specific data parts. >> This will simplify adding new SOC specific data to the same TMU controller. > > I lik

Re: [PATCH V3 05/21] thermal: exynos: Bifurcate exynos tmu driver and configuration data

2013-05-09 Thread Eduardo Valentin
Hey Amit, On 07-05-2013 09:00, Amit Daniel Kachhap wrote: > This code splits the exynos tmu driver code into SOC specific data parts. > This will simplify adding new SOC specific data to the same TMU controller. I like the idea of spliting the code from data. The driver goes into a self contained

[PATCH V3 05/21] thermal: exynos: Bifurcate exynos tmu driver and configuration data

2013-05-07 Thread Amit Daniel Kachhap
This code splits the exynos tmu driver code into SOC specific data parts. This will simplify adding new SOC specific data to the same TMU controller. Acked-by: Kukjin Kim Signed-off-by: Amit Daniel Kachhap --- drivers/thermal/samsung/Kconfig | 13 - drivers/thermal/samsung