Re: [PATCH v2] thermal: ti-soc-thermal: Switch to using managed resources

2014-10-09 Thread Pramod Gurav
On Thu, Oct 9, 2014 at 2:50 AM, Vladimir Zapolskiy wrote: > On 07.10.2014 10:11, Pramod Gurav wrote: >> >> This change switches to managed resource APIs to allocated resources >> such as irq, clock. Hence does away with release statements of the >> same resorces in error lables and remove function

Re: [PATCH v2] thermal: ti-soc-thermal: Switch to using managed resources

2014-10-08 Thread Vladimir Zapolskiy
On 07.10.2014 10:11, Pramod Gurav wrote: This change switches to managed resource APIs to allocated resources such as irq, clock. Hence does away with release statements of the same resorces in error lables and remove function. Cc: Eduardo Valentin Cc: Zhang Rui Cc: linux...@vger.kernel.org Sign

[PATCH v2] thermal: ti-soc-thermal: Switch to using managed resources

2014-10-07 Thread Pramod Gurav
This change switches to managed resource APIs to allocated resources such as irq, clock. Hence does away with release statements of the same resorces in error lables and remove function. Cc: Eduardo Valentin Cc: Zhang Rui Cc: linux...@vger.kernel.org Signed-off-by: Pramod Gurav --- Change since