Re: [3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2017-01-02 Thread Tony Lindgren
* Gary Bisson [170102 08:21]: > Hi Tony, > > On Tue, Dec 27, 2016 at 09:20:01AM -0800, Tony Lindgren wrote: > > We can add generic helpers for function handling for cases where the pin > > controller driver does not need to use static arrays. > > > > Signed-off-by: Tony Lindgren > > Shouldn't

Re: [3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2017-01-02 Thread Gary Bisson
Hi Tony, On Tue, Dec 27, 2016 at 09:20:01AM -0800, Tony Lindgren wrote: > We can add generic helpers for function handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Shouldn't the patch title be: pinctrl: core: Add generic pi

Re: [PATCH 3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2016-12-30 Thread Linus Walleij
On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can add generic helpers for function handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Patch applied. > +config GENERIC_PINMUX > + bool > + select PINM

Re: [PATCH 3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2016-12-30 Thread Linus Walleij
On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can add generic helpers for function handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Patch applied! > +config GENERIC_PINMUX > + bool > + select PINM

[PATCH 3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2016-12-27 Thread Tony Lindgren
We can add generic helpers for function handling for cases where the pin controller driver does not need to use static arrays. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 4 ++ drivers/pinctrl/core.c | 2 + drivers/pinctrl/core.h | 18 + drivers/pinctrl/pinmux.c | 17

[PATCH 3/5] pinctrl: core: Add generic pinctrl functions for managing groups

2016-10-25 Thread Tony Lindgren
We can add generic helpers for function handling for cases where the pin controller driver does not need to use static arrays. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 4 ++ drivers/pinctrl/core.c | 2 + drivers/pinctrl/core.h | 18 + drivers/pinctrl/pinmux.c | 17