ftg has quit [Read error: Connection reset by peer]
apritzel has quit [Ping timeout: 480 seconds]
montjoie has joined #linux-sunxi
montjoie_ has quit [Ping timeout: 480 seconds]
f_ has quit [Read error: Connection reset by peer]
f_ has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
junari has joined #linux-sunxi
flyback has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
DonkeyHotei has quit [Ping timeout: 480 seconds]
DonkeyHotei has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
<gamiee>
@jernej : thanks for confirmation. I will try to do this proof of concept soon, and afterwards I will consider some upstreamable solution.
mripard has joined #linux-sunxi
Hypfer is now known as Guest14404
Hypfer has joined #linux-sunxi
Guest14404 has quit [Read error: Connection reset by peer]
machinehum has joined #linux-sunxi
machinehum has quit [Ping timeout: 480 seconds]
apritzel_ has joined #linux-sunxi
machinehum has joined #linux-sunxi
apritzel_ has left #linux-sunxi [#linux-sunxi]
apritzel has joined #linux-sunxi
<apritzel>
gamiee: so this sounds like a generic problem, how is that solved in other systems? I can't believe we are the first to encounter this issue?
<apritzel>
I thought that it's up to Linux to just leave one or the other device running (or its IRQ enabled)?
<apritzel>
gamiee: have you checked that wakeup-source DT property? Maybe it's worth chasing down how this ends up being handled in the kernel? And whether one can influence that at runtime?
<gamiee>
@apritzel : good idea, I will take look on wakeup-source property, and if there is any mechanism about that. I guess there must be some configuration to enable / disable wake by RTC or others.
<apritzel>
yeah, exactly, RTC is another lead to follow, I guess. I think it dynamically enables that when you set an alarm, with rtcwake, for instance?