pinctrl: abx500: Add device tree support
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 20 Jun 2013 14:04:59 +0000 (16:04 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 24 Jun 2013 11:16:45 +0000 (13:16 +0200)
commit64a45c986349a00f0d4c96c0daeecdea76e31a96
treeb97e0176249ee132b58e3533ef04f4cb003ebbc9
parent3a8d63d4b4fdfa2563b85b4a6db0119cbdb537d1
pinctrl: abx500: Add device tree support

We use the same way to define pin muxing and pin configuration
than for nomadik. So pickup code from pinctrl_nomadik.c to be
able to implement pin multiplexing and pin configuration using
the device tree. Pin configuration uses generic parsing code.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/ste,abx500.txt [new file with mode: 0644]
drivers/pinctrl/pinctrl-abx500.c