Re: [PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-12-30 Thread Linus Walleij
On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can now drop the driver specific code for managing groups. > > Signed-off-by: Tony Lindgren Patch applied! > + select GENERIC_PINCTRL Replaced this with GENERIC_PINCTRL_GROUPS Yours, Linus

Re: [PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-12-30 Thread Linus Walleij
On Tue, Dec 27, 2016 at 6:20 PM, Tony Lindgren wrote: > We can now drop the driver specific code for managing groups. > > Signed-off-by: Tony Lindgren Patch applied! > + select GENERIC_PINCTRL Replaced this with GENERIC_PINCTRL_GROUPS Yours, Linus Walleij

[PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-12-27 Thread Tony Lindgren
We can now drop the driver specific code for managing groups. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-single.c | 156 +++ 2 files changed, 12 insertions(+), 146 deletions(-) diff

[PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-12-27 Thread Tony Lindgren
We can now drop the driver specific code for managing groups. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-single.c | 156 +++ 2 files changed, 12 insertions(+), 146 deletions(-) diff --git

[PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-10-25 Thread Tony Lindgren
We can now drop the driver specific code for managing groups. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-single.c | 155 +++ 2 files changed, 11 insertions(+), 146 deletions(-) diff

[PATCH 4/5] pinctrl: single: Use generic pinctrl helpers for managing groups

2016-10-25 Thread Tony Lindgren
We can now drop the driver specific code for managing groups. Signed-off-by: Tony Lindgren --- drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-single.c | 155 +++ 2 files changed, 11 insertions(+), 146 deletions(-) diff --git