]> rtime.felk.cvut.cz Git - linux-imx.git/commit
pinctrl: coh901: add device tree support
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Apr 2013 08:49:31 +0000 (10:49 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 31 May 2013 09:25:45 +0000 (11:25 +0200)
commit351c2163f918e2a4218e0206f854dbec7799fda8
tree5074a0500816af030dd2d22f3c37338a9296d3cf
parent21a035db897975a5195dfb1525433637f30aeebf
pinctrl: coh901: add device tree support

This makes it possible to probe the COH901 pinctrl driver from
the device tree, and assigned the device tree node in the
gpio_chip so we can look up cross-references from the device
tree. Start grabbing the per-port (bank) IRQs by index instead
of by name so we don't have to look up the IRQs by name going
forward.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/gpio-stericsson-coh901.txt [new file with mode: 0644]
drivers/pinctrl/pinctrl-coh901.c