Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-12-02 Thread Linus Walleij
On Tue, Nov 29, 2016 at 11:13 PM, Quentin Schulz wrote: > So basically: > > - first patch for adding pinctrl to the existing driver > - second patch for moving the driver and binding from gpio to pinctrl > subsystem > - third patch for both removing Kconfig

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-12-02 Thread Linus Walleij
On Tue, Nov 29, 2016 at 11:13 PM, Quentin Schulz wrote: > So basically: > > - first patch for adding pinctrl to the existing driver > - second patch for moving the driver and binding from gpio to pinctrl > subsystem > - third patch for both removing Kconfig entry and Makefile rule from > gpio

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-29 Thread Quentin Schulz
Hi Linus, On 24/11/2016 15:17, Linus Walleij wrote: > On Wed, Nov 23, 2016 at 3:11 PM, Quentin Schulz > wrote: > >> The GPIOs present in the AXP209 PMIC have multiple functions. They >> typically allow a pin to be used as GPIO input or output and can also be

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-29 Thread Quentin Schulz
Hi Linus, On 24/11/2016 15:17, Linus Walleij wrote: > On Wed, Nov 23, 2016 at 3:11 PM, Quentin Schulz > wrote: > >> The GPIOs present in the AXP209 PMIC have multiple functions. They >> typically allow a pin to be used as GPIO input or output and can also be >> used as ADC or regulator for

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-25 Thread Maxime Ripard
Hi, On Wed, Nov 23, 2016 at 03:11:51PM +0100, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the possibility to use all

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-25 Thread Maxime Ripard
Hi, On Wed, Nov 23, 2016 at 03:11:51PM +0100, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the possibility to use all

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-24 Thread Chen-Yu Tsai
On Wed, Nov 23, 2016 at 10:11 PM, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-24 Thread Chen-Yu Tsai
On Wed, Nov 23, 2016 at 10:11 PM, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the possibility to use all functions of

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-24 Thread Linus Walleij
On Wed, Nov 23, 2016 at 3:11 PM, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-24 Thread Linus Walleij
On Wed, Nov 23, 2016 at 3:11 PM, Quentin Schulz wrote: > The GPIOs present in the AXP209 PMIC have multiple functions. They > typically allow a pin to be used as GPIO input or output and can also be > used as ADC or regulator for example.[1] > > This adds the possibility to use all functions of

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-23 Thread kbuild test robot
Hi Quentin, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.9-rc6 next-20161123] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-23 Thread kbuild test robot
Hi Quentin, [auto build test ERROR on gpio/for-next] [also build test ERROR on v4.9-rc6 next-20161123] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-23 Thread Quentin Schulz
The GPIOs present in the AXP209 PMIC have multiple functions. They typically allow a pin to be used as GPIO input or output and can also be used as ADC or regulator for example.[1] This adds the possibility to use all functions of the GPIOs present in the AXP209 PMIC thanks to pinctrl subsystem.

[PATCH RESEND 2/2] gpio: axp209: add pinctrl support

2016-11-23 Thread Quentin Schulz
The GPIOs present in the AXP209 PMIC have multiple functions. They typically allow a pin to be used as GPIO input or output and can also be used as ADC or regulator for example.[1] This adds the possibility to use all functions of the GPIOs present in the AXP209 PMIC thanks to pinctrl subsystem.