Re: [PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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 functions. > > Signed-off-by: Tony Lindgren Patch applied. > - select PINMUX > + select GENERIC_PINMUX Replaced this with

Re: [PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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 functions. > > Signed-off-by: Tony Lindgren Patch applied. > - select PINMUX > + select GENERIC_PINMUX Replaced this with GENERIC_PINMUX_FUNCTIONS Yours, Linus Walleij

[PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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

[PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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

[PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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

[PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions

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