Re: [PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-30 Thread Peter Rosin
On 2017-01-27 16:52, Rob Herring wrote: > On Mon, Jan 23, 2017 at 11:24:18AM +0100, Peter Rosin wrote: >> On 2017-01-22 14:30, Jonathan Cameron wrote: >>> On 18/01/17 15:57, Peter Rosin wrote: Allow bindings for a GPIO controlled mux to be specified in the mux consumer node. Sig

Re: [PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-27 Thread Rob Herring
On Mon, Jan 23, 2017 at 11:24:18AM +0100, Peter Rosin wrote: > On 2017-01-22 14:30, Jonathan Cameron wrote: > > On 18/01/17 15:57, Peter Rosin wrote: > >> Allow bindings for a GPIO controlled mux to be specified in the > >> mux consumer node. > >> > >> Signed-off-by: Peter Rosin > > Code is good a

Re: [PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-23 Thread Peter Rosin
On 2017-01-22 14:30, Jonathan Cameron wrote: > On 18/01/17 15:57, Peter Rosin wrote: >> Allow bindings for a GPIO controlled mux to be specified in the >> mux consumer node. >> >> Signed-off-by: Peter Rosin > Code is good as far as I am concerned. Only question is whether this Hmmm, now that I th

Re: [PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-22 Thread Jonathan Cameron
On 18/01/17 15:57, Peter Rosin wrote: > Allow bindings for a GPIO controlled mux to be specified in the > mux consumer node. > > Signed-off-by: Peter Rosin Code is good as far as I am concerned. Only question is whether this is worth the hassle given the normal bindings don't give that high a bur

[PATCH v8 12/12] mux: support simplified bindings for single-user gpio mux

2017-01-18 Thread Peter Rosin
Allow bindings for a GPIO controlled mux to be specified in the mux consumer node. Signed-off-by: Peter Rosin --- drivers/mux/Kconfig| 5 + drivers/mux/mux-core.c | 23 +-- drivers/mux/mux-gpio.c | 28 +--- drivers/mux/mux-gpio.h | 13