Re: [PATCH] pinctrl: at91: fix get_pullup/down function return

2013-08-28 Thread Linus Walleij
On Tue, Aug 27, 2013 at 3:19 PM, Boris BREZILLON wrote: > In PIO_PUSR and PIO_PPDSR register if a given bit is set 1 this means the > pullup/down for this pin (pin is represented as a bit position) is > disabled. > > Signed-off-by: Boris BREZILLON Patch applied, tagged for stable. Yours, Linus

Re: [PATCH] pinctrl: at91: fix get_pullup/down function return

2013-08-27 Thread Nicolas Ferre
On 27/08/2013 15:19, Boris BREZILLON : In PIO_PUSR and PIO_PPDSR register if a given bit is set 1 this means the pullup/down for this pin (pin is represented as a bit position) is disabled. Signed-off-by: Boris BREZILLON Indeed. Acked-by: Nicolas Ferre and even: Cc: stable # 3.8+ Thanks

[PATCH] pinctrl: at91: fix get_pullup/down function return

2013-08-27 Thread Boris BREZILLON
In PIO_PUSR and PIO_PPDSR register if a given bit is set 1 this means the pullup/down for this pin (pin is represented as a bit position) is disabled. Signed-off-by: Boris BREZILLON --- drivers/pinctrl/pinctrl-at91.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driv