Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-21 Thread Eduardo Valentin
On 21-06-2013 08:46, amit daniel kachhap wrote: > Hi Eduardo, > > On Thu, Jun 20, 2013 at 4:57 AM, Eduardo Valentin > wrote: >> On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >>> This patch adds support to handle multiple instances of the TMU controllers. >>> This is done by removing the static

Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-21 Thread amit daniel kachhap
Hi Eduardo, On Thu, Jun 20, 2013 at 4:57 AM, Eduardo Valentin wrote: > On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >> This patch adds support to handle multiple instances of the TMU controllers. >> This is done by removing the static structure to register with the core >> thermal >> and

Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-21 Thread amit daniel kachhap
Hi Eduardo, On Thu, Jun 20, 2013 at 4:57 AM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch adds support to handle multiple instances of the TMU controllers. This is done by removing the static structure to register with the core

Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-21 Thread Eduardo Valentin
On 21-06-2013 08:46, amit daniel kachhap wrote: Hi Eduardo, On Thu, Jun 20, 2013 at 4:57 AM, Eduardo Valentin eduardo.valen...@ti.com wrote: On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch adds support to handle multiple instances of the TMU controllers. This is done by removing

Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, Amit Daniel Kachhap wrote: > This patch adds support to handle multiple instances of the TMU controllers. > This is done by removing the static structure to register with the core > thermal > and creating it dynamically for each instance of the TMU controller. The > interrupt

Re: [PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch adds support to handle multiple instances of the TMU controllers. This is done by removing the static structure to register with the core thermal and creating it dynamically for each instance of the TMU controller. The interrupt is

[PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-17 Thread Amit Daniel Kachhap
This patch adds support to handle multiple instances of the TMU controllers. This is done by removing the static structure to register with the core thermal and creating it dynamically for each instance of the TMU controller. The interrupt is made shared type to handle shared interrupts. Also the

[PATCH V6 18/30] thermal: exynos: Add support to handle many instances of TMU

2013-06-17 Thread Amit Daniel Kachhap
This patch adds support to handle multiple instances of the TMU controllers. This is done by removing the static structure to register with the core thermal and creating it dynamically for each instance of the TMU controller. The interrupt is made shared type to handle shared interrupts. Also the