Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-29 Thread Linus Walleij
On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin wrote: > Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl > when a GPIO is requested or freed. > > Signed-off-by: Axel Lin Patch applied with Heiko's tags. Yours, Linus Walleij -- To unsubscribe from this list: send the

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-29 Thread Linus Walleij
On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin axel@ingics.com wrote: Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin axel@ingics.com Patch applied with Heiko's tags. Yours, Linus Walleij -- To

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Heiko Stübner
Am Mittwoch, 28. August 2013, 13:25:57 schrieb Linus Walleij: > On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin wrote: > > Implement .request() and .free() callbacks on the GPIO chips to inform > > pinctrl when a GPIO is requested or freed. > > > > Signed-off-by: Axel Lin > > --- > > Ohhh that will

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Axel Lin
2013/8/28 Linus Walleij : > On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin wrote: > >> Implement .request() and .free() callbacks on the GPIO chips to inform >> pinctrl >> when a GPIO is requested or freed. >> >> Signed-off-by: Axel Lin >> --- > > Ohhh that will have semantic effects so really need

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin wrote: > Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl > when a GPIO is requested or freed. > > Signed-off-by: Axel Lin > --- Ohhh that will have semantic effects so really need to wait for Heiko's opinion on this one.

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin axel@ingics.com wrote: Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin axel@ingics.com --- Ohhh that will have semantic effects so really need to wait

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Axel Lin
2013/8/28 Linus Walleij linus.wall...@linaro.org: On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin axel@ingics.com wrote: Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin axel@ingics.com --- Ohhh

Re: [PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-28 Thread Heiko Stübner
Am Mittwoch, 28. August 2013, 13:25:57 schrieb Linus Walleij: On Tue, Aug 27, 2013 at 4:30 PM, Axel Lin axel@ingics.com wrote: Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin axel@ingics.com

[PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-27 Thread Axel Lin
Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin --- drivers/pinctrl/pinctrl-rockchip.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/pinctrl/pinctrl-rockchip.c

[PATCH] pinctrl: rockchip: Implement .request() and .free() callbacks on the GPIO chips

2013-08-27 Thread Axel Lin
Implement .request() and .free() callbacks on the GPIO chips to inform pinctrl when a GPIO is requested or freed. Signed-off-by: Axel Lin axel@ingics.com --- drivers/pinctrl/pinctrl-rockchip.c | 12 1 file changed, 12 insertions(+) diff --git