pinctrl: nomadik: improve GPIO debug prints
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 Sep 2014 13:05:21 +0000 (15:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 30 Sep 2014 13:07:22 +0000 (15:07 +0200)
commit8f1774a2a97135db35c5f42531a148135158705a
treeccac6b26e503e73d7e31cd222ad1c2f25056458b
parent259145feff723cd65fcf53156bdd7a11816b1e31
pinctrl: nomadik: improve GPIO debug prints

The debugfs file would only define if the line was "pulled" and
not which direction (pull up or pull down). Improve this by
taking two print paths depending on whether the pin is set as
input or output and use the data register directly to figure
out whether the pin is set for pull up or pull down.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nomadik/pinctrl-nomadik.c