Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Lukasz Majewski
Hi Krzysztof, > 2015-06-09 1:14 GMT+09:00 Lukasz Majewski : > > Hi Krzysztof, > > > >> During probe the regulator (if present) was enabled but not > >> disabled in case of failure. So an unsuccessful probe lead to > >> enabling the regulator which was actually not needed because the > >> device

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Krzysztof Kozlowski
On 06.07.2015 16:01, Lukasz Majewski wrote: > Hi Krzysztof, > >> 2015-06-09 1:14 GMT+09:00 Lukasz Majewski : >>> Hi Krzysztof, >>> During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Lukasz Majewski
Hi Krzysztof, > 2015-06-09 1:14 GMT+09:00 Lukasz Majewski : > > Hi Krzysztof, > > > >> During probe the regulator (if present) was enabled but not > >> disabled in case of failure. So an unsuccessful probe lead to > >> enabling the regulator which was actually not needed because the > >> device

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Krzysztof Kozlowski
On 06.07.2015 16:01, Lukasz Majewski wrote: Hi Krzysztof, 2015-06-09 1:14 GMT+09:00 Lukasz Majewski l.majew...@samsung.com: Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Lukasz Majewski
Hi Krzysztof, 2015-06-09 1:14 GMT+09:00 Lukasz Majewski l.majew...@samsung.com: Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-06 Thread Lukasz Majewski
Hi Krzysztof, 2015-06-09 1:14 GMT+09:00 Lukasz Majewski l.majew...@samsung.com: Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-05 Thread Krzysztof Kozlowski
2015-06-09 1:14 GMT+09:00 Lukasz Majewski : > Hi Krzysztof, > >> During probe the regulator (if present) was enabled but not disabled >> in case of failure. So an unsuccessful probe lead to enabling the >> regulator which was actually not needed because the device was not >> enabled. >> >>

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-07-05 Thread Krzysztof Kozlowski
2015-06-09 1:14 GMT+09:00 Lukasz Majewski l.majew...@samsung.com: Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device was not enabled.

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-08 Thread Lukasz Majewski
Hi Krzysztof, > During probe the regulator (if present) was enabled but not disabled > in case of failure. So an unsuccessful probe lead to enabling the > regulator which was actually not needed because the device was not > enabled. > > Additionally each deferred probe lead to increase of

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-08 Thread Javier Martinez Canillas
Hello Krzysztof, On Mon, Jun 8, 2015 at 3:35 AM, Krzysztof Kozlowski wrote: > During probe the regulator (if present) was enabled but not disabled in > case of failure. So an unsuccessful probe lead to enabling the > regulator which was actually not needed because the device was not > enabled. >

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-08 Thread Javier Martinez Canillas
Hello Krzysztof, On Mon, Jun 8, 2015 at 3:35 AM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device

Re: [PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-08 Thread Lukasz Majewski
Hi Krzysztof, During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device was not enabled. Additionally each deferred probe lead to increase of regulator

[PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-07 Thread Krzysztof Kozlowski
During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device was not enabled. Additionally each deferred probe lead to increase of regulator enable count so it

[PATCH] thermal: exynos: Disable the regulator on probe failure

2015-06-07 Thread Krzysztof Kozlowski
During probe the regulator (if present) was enabled but not disabled in case of failure. So an unsuccessful probe lead to enabling the regulator which was actually not needed because the device was not enabled. Additionally each deferred probe lead to increase of regulator enable count so it