pinctrl: rockchip: add support the get_direction
authorCaesar Wang <wxt@rock-chips.com>
Tue, 15 Mar 2016 07:55:45 +0000 (15:55 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Apr 2016 13:26:02 +0000 (15:26 +0200)
commit6ba20a00a36bb47c64581bfa08f1606d4bf0589f
tree876c0031538ada3ef3425885a960cd0356a79379
parent658b476c742fe379e7020309fd590a27b457a4c1
pinctrl: rockchip: add support the get_direction

This patch adds the get_direction to support the gpio
interface.

The gpio direction is not used on rockchip platform when use the gpio
debugfs.

Tested on kylin board. (RK3036 SoCs)
The repro steps:
$/sys/class/gpio/
echo 53 > export
$/sys/class/gpio/gpio53# cat direction
in
In general, the gpio53 should be out value, but the direction is the
default value 'in',  since the get_direction didn't supported in rockchip
pinctrl.

So, we should add this patch to support it.

Cc: linux-gpio@vger.kernel.org
Cc: linux-rockchip@lists.infradead.org
Reported-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-rockchip.c