[PATCH] pinctrl: at91: disable Pull-Down or Pull-Up property before enabling Pull-Up or Pull-Down.

2014-09-11 Thread Alexandre Belloni
From: Wenyou Yang Because the pin's Pull-Up and Pull-Down property is mutually exclusive. Signed-off-by: Wenyou Yang --- drivers/pinctrl/pinctrl-at91.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index a3d8902438c7..

Re: [PATCH] pinctrl: at91: disable Pull-Down or Pull-Up property before enabling Pull-Up or Pull-Down.

2014-09-23 Thread Linus Walleij
On Thu, Sep 11, 2014 at 4:40 PM, Alexandre Belloni wrote: > From: Wenyou Yang > > Because the pin's Pull-Up and Pull-Down property is mutually exclusive. > > Signed-off-by: Wenyou Yang Patch applied with Nicolas' ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsub

Re: [PATCH] pinctrl: at91: disable Pull-Down or Pull-Up property before enabling Pull-Up or Pull-Down.

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 16:40, Alexandre Belloni : > From: Wenyou Yang > > Because the pin's Pull-Up and Pull-Down property is mutually exclusive. > > Signed-off-by: Wenyou Yang Yes, indeed: Acked-by: Nicolas Ferre > --- > drivers/pinctrl/pinctrl-at91.c | 6 ++ > 1 file changed, 6 insertions(+)