Re: [PATCH] thermal: exynos: Support for TMU regulator defined at device tree

2013-05-02 Thread amit daniel kachhap
Hi Sylwester, On Thu, May 2, 2013 at 2:57 PM, Sylwester Nawrocki wrote: > Hi, > > On 05/02/2013 07:37 AM, Amit Daniel Kachhap wrote: >> TMU probe function now checks for a device tree defined regulator. >> For compatibility reasons it is allowed to probe driver even without >> this regulator defi

Re: [PATCH] thermal: exynos: Support for TMU regulator defined at device tree

2013-05-02 Thread Sylwester Nawrocki
Hi, On 05/02/2013 07:37 AM, Amit Daniel Kachhap wrote: > TMU probe function now checks for a device tree defined regulator. > For compatibility reasons it is allowed to probe driver even without > this regulator defined. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Signed

[PATCH] thermal: exynos: Support for TMU regulator defined at device tree

2013-05-01 Thread Amit Daniel Kachhap
TMU probe function now checks for a device tree defined regulator. For compatibility reasons it is allowed to probe driver even without this regulator defined. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Signed-off-by: Amit Daniel Kachhap --- This patch is repost of the patch p