paulk-gagarine has quit [Ping timeout: 248 seconds]
pokazef has quit [*.net *.split]
javier___ has quit [*.net *.split]
paulk-gagarine has joined #linux-exynos
pokazef has joined #linux-exynos
javier___ has joined #linux-exynos
paulk-gagarine has quit [Ping timeout: 248 seconds]
paulk-gagarine has joined #linux-exynos
pokazef has quit [Ping timeout: 240 seconds]
paulk-gagarine has quit [Ping timeout: 248 seconds]
pokazef has joined #linux-exynos
paulk-gagarine has joined #linux-exynos
paulk-gagarine has quit [Ping timeout: 240 seconds]
paulk-gagarine has joined #linux-exynos
TheSeven has quit [Ping timeout: 258 seconds]
TheSeven has joined #linux-exynos
pokazef has quit [Ping timeout: 240 seconds]
pokazef has joined #linux-exynos
mszyprow has joined #linux-exynos
wwilly has joined #linux-exynos
wwilly_ has joined #linux-exynos
wwilly has quit [Ping timeout: 248 seconds]
aballier has joined #linux-exynos
aballier has quit [Changing host]
aballier has joined #linux-exynos
paulk-gagarine has quit [Ping timeout: 260 seconds]
paulk-gagarine has joined #linux-exynos
nighty- has quit [Quit: Disappears in a puff of smoke]
afaerber has joined #linux-exynos
<forkbomb>
has anyone tried getting kexec working on exynos?
<forkbomb>
i have it sort of working - i get a serial console from the second kernel - but it doesn't finish booting
<forkbomb>
i'm curious if anyone's had any more success
<mszyprow>
forkbomb: I've never tried...
<forkbomb>
ok
<forkbomb>
btw, i think the display issue on i9300 might be because trats2 and i9300 have different LCD reset gpios
<mszyprow>
forkbomb: it would be strange, because I've used i9300 schematic for trats2 development...
<forkbomb>
could it be an earlier revision?
<forkbomb>
because in the vendor kernel, the only references to gpy4(5) being the lcd reset line are in 'gpio-rev01-midas.h' and 'gpio-rev02-midas.h'
<mszyprow>
forkbomb: I've just checked and it looks that the mainline dts has bug
<mszyprow>
forkbomb: it should use gpf2-1 for mlcd_rst
<mszyprow>
forkbomb: but I would need to check with the hardware
<forkbomb>
ah, ok
<mszyprow>
forkbomb: and you are right that some old i9300/trats2 prototype used gpy4-5
<mszyprow>
maybe it worked because our bootloader did everything that was needed....
<forkbomb>
yeah, maybe
<forkbomb>
i also noticed that the delay values specified in dts don't seem to be used by the s6e8aa0 panel driver
<forkbomb>
they're just hardcoded :P
<forkbomb>
mszyprow: is there a reason cpuidle is only enabled on trats2 for exynos4412?
<mszyprow>
well, old, early dt-times and conversion from board files to dt had its cost ;) feel free to send a patch
<forkbomb>
i will eventually
<forkbomb>
the board files are definitely quite painful though :)
<mszyprow>
afair additional cpuidle modes (coupled) requires support from bootloader
<forkbomb>
ah, i see
<mszyprow>
and it was not working on odroid x2/u3
nighty- has joined #linux-exynos
wwilly__ has joined #linux-exynos
<forkbomb>
mszyprow: occasionally i get "[ 10.386450] s3c-i2c 138d0000.i2c: timeout waiting for bus idle" when i try and kexec. any idea how i should properly cleanup i2c before kexecing?
wwilly_ has quit [Ping timeout: 260 seconds]
<forkbomb>
but with 'clk_ignore_unused', i have it booting properly most of the time
<mszyprow>
forkbomb: no idea, stopping i2c transfers should be enough
<forkbomb>
ok, guess I just have to figure out how to do that :)