Re: [PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-07-03 Thread Mark Brown
On Mon, Jun 24, 2013 at 03:06:57PM +0530, Sachin Kamat wrote: > s5m8767 regulator is used on Exynos platforms which use pin controller > to configure GPIOs. Update the example accordingly. Applied, thanks. Please use subject lines that match the subsystem and try to make your changelogs clearer.

Re: [PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-06-29 Thread Sachin Kamat
On 28 June 2013 17:05, Mark Brown wrote: > On Tue, Jun 25, 2013 at 11:56:12AM +0530, Sachin Kamat wrote: > >> There is no change in the bindings, but just a correction in the >> documentation to reflect the >> implementation. Earlier when Samsung platforms did not have pinctrl >> driver, legacy GP

Re: [PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-06-28 Thread Mark Brown
On Tue, Jun 25, 2013 at 11:56:12AM +0530, Sachin Kamat wrote: > There is no change in the bindings, but just a correction in the > documentation to reflect the > implementation. Earlier when Samsung platforms did not have pinctrl > driver, legacy GPIO driver > was used which took those 5 parameter

Re: [PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-06-24 Thread Sachin Kamat
On 24 June 2013 20:55, Mark Brown wrote: > On Mon, Jun 24, 2013 at 03:06:57PM +0530, Sachin Kamat wrote: >> s5m8767 regulator is used on Exynos platforms which use pin controller >> to configure GPIOs. Update the example accordingly. > > This smells bad, why does a driver using GPIOs through the G

Re: [PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-06-24 Thread Mark Brown
On Mon, Jun 24, 2013 at 03:06:57PM +0530, Sachin Kamat wrote: > s5m8767 regulator is used on Exynos platforms which use pin controller > to configure GPIOs. Update the example accordingly. This smells bad, why does a driver using GPIOs through the GPIO API see a change in the binding? signature.

[PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document

2013-06-24 Thread Sachin Kamat
s5m8767 regulator is used on Exynos platforms which use pin controller to configure GPIOs. Update the example accordingly. Signed-off-by: Sachin Kamat --- .../bindings/regulator/s5m8767-regulator.txt | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documen