Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Bjorn Andersson
On Fri 08 Dec 09:22 PST 2017, Charles Keepax wrote: > On Fri, Dec 08, 2017 at 03:40:49PM +0100, Linus Walleij wrote: > > On Fri, Dec 8, 2017 at 3:29 PM, Charles Keepax > > wrote: > > > > > (...) I have finally > > > managed to get some time to look over the pinctrl-single stuff. > > > > > > Naiv

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Tony Lindgren
* Charles Keepax [171208 17:19]: > On Fri, Dec 08, 2017 at 08:28:18AM -0800, Tony Lindgren wrote: > > * Charles Keepax [171208 14:31]: > > > From the implementation so far the pinctrl-single stuff appears to > > > target systems where there isn't really a concept of groups. Each > > > pin is just

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Charles Keepax
On Fri, Dec 08, 2017 at 03:40:49PM +0100, Linus Walleij wrote: > On Fri, Dec 8, 2017 at 3:29 PM, Charles Keepax > wrote: > > > (...) I have finally > > managed to get some time to look over the pinctrl-single stuff. > > > > Naively one could convert the pinctrl-single stuff over to use > > the pa

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Charles Keepax
On Fri, Dec 08, 2017 at 08:28:18AM -0800, Tony Lindgren wrote: > * Charles Keepax [171208 14:31]: > > From the implementation so far the pinctrl-single stuff appears to > > target systems where there isn't really a concept of groups. Each > > pin is just a completely separate entry and you can onl

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Tony Lindgren
* Charles Keepax [171208 14:31]: > From the implementation so far the pinctrl-single stuff appears to > target systems where there isn't really a concept of groups. Each > pin is just a completely separate entry and you can only configure > things one pin at a time. In that case it almost makes mo

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Linus Walleij
On Fri, Dec 8, 2017 at 3:29 PM, Charles Keepax wrote: > (...) I have finally > managed to get some time to look over the pinctrl-single stuff. > > Naively one could convert the pinctrl-single stuff over to use > the patches I proposed creating one large group for the driver > and then mux each pi

Re: [PATCH 0/4] Add support for muxing individual pins

2017-12-08 Thread Charles Keepax
On Mon, Oct 09, 2017 at 11:10:34PM +0200, Linus Walleij wrote: > On Fri, Sep 29, 2017 at 12:14 PM, Charles Keepax > wrote: > > This series add support for muxing individual pins within > > pin mux, rather than just whole groups. Mainly, I had two > > motivations here, one to avoid the need to add

Re: [PATCH 0/4] Add support for muxing individual pins

2017-10-10 Thread Charles Keepax
On Mon, Oct 09, 2017 at 11:10:34PM +0200, Linus Walleij wrote: > On Fri, Sep 29, 2017 at 12:14 PM, Charles Keepax > wrote: > > > This series add support for muxing individual pins within > > pin mux, rather than just whole groups. Mainly, I had two > > motivations here, one to avoid the need to a

Re: [PATCH 0/4] Add support for muxing individual pins

2017-10-09 Thread Linus Walleij
On Fri, Sep 29, 2017 at 12:14 PM, Charles Keepax wrote: > This series add support for muxing individual pins within > pin mux, rather than just whole groups. Mainly, I had two > motivations here, one to avoid the need to add loads of groups > containing individual pins and hardware that actually

[PATCH 0/4] Add support for muxing individual pins

2017-09-29 Thread Charles Keepax
This series add support for muxing individual pins within pin mux, rather than just whole groups. Mainly, I had two motivations here, one to avoid the need to add loads of groups containing individual pins and hardware that actually has some internal concept of groups of pins, and disambiguating th