commit | 31831f41bfd1e340bad66014a1b7ccd761ee51cf | [log] [tgz] |
---|---|---|
author | Jonas Gorski <jogo@openwrt.org> | Sun Oct 11 17:34:18 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Oct 16 22:17:14 2015 +0200 |
tree | 457c76bcb7eca811cb92713d3db3629eddd5386d | |
parent | da4002ee901205df4238dd9a63e5598064a0cd17 [diff] |
gpio: pl061: use the generic request/free implementations Instead of storing in the chip data whether the chip uses pinctrl and conditionally call pinctrl_{request,free}_gpio, just don't populate request/free in that case. This makes the implementations trivial and the same as the generic implementations, thus we can just use them. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>