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

2016-12-30 Thread Tony Lindgren
* Linus Walleij [161230 06:12]: > On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > > > We can add generic helpers for pin group handling for cases where the pin > > controller driver does not need to use static arrays. > > > > Signed-off-by:

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

2016-12-30 Thread Tony Lindgren
* Linus Walleij [161230 06:12]: > On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > > > We can add generic helpers for pin group handling for cases where the pin > > controller driver does not need to use static arrays. > > > > Signed-off-by: Tony Lindgren > > Patch applied. > > >

Re: [PATCH 2/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 pin group handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Patch applied. > +config

Re: [PATCH 2/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 pin group handling for cases where the pin > controller driver does not need to use static arrays. > > Signed-off-by: Tony Lindgren Patch applied. > +config GENERIC_PINCTRL > + bool Then I renamed

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

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

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

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

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

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

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

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