pinctrl: samsung: Handle GPIO request and free using pinctrl helpers
authorTomasz Figa <t.figa@samsung.com>
Wed, 2 Jul 2014 15:41:00 +0000 (17:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jul 2014 12:08:37 +0000 (14:08 +0200)
commit6c6ce620e08f8764fd9884094afb274e6e85a47a
tree38f074ef1c669974368774aca64bc2ea1027a16d
parent18c28caa17d7127e0391e100a919d9f6c156e974
pinctrl: samsung: Handle GPIO request and free using pinctrl helpers

This patch adds .request() and .free() operations to gpio_chip of
pinctrl-samsung driver, which call pinctrl request and free helpers to
request and free pinctrl pin along with GPIO pin.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-samsung.c