ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
stikonas has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
lkcl has quit [Ping timeout: 246 seconds]
kevery has joined #linux-rockchip
lkcl has joined #linux-rockchip
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-rockchip
vstehle has quit [Ping timeout: 246 seconds]
tlwoerner has quit [Quit: Leaving]
<whoman321> Hi everyone. I'm trying to "repo sync" the rockchip-linux SDK... but I am getting 2 errors:
<whoman321> fatal: Couldn't find remote ref refs/heads/rkvideo
<whoman321> GitError: mpp update-ref: fatal: 77b58369658b739e5c99b6a6876809e073086dcf^0: not a valid SHA1
<whoman321> Has anyone seen these before?
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-rockchip
tlwoerner has joined #linux-rockchip
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-rockchip
mrueg has quit [Remote host closed the connection]
mrueg has joined #linux-rockchip
marvs has quit [Ping timeout: 258 seconds]
marvs has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
whoman321 has quit [Remote host closed the connection]
vstehle has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
adjtm_ has quit [Remote host closed the connection]
adjtm_ has joined #linux-rockchip
chiastre has quit [Remote host closed the connection]
chiastre has joined #linux-rockchip
uh is now known as dp
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-rockchip
camus1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 258 seconds]
camus1 is now known as kaspter
lkcl has quit [Ping timeout: 240 seconds]
camus1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
repk has quit [Quit: WeeChat 2.7.1]
ldevulder_ has joined #linux-rockchip
repk has joined #linux-rockchip
ldevulder has quit [Ping timeout: 252 seconds]
vicencb has joined #linux-rockchip
ldevulder_ is now known as ldevulder
adjtm_ has quit [Remote host closed the connection]
adjtm_ has joined #linux-rockchip
Miouyouyou has joined #linux-rockchip
field^Zzz2 has joined #linux-rockchip
stikonas has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
chiastre has quit [Remote host closed the connection]
lkcl has joined #linux-rockchip
chiastre has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
return0e has quit [Remote host closed the connection]
sb35 has quit [Ping timeout: 250 seconds]
stikonas_ has joined #linux-rockchip
stikonas has quit [Ping timeout: 272 seconds]
stikonas has joined #linux-rockchip
stikonas_ has quit [Ping timeout: 272 seconds]
adjtm_ has quit [Remote host closed the connection]
stikonas_ has joined #linux-rockchip
adjtm_ has joined #linux-rockchip
stikonas has quit [Read error: Connection reset by peer]
alpernebbi has joined #linux-rockchip
Guest87911 has quit [Ping timeout: 240 seconds]
Guest87911 has joined #linux-rockchip
Guest87911 has quit [Remote host closed the connection]
Guest87911 has joined #linux-rockchip
Guest87911 has quit [Remote host closed the connection]
Guest87911 has joined #linux-rockchip
sb35 has joined #linux-rockchip
kevery has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery has joined #linux-rockchip
JohnDoe_71Rus has quit [Ping timeout: 256 seconds]
Kelsar has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
suniel has joined #linux-rockchip
stikonas_ has quit [Remote host closed the connection]
stikonas_ has joined #linux-rockchip
Kelsar has joined #linux-rockchip
alpernebbi has quit [Quit: alpernebbi]
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
stikonas_ has quit [Remote host closed the connection]
stikonas_ has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
mniip has quit [Remote host closed the connection]
mniip has joined #linux-rockchip
vagrantc has joined #linux-rockchip
return0e has joined #linux-rockchip
sb35 has quit [Quit: sb35]
cyrozap has quit [Ping timeout: 258 seconds]
cyrozap has joined #linux-rockchip
suniel has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
return0e has quit [Remote host closed the connection]
tuxd3v has joined #linux-rockchip
tuxd3v_ has quit [Ping timeout: 265 seconds]
whoman321 has joined #linux-rockchip
lkcl_ has joined #linux-rockchip
lkcl has quit [Ping timeout: 256 seconds]
Miouyouyou has quit [Quit: Leaving]
<inode> what's a decent way to toggle an arbitrary gpio pin state from a devicetree node if the driver doesn't acknowledge the "enable-gpios" attribute?
<inode> gpio-hog subnode on a gpio-controller? fixed-regulator with gpio attribute set? for testing i'm cheating with a subnode of gpio-leds to get the pin high
<DuClare> gpio-leds hack is ok
<DuClare> That's what people recommended when I needed to do this last year
<DuClare> It's silly but I don't think there's any "proper way"
<DuClare> Unless one has emerged recently
<DuClare> I don't know why I didn't use gpio-hog. I recall trying it, but it wasn't a good solution for some reason
<DuClare> Maybe I needed to export and gpio-hog prevents that
<DuClare> If hog works for you then I'd probably use that
<inode> thanks, i'll give gpio-leds another try
Leepty has quit [Ping timeout: 252 seconds]
<inode> as a brief test i tried a gpio-hog as a child of the appropriate gpio controller node and the kernel seems to die before any output at all is sent to the console
<inode> i mean, i'll give gpio-hog another try
<inode> i didn't read the documentation well enough the first time
<inode> a gpio-hog appears to work properly
whoman321 has quit [Remote host closed the connection]
vicencb has quit [Quit: Leaving.]
warpme_ has quit [Quit: Connection closed for inactivity]
lkcl_ has quit [Ping timeout: 264 seconds]
field^Zzz2 has quit [Ping timeout: 264 seconds]