]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: axp209: Implement get_direction
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 21 Sep 2016 20:51:22 +0000 (23:51 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Sep 2016 13:13:04 +0000 (15:13 +0200)
commit430a6b0c4b0f935e22d833d7c141179a598bb73e
tree06e58a6236f9a7d62ed317a2aa72e7995e3116d2
parent68b33b665348562ee696bd0c5585911446088297
gpio: axp209: Implement get_direction

Implement the get_direction callback for the GPIOs found in the AXP209
PMIC.

Due to the way they are implemented, in the same register you have the
muxing options, GPIO directions and GPIO values. Since you have no control
over what value is there at reset, simply use output as the default.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-axp209.c