Re: [PATCH 3/9] pinctrl: sunxi: Handle bias disable

2016-10-03 Thread Chen-Yu Tsai
On Mon, Oct 3, 2016 at 6:21 PM, Maxime Ripard wrote: > So far, putting NO_PULL in allwinner,pull was ignored, behaving like if > that property was not there at all. > > Obviously, this is not the right thing to do, and in that case, we really > need to just disable the bias. > > Signed-off-by: Max

[PATCH 3/9] pinctrl: sunxi: Handle bias disable

2016-10-03 Thread Maxime Ripard
So far, putting NO_PULL in allwinner,pull was ignored, behaving like if that property was not there at all. Obviously, this is not the right thing to do, and in that case, we really need to just disable the bias. Signed-off-by: Maxime Ripard --- drivers/pinctrl/sunxi/pinctrl-sunxi.c | 8 +++