<mirko> kyak: pong
<wpwrak> now that's what i call cheating in style ;-) http://tinyvga.com/avr-isa-vga
<kristianpaul> i agree with wpwrak
<qi-bot> [commit] Werner Almesberger: tstimc.c (tstimg): frame rate calculation didn't include the vsync pulse http://qi-hw.com/p/ben-blinkenlights/606dd63
<qi-bot> [commit] Werner Almesberger: ubb-vga.c (mode_db): added 1024x768, 53 Hz mode (56 MHz pixel clock) http://qi-hw.com/p/ben-blinkenlights/aa2fc71
<qi-bot> [commit] Werner Almesberger: ubb-vga: express mode data in more common units and remove hard-coded constants http://qi-hw.com/p/ben-blinkenlights/4b59dbf
<qi-bot> [commit] Werner Almesberger: ubb-vga: test image now shows detailed horizontal and vertical timing http://qi-hw.com/p/ben-blinkenlights/9412c9d
<qi-bot> [commit] Werner Almesberger: ubb-vga.c (mode_db): cleanup and added approximations of standard modes http://qi-hw.com/p/ben-blinkenlights/b184fbb
<qi-bot> [commit] Werner Almesberger: ubb-vga.c (list_modes, usage, main): new option -l to list available modes http://qi-hw.com/p/ben-blinkenlights/4450a30
<qi-bot> [commit] Werner Almesberger: tstimg.c (tstimg): adjust size and position of parameters according to yres http://qi-hw.com/p/ben-blinkenlights/319d8a0
<qi-bot> [commit] Werner Almesberger: ubb-vga/README: added to do list http://qi-hw.com/p/ben-blinkenlights/893884c
<wpwrak> GRR. WAIT is a privileged instruction :-( why oh why ...
<fh> hello???
<Guest60820> anyone on?
<gzanan> Hello everyone
<xiangfu> hi
<kyak> mirko: qt4 builds very fine now, thanks :)
<kyak> larsc: do you know why GPM940B0 (LCD and backlight driver) has not made it into openwrt trunk?
<kyak> larsc: thanks :)
<larsc> ili8960 is the controller inside the GPM940B0
<roh> is that the one on the NN?
<larsc> yes
<kyak> larsc: i'm trying to refrsh kernel config, enabling battery and backlight support (they don't seem to be present in openwrt trunk kernel config)
<kyak> i'm not sure if there is a special reason why they were not enabled, or maybe they just were not present at that time?..
<larsc> kyak: they should be enabled
<larsc> if they are not thats a bug
<larsc> CONFIG_LCD_ILI8960=y
<kyak> for example, ili8960 was not enabled because SPI support was switched off.. And then battery wasn't enabled because of some other dependency
<larsc> hm, i see
<kyak> i'm now fighting with make kernel_menuconfig :)
<larsc> but there is CONFIG_SPI=y
<larsc> as well
<kyak> hm..
<kyak> CONFIG_SPI=y is in target/linux/xburst/qi_lb60/config-2.6.37.. make kernel_menuconfig puts it into target/linux/xburst/config-2.6.37
<kyak> maybe i'll just start from scratch..
<xMff> that is expected
<xMff> better do it by hand
<kyak> if i do it by hand, then following kernel_menuconfig would overwrite these changes..
<xMff> yes
<kyak> or is it ok?
<xMff> I mean do not use kernel_menuconfig
<kyak> oh ok
<xMff> it has no way to know how symbols should be distributed
<xMff> so it just stuffs them into the target config
<xMff> xou could use the diff to fill up the subtarget config though
<xMff> *you
<larsc> but it should only modify the last config which is the board config and not the target config in this case
<xMff> larsc: I suppose it is bugged then, but that'd only shift the problem, generic symbols would end up in the wrong config, too
<larsc> yes
<larsc> so far i've moved those symbols by hand to the target config
<larsc> kyak: btw. my plan was to add the 2.6.39 patch today or tomorrow
<kyak> larsc: that's great!
<qi-bot> [commit] Werner Almesberger: physmem.c: improved correctness and efficiency of alignment http://qi-hw.com/p/ben-blinkenlights/0dbf29e
<qi-bot> [commit] Werner Almesberger: ubb-vga: make lines end in black (and not in overscan) http://qi-hw.com/p/ben-blinkenlights/3ea6b98
<qi-bot> [commit] Werner Almesberger: ubb-vga: send a line's last DMA transfer also if only partially filled http://qi-hw.com/p/ben-blinkenlights/a3cea35
<qi-bot> [commit] Werner Almesberger: ubb-vga: use a free-running counter instead of resetting it for each line http://qi-hw.com/p/ben-blinkenlights/6d8c8dd
<kyak> larsc: there is some strange dependency chain, that leads to disabling of CONFIG_BATTERY_JZ4740
<kyak> i'm now wondering how i even managed to enable it via kernel_menuconfig :)
<larsc> CONFIG_BATTERY_JZ4740 should only depend on CONFIG_MFD_JZ4740_ADC
<larsc> well and CONFIG_POWER_SUPPLY
<kyak> yeah
<kyak> and MFD_JZ4740_ADC is "n"
<kyak> and it doesn't appear in "Multifunction device drivers"
<kyak> though it only depends on MFD_SUPPORT [=y] && MACH_JZ4740
<larsc> it does here
<larsc> with current openwrt trunk
<kyak> maybe it's because MFD_CORE depends in I2C, which is "n"
<kyak> hm..
<larsc> MFD_CORE should not depend on anything
<mth> larsc: did you see the "detect memory enabled by boot loader" patch? https://github.com/mthuurne/opendingux-kernel/commit/8893e953e685864855f6fc612808315787fbcf3a
<larsc> mth. I guess it should be fine. Feel free to add a "Acked-by: Lars-Peter Clausen <lars@metafoo.de>" when you send it upstream
<kyak> larsc: i'm trying with the current openwrt trunk, the CONFIG_BATTERY_JZ4740 is not set -\
<larsc> kyak: right. but it is selectable
<kyak> larsc: i don't see it in "Device Drivers" -> "Power supply class support"
<larsc> you need to select MFD_JZ4740_ADC first
<kyak> it's not available, too
<mth> larsc: shall I send it to Ralf Baechle plus mailinglists?
<larsc> yes
<larsc> ralf + mipslinux + lkml
<larsc> and me
<kyak> larsc: could you put your .config somewhere?
<qi-bot> [commit] Werner Almesberger: ubb-vga: housekeeping http://qi-hw.com/p/ben-blinkenlights/3686153
<kyak> larsc: ok, maybe it was obvious for you from the beginning, but https://dev.openwrt.org/browser/trunk/target/linux/xburst/config-2.6.37#L21 (# CONFIG_BATTERY_JZ4740 is not set), this is what was causing problems
<kyak> larsc: maybe you could fix it on openwrt side?
<LunohoD> larsc: JFYI, i've found something on hanvon homepage, that seems to be an implementation of their touchscreen communication protocol: http://www.hanvon.com/en/downloads/components/sketch_hanvon.rar
<larsc> nice
<larsc> hm, interesting
<DocScrutinizer> larsc: you're a kernel hacker, no?
<qi-bot> [commit] Werner Almesberger: ubb-vga/README: moved old content away and added new compatibility test results http://qi-hw.com/p/ben-blinkenlights/77adf43
<qi-bot> [commit] Werner Almesberger: ubb-vga/README: added results for Samsung LN32R71B TV http://qi-hw.com/p/ben-blinkenlights/887012a