Re: [PATCH 1/2] regulator: s5m8767: Allow GPIO 0 to be used as external control

2014-05-01 Thread Mark Brown
On Wed, Apr 30, 2014 at 10:40:41AM +0200, Krzysztof Kozlowski wrote: > GPIO 0 is a valid GPIO so allow using it as external control for > regulator. Applied, thanks. This is only safe because we don't have any actual users of platform data - if we do have users of platform data then things get a

Re: [PATCH 1/2] regulator: s5m8767: Allow GPIO 0 to be used as external control

2014-05-01 Thread Mark Brown
On Wed, Apr 30, 2014 at 10:40:41AM +0200, Krzysztof Kozlowski wrote: GPIO 0 is a valid GPIO so allow using it as external control for regulator. Applied, thanks. This is only safe because we don't have any actual users of platform data - if we do have users of platform data then things get a

[PATCH 1/2] regulator: s5m8767: Allow GPIO 0 to be used as external control

2014-04-30 Thread Krzysztof Kozlowski
GPIO 0 is a valid GPIO so allow using it as external control for regulator. Signed-off-by: Krzysztof Kozlowski --- drivers/regulator/s5m8767.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c

[PATCH 1/2] regulator: s5m8767: Allow GPIO 0 to be used as external control

2014-04-30 Thread Krzysztof Kozlowski
GPIO 0 is a valid GPIO so allow using it as external control for regulator. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/regulator/s5m8767.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/regulator/s5m8767.c