Re: [RESEND PATCH] pinctrl: rockchip: add support the get_direction

2016-03-14 Thread Heiko Stübner
Hi Caesar, Am Montag, 14. März 2016, 14:01:19 schrieb Caesar Wang: > 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/g

[RESEND PATCH] pinctrl: rockchip: add support the get_direction

2016-03-13 Thread Caesar Wang
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

Re: [PATCH] pinctrl: rockchip: add support the get_direction

2016-03-13 Thread Caesar Wang
在 2016年03月14日 13:44, Caesar Wang 写道: 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

[PATCH] pinctrl: rockchip: add support the get_direction

2016-03-13 Thread Caesar Wang
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