Re: [PATCH V3 15/21] thermal: exynos: Add support to handle many instances of TMU

2013-05-09 Thread amit daniel kachhap
On Thu, May 9, 2013 at 8:23 PM, Eduardo Valentin wrote: > On 07-05-2013 09:01, 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 dynami

Re: [PATCH V3 15/21] thermal: exynos: Add support to handle many instances of TMU

2013-05-09 Thread Eduardo Valentin
On 07-05-2013 09:01, 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

[PATCH V3 15/21] thermal: exynos: Add support to handle many instances of TMU

2013-05-07 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 interrupts for all the TMU. A