]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: st: Show correct pin direction also in GPIO mode
authorLee Jones <lee.jones@linaro.org>
Wed, 18 Mar 2015 17:21:18 +0000 (17:21 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Mar 2015 15:38:06 +0000 (16:38 +0100)
commite2ed0e88ecba59775a25b3cc237eed1faf71a9aa
treebffc4a915a4786b7df9fd656daf04530193b1a00
parent1e702ec2aa3bfed17d1266d31f94923322afbc60
pinctrl: st: Show correct pin direction also in GPIO mode

Until now ST's pinconf_dbg_show() call-back has displayed the PIO
alternate function direction, which is only relevant if a pin is
operating in an alternate function mode i.e not GPIO mode.  If a
pin is in GPIO mode its direction is both set and status is
obtained by a completely different/unrelated bunch of registers.

This change ensures that the correct pin direction is shown, even
if a pin is operating in GPIO mode.

Reported-by: Olivier Clergeaud <olivier.clergeaud@st.com>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-st.c