_whitelogger_ has quit [Remote host closed the connection]
ahajda has quit [Ping timeout: 240 seconds]
mszyprow has quit [Ping timeout: 260 seconds]
ahajda has joined #linux-exynos
PabloPL has joined #linux-exynos
prahal has joined #linux-exynos
<prahal>
I always get oops on end-of-stream from s5p-mfc . Who should I bug report to ? (kernel 4.16-rc4 mfc v5 exynos 4412 odroidu)
<ahajda>
You can use linux-media@vger.kernel.org and linux-samsung-soc@vger.kernel.org mailing lists to report it, generally for kernel drivers you can use:
<ahajda>
./scripts/get_maintainer.pl drivers/media/platform/s5p-mfc/ , please describe steps to reproduce and environment
<prahal>
nvm I noticed I have Tobias s5p-mfc patches , will try without before bugging everybody in maintainer list :)
<prahal>
the report is ready to ship ! but I will hold it a little
mszyprow has joined #linux-exynos
<PabloPL>
mszyprow: Got wifi working on Aries (with few other things)
<mszyprow>
PabloPL: nice
nighty- has quit [Quit: Disappears in a puff of smoke]
<mszyprow>
PabloPL: it would be nice if you send all your patches to mainline :)
<PabloPL>
and i know why radio (si470x) is not working - broken driver :/
<PabloPL>
here was a patch for this, but not sufficient
<mszyprow>
you also would need to add respective userspace code for g2d/s5pv210 hw in libdrm/exynos/ if you want to switch to drm g2d driver
<mszyprow>
but that definitely the right way of using g2d hw
<PabloPL>
Is here anyone using kgdb?
<PabloPL>
I'm having problems with using it on s5pv210
<mszyprow>
not here right now
<PabloPL>
(gdb) target remote /dev/ttyUSB0
<PabloPL>
Truncated register 19 in remote 'g' packet
<PabloPL>
(gdb) break si470x_i2c_probe
<PabloPL>
Remote debugging using /dev/ttyUSB0
<PabloPL>
Breakpoint 1 at 0x804a6308: file drivers/media/radio/si470x/radio-si470x-i2c.c, line 349.
<PabloPL>
(gdb) c
<PabloPL>
The program is not being run.
<PabloPL>
arm-linux-gnueabihf-gdb -v
<PabloPL>
GNU gdb (Linaro_GDB-2017.11) 8.0.1.20171119-git
<PabloPL>
toolchain linaro
<PabloPL>
gcc 7.2.1
kxkamil has joined #linux-exynos
<PabloPL>
maybe someone will know the answer how to fix it (tried also ubuntu gdb and the same error)
<forkbomb>
mszyprow: do you guys have any plans to submit a new version of the trats2-audio stuff?
<mszyprow>
forkbomb: right now it is only on the todo list and noone works on it, if you have time and wish to port the driver from the older kernel (i.e. Tizen v3.10) then feel free to do it :)
<mszyprow>
forkbomb: if I remember correctly, that tree was quite complete and already based on dt (although on the early version of some bindings and work-in-progress code)
<forkbomb>
i think it's mostly all there for trats2/i9300
<forkbomb>
mszyprow: yeah, it seems pretty complete
<forkbomb>
maybe NFC isn't supported?
<mszyprow>
afair it was working
<forkbomb>
uh, i mean in mainline
<mszyprow>
ah, right, mainline might lack it
<forkbomb>
i have patches for touchkey locally, which i should submit