dlezcano_ has quit [Read error: Connection reset by peer]
dlezcano_ has joined #linux-rockchip
dlezcano_ has quit [Ping timeout: 256 seconds]
jkstrick has joined #linux-rockchip
jkstrick has quit [Ping timeout: 260 seconds]
premoboss has quit [Ping timeout: 244 seconds]
jkstrick has joined #linux-rockchip
jkstrick has quit [Ping timeout: 265 seconds]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-rockchip
nasuga has quit [Ping timeout: 250 seconds]
nnnn20431 has joined #linux-rockchip
vagrantc has joined #linux-rockchip
jkstrick has joined #linux-rockchip
jkstrick has quit [Ping timeout: 260 seconds]
vagrantc has quit [Quit: leaving]
wadim_ has joined #linux-rockchip
nnnn20431 has quit [Ping timeout: 260 seconds]
dr1337 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nighty has quit [Remote host closed the connection]
premoboss has joined #linux-rockchip
dlezcano_ has joined #linux-rockchip
dr1337 has joined #linux-rockchip
dlezcano_ has quit [Remote host closed the connection]
utente_ has joined #linux-rockchip
utente_ has quit [Client Quit]
dlezcano has joined #linux-rockchip
nashpa has quit [Ping timeout: 268 seconds]
libv_ is now known as libv
topi`_ is now known as topi`
jkstrick has joined #linux-rockchip
nasuga has joined #linux-rockchip
jkstrick has quit [Ping timeout: 265 seconds]
cnxsoft has quit [Quit: cnxsoft]
ganbold has quit [Ping timeout: 265 seconds]
ganbold has joined #linux-rockchip
dlezcano has quit [Ping timeout: 252 seconds]
dlezcano has joined #linux-rockchip
nashpa has joined #linux-rockchip
dlezcano has quit [Ping timeout: 260 seconds]
wadim_ has quit [Read error: No route to host]
nighty has joined #linux-rockchip
wadim_ has joined #linux-rockchip
<phh>
I have a weird behaviour on 4.9-rc3, on rk3288. Setting gpio 222 (gpio7-6) to out, then reading gpio222/direction back gives "in". Setting it to "in" reports "out". the GPIO can be written only after I wrote "in" to it.
premoboss has quit [Ping timeout: 256 seconds]
dlezcano has joined #linux-rockchip
wadim_ has quit [Remote host closed the connection]
premoboss has joined #linux-rockchip
<mmind00>
phh: in the TRM gpio7 A2-A6 are marked as reserved, so should not be accessed as gpios it seems
<mmind00>
phh: scrap that ... the are only gpios
<mmind00>
(i.e. no other iomux)
<phh>
for a second I thought my chinese IDH were crazy magicians
<phh>
(ok they are anyway)
<mmind00>
phh: but interestingly, no currently in-kernel dts seems to use gpio7_a6 ... does this happen with this pin only?
<phh>
I have also a problem with gpio7_a5, not exactly the same I think, and I think I had it with yet another one
<phh>
but I think I see the problem only when using sysfs-exported gpio
<phh>
right, considering /sys/kernel/debug/gpio I think I have this issue on most I/Os
<phh>
gpio-17 ( |vcc_dvp ) in lo
<phh>
gpio-148 ( |reset ) in hi
<phh>
their name doesn't sound like it should be "in"
<phh>
vcc_dvp is connected to a regulator-fixed, so should definitely be "out", reset-gpios is on a mmc-pwrseq-simple so should be out as well