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

2016-04-13 Thread Linus Walleij
On Tue, Mar 15, 2016 at 8:55 AM, Caesar Wang wrote: > 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 >

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

2016-03-31 Thread Heiko Stuebner
Am Dienstag, 15. März 2016, 15:55:45 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/gpio/ > ech

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

2016-03-15 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