Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
aidin has quit [Ping timeout: 248 seconds]
chomwitt has quit [Ping timeout: 255 seconds]
aidin has joined #linux-sunxi
detectiveaoi has quit [Quit: Leaving...]
anarsoul has quit [Ping timeout: 240 seconds]
lurchi__ is now known as lurchi_
popolon has quit [Quit: WeeChat 1.9]
aidin has quit [Ping timeout: 240 seconds]
aidin has joined #linux-sunxi
lemonzest has quit [Quit: Quitting]
aidin_ has joined #linux-sunxi
aidin has quit [Ping timeout: 255 seconds]
aidin_ has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 240 seconds]
ninolein has quit [Ping timeout: 246 seconds]
ninolein has joined #linux-sunxi
lurchi_ is now known as lurchi__
cnxsoft has joined #linux-sunxi
lurchi__ is now known as lurchi_
Andy-D has quit [Ping timeout: 255 seconds]
anarsoul has joined #linux-sunxi
aidin has joined #linux-sunxi
GrimKriegor has quit [Read error: Connection reset by peer]
GrimKriegor has joined #linux-sunxi
lurchi_ is now known as lurchi__
[7] has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
IgorPec has joined #linux-sunxi
SP7RT has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 248 seconds]
lurchi__ has quit [Ping timeout: 248 seconds]
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
aalm has quit [Ping timeout: 260 seconds]
jelly has quit [Quit: ""]
jelly-home has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
IgorPec has quit [Ping timeout: 246 seconds]
JohnDoe_71Rus has joined #linux-sunxi
aalm has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
reinforce has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
IgorPec has joined #linux-sunxi
lynxis has quit [Remote host closed the connection]
lynxis has joined #linux-sunxi
f0xx has joined #linux-sunxi
diego_r has joined #linux-sunxi
jelly-home is now known as jelly
tom_nov has joined #linux-sunxi
<sunxi_fan> wens: thanx for your commitment.. let's see if this new patchset will apply more easily on the drm-misc-next tree..
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 255 seconds]
chomwitt has joined #linux-sunxi
yann has quit [Ping timeout: 240 seconds]
jbrown has quit [Quit: Leaving]
skiboy has quit [Quit: Leaving]
yann has joined #linux-sunxi
leviathan_ has joined #linux-sunxi
leviathan_ has quit [Remote host closed the connection]
f0xx has quit [Ping timeout: 248 seconds]
vagrantc has quit [Ping timeout: 252 seconds]
aidin has joined #linux-sunxi
f0xx has joined #linux-sunxi
Pe3ucTop has joined #linux-sunxi
Pe3ucTop has left #linux-sunxi [#linux-sunxi]
Pe3ucTop has joined #linux-sunxi
aalm has quit [Quit: xyz 1.9]
massi has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
pmpp_ has joined #linux-sunxi
pmpp has quit [Ping timeout: 248 seconds]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
cnxsoft1 is now known as cnxsoft
massi has quit [Remote host closed the connection]
enrico_ has joined #linux-sunxi
<marble_visions> hi all, i'd like to simulate a plugged in event for sdc2 on a13/r8, since my connector doesn't have a card sense pin
<marble_visions> i know udev listens for kernel events, but i need to somehow tell sunxi-mmc to rescan for cards
<MoeIcenowy> marble_visions: you can use broken-cd in the device tree
<MoeIcenowy> it will enable polling for card
Putti has quit [Ping timeout: 248 seconds]
<marble_visions> MoeIcenowy: oh, that's good.
<MoeIcenowy> see sun5i-a13-licheepi-one.dts
<MoeIcenowy> which has mmc2 wired to a SD slot without card detect
<marble_visions> it makes more sense than to make sunxi-mmc a loadable module and do a modprobe -r/modprobe each time...
Putti has joined #linux-sunxi
Keziolio has quit [Ping timeout: 240 seconds]
<Pe3ucTop> MoeIcenowy: may be you know how to reconfigure APB2 clock in device tree for V3s ??
<MoeIcenowy> Pe3ucTop: use assigned-clocks
<MoeIcenowy> but APB clock is not intended to be changed
<MoeIcenowy> you are warned.
awais has joined #linux-sunxi
huawei has joined #linux-sunxi
lemonzest has joined #linux-sunxi
<zzeroo> Hi, I've a working .dts patch for mainline 4.6 https://github.com/zzeroo/meta-lemaker/blob/master/recipes-kernel/linux/linux-yocto-bananapro/0001-lcd.patch But if I use this for a 4.13 kernel i get a error in dmesg: https://gist.github.com/zzeroo/19281c99e52479afe1b15ee8e636cfec
chomwitt has quit [Ping timeout: 240 seconds]
<MoeIcenowy> wake-gpios should be <&pio 7 7 GPIO_ACTIVE_LOW>
<MoeIcenowy> the &pio is missing
<plaes> MoeIcenowy: do you know the guy behind V3s lichee boards?
<plaes> I have yet to receive my stuff from him :(
<MoeIcenowy> plaes: I know him
aalm has joined #linux-sunxi
<plaes> I guess I should escalate a bit, because it's been months since he showed the tracking id's
<zzeroo> MoeIcenowy: Now I get only on error: 'edt_ft5x06 2-0038: touchscreen probe failed', touch is not working. Do I have to insert the phandle &pio somewhere, too?
<zzeroo> on == one
<MoeIcenowy> I don't know...
<MoeIcenowy> maybe you should drop edt_ft5x06_pins node
<marble_visions> MoeIcenowy: thanks for the tip, i've added the broken-cd to sdc2, i can confirm its in the running device tree, but nothing happens when i insert the card
<marble_visions> udev is silent, udevadm trigger does not add nodes in /dev
<marble_visions> if i've got the card inserted on boot, it gets detected. if i remove it during runtime, the nodes in /dev are still there
<marble_visions> maybe i'm missing a rule in udev?
<marble_visions> but shouldn't broken-cd report the event as if it was a carddetect pin event?
<marble_visions> so, no need for custom udev records?
<marble_visions> also, if i can't get broken-cd running, is there another way to force detection? is reloading sunxi-mmc the only way?
<MoeIcenowy> strange...
<MoeIcenowy> I think no need...
* marble_visions is using chip-linux 4.4.13, "debian/4.4.13-ntc-mlc" branch
<marble_visions> a bit dated, but there are still broken-cd mentions in the tree
<marble_visions> so it is supported and not silently ignored
<marble_visions> i still have to figure out where is MMC_CAP_NEEDS_POLL actually used -- in the mmc core or in the specific drivers.. by the looks of it it's in the core
dave0x6d has joined #linux-sunxi
antony has quit [Quit: Leaving.]
antony has joined #linux-sunxi
antony1 has joined #linux-sunxi
antony has quit [Read error: Connection reset by peer]
aidin has joined #linux-sunxi
kaspter has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
aalm has quit [Ping timeout: 240 seconds]
aalm has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
Keziolio has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
awais has quit [Ping timeout: 255 seconds]
SP7RT has joined #linux-sunxi
popolon has joined #linux-sunxi
aidin has joined #linux-sunxi
aalm has quit [Ping timeout: 260 seconds]
aalm has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
aidin has quit [Ping timeout: 264 seconds]
fkluknav has joined #linux-sunxi
SP7RT has quit [Ping timeout: 240 seconds]
SP7RT has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
huawei has quit [Ping timeout: 248 seconds]
aalm has quit [Ping timeout: 246 seconds]
vagrantc has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
fkluknav has quit [Ping timeout: 240 seconds]
willmore has quit [Remote host closed the connection]
hp197 has quit [Ping timeout: 260 seconds]
fkluknav has joined #linux-sunxi
hp197 has joined #linux-sunxi
willmore has joined #linux-sunxi
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 248 seconds]
willmore has quit [Remote host closed the connection]
SP7RT has quit [Ping timeout: 248 seconds]
fkluknav has quit [Ping timeout: 248 seconds]
fkluknav has joined #linux-sunxi
aidin has joined #linux-sunxi
reinforce has joined #linux-sunxi
aidin has quit [Ping timeout: 255 seconds]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
SP7RT has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Quit: Konversation terminated!]
yann has quit [Ping timeout: 255 seconds]
GrimKriegor has quit [Read error: Connection reset by peer]
jernej has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
leviathan_ has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
willmore has joined #linux-sunxi
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 248 seconds]
jernej has quit [Quit: Konversation terminated!]
aalm has joined #linux-sunxi
dev1990 has joined #linux-sunxi
jernej has joined #linux-sunxi
enrico_ has quit [Quit: Bye]
anarsoul|2 has joined #linux-sunxi
SP7RT has quit [Ping timeout: 246 seconds]
SP7RT has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 252 seconds]
yann has joined #linux-sunxi
TEKrantz has joined #linux-sunxi
jernej has quit [Quit: Konversation terminated!]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 252 seconds]
f0xx has quit [Ping timeout: 240 seconds]
JohnDoe1 has joined #linux-sunxi
jernej has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 260 seconds]
SP7RT has quit [Ping timeout: 248 seconds]
IgorPec has quit [Ping timeout: 255 seconds]
SP7RT has joined #linux-sunxi
afaerber has joined #linux-sunxi
chomwitt has joined #linux-sunxi
GrimKriegor has quit [Read error: Connection reset by peer]
IgorPec has joined #linux-sunxi
GrimKriegor has joined #linux-sunxi
SP7RT has quit [Ping timeout: 255 seconds]
SP7RT has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
akaizen has quit [Max SendQ exceeded]
jernej has quit [Ping timeout: 240 seconds]
akaizen has joined #linux-sunxi
Ntemis has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
GrimKriegor has quit [Ping timeout: 260 seconds]
IgorPec has quit [Ping timeout: 240 seconds]
aalm has quit [Ping timeout: 264 seconds]
GrimKriegor has joined #linux-sunxi
fdcx has quit [Remote host closed the connection]
lemonzest has quit [Quit: Quitting]
fdcx has joined #linux-sunxi
SP7RT has quit [Ping timeout: 240 seconds]
SP7RT has joined #linux-sunxi
lkcl has quit [Read error: Connection reset by peer]
SP7RT has quit [Ping timeout: 240 seconds]
lkcl has joined #linux-sunxi
msimpson has joined #linux-sunxi
a|3x has quit [Ping timeout: 248 seconds]
leviathan_ has quit [Remote host closed the connection]
gnufan has joined #linux-sunxi
JohnDoe1 has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
Ntemis has quit [Remote host closed the connection]
msimpson has quit [Ping timeout: 248 seconds]
chomwitt has quit [Ping timeout: 264 seconds]
Andy-D has joined #linux-sunxi
popolon has quit [Quit: WeeChat 1.9]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi