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 li

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 h

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 t

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.

[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 b/drivers/pinctrl