2011-05-02 00:31 kyak: pong 2011-05-02 00:40 now that's what i call cheating in style ;-) http://tinyvga.com/avr-isa-vga 2011-05-02 00:52 i agree with wpwrak 2011-05-02 02:36 [commit] Werner Almesberger: tstimc.c (tstimg): frame rate calculation didn't include the vsync pulse http://qi-hw.com/p/ben-blinkenlights/606dd63 2011-05-02 02:36 [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 2011-05-02 02:36 [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 2011-05-02 02:36 [commit] Werner Almesberger: ubb-vga: test image now shows detailed horizontal and vertical timing http://qi-hw.com/p/ben-blinkenlights/9412c9d 2011-05-02 02:36 [commit] Werner Almesberger: ubb-vga.c (mode_db): cleanup and added approximations of standard modes http://qi-hw.com/p/ben-blinkenlights/b184fbb 2011-05-02 02:36 [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 2011-05-02 02:36 [commit] Werner Almesberger: tstimg.c (tstimg): adjust size and position of parameters according to yres http://qi-hw.com/p/ben-blinkenlights/319d8a0 2011-05-02 02:37 [commit] Werner Almesberger: ubb-vga/README: added to do list http://qi-hw.com/p/ben-blinkenlights/893884c 2011-05-02 02:56 GRR. WAIT is a privileged instruction :-( why oh why ... 2011-05-02 05:00 hello??? 2011-05-02 05:01 anyone on? 2011-05-02 05:26 Hello everyone 2011-05-02 05:33 hi 2011-05-02 06:46 mirko: qt4 builds very fine now, thanks :) 2011-05-02 07:49 larsc: do you know why GPM940B0 (LCD and backlight driver) has not made it into openwrt trunk? 2011-05-02 08:36 kyak: https://dev.openwrt.org/browser/trunk/target/linux/xburst/patches-2.6.37/100-lcm.patch 2011-05-02 08:44 larsc: thanks :) 2011-05-02 08:59 ili8960 is the controller inside the GPM940B0 2011-05-02 09:00 is that the one on the NN? 2011-05-02 09:00 yes 2011-05-02 09:02 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) 2011-05-02 09:02 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?.. 2011-05-02 09:04 kyak: they should be enabled 2011-05-02 09:04 if they are not thats a bug 2011-05-02 09:05 CONFIG_LCD_ILI8960=y 2011-05-02 09:05 for example, ili8960 was not enabled because SPI support was switched off.. And then battery wasn't enabled because of some other dependency 2011-05-02 09:05 hm, i see 2011-05-02 09:06 i'm now fighting with make kernel_menuconfig :) 2011-05-02 09:06 but there is CONFIG_SPI=y 2011-05-02 09:06 as well 2011-05-02 09:06 hm.. 2011-05-02 09:08 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 2011-05-02 09:08 maybe i'll just start from scratch.. 2011-05-02 09:08 that is expected 2011-05-02 09:08 better do it by hand 2011-05-02 09:10 if i do it by hand, then following kernel_menuconfig would overwrite these changes.. 2011-05-02 09:10 yes 2011-05-02 09:10 or is it ok? 2011-05-02 09:10 I mean do not use kernel_menuconfig 2011-05-02 09:10 oh ok 2011-05-02 09:10 it has no way to know how symbols should be distributed 2011-05-02 09:10 so it just stuffs them into the target config 2011-05-02 09:11 xou could use the diff to fill up the subtarget config though 2011-05-02 09:11 *you 2011-05-02 09:11 but it should only modify the last config which is the board config and not the target config in this case 2011-05-02 09:12 larsc: I suppose it is bugged then, but that'd only shift the problem, generic symbols would end up in the wrong config, too 2011-05-02 09:13 yes 2011-05-02 09:13 so far i've moved those symbols by hand to the target config 2011-05-02 09:17 kyak: btw. my plan was to add the 2.6.39 patch today or tomorrow 2011-05-02 09:18 larsc: that's great! 2011-05-02 09:24 [commit] Werner Almesberger: physmem.c: improved correctness and efficiency of alignment http://qi-hw.com/p/ben-blinkenlights/0dbf29e 2011-05-02 09:24 [commit] Werner Almesberger: ubb-vga: make lines end in black (and not in overscan) http://qi-hw.com/p/ben-blinkenlights/3ea6b98 2011-05-02 09:24 [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 2011-05-02 09:24 [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 2011-05-02 09:25 larsc: there is some strange dependency chain, that leads to disabling of CONFIG_BATTERY_JZ4740 2011-05-02 09:26 i'm now wondering how i even managed to enable it via kernel_menuconfig :) 2011-05-02 09:26 CONFIG_BATTERY_JZ4740 should only depend on CONFIG_MFD_JZ4740_ADC 2011-05-02 09:26 well and CONFIG_POWER_SUPPLY 2011-05-02 09:27 yeah 2011-05-02 09:27 and MFD_JZ4740_ADC is "n" 2011-05-02 09:27 and it doesn't appear in "Multifunction device drivers" 2011-05-02 09:28 though it only depends on MFD_SUPPORT [=y] && MACH_JZ4740 2011-05-02 09:29 it does here 2011-05-02 09:29 with current openwrt trunk 2011-05-02 09:29 maybe it's because MFD_CORE depends in I2C, which is "n" 2011-05-02 09:29 hm.. 2011-05-02 09:31 MFD_CORE should not depend on anything 2011-05-02 09:32 larsc: did you see the "detect memory enabled by boot loader" patch? https://github.com/mthuurne/opendingux-kernel/commit/8893e953e685864855f6fc612808315787fbcf3a 2011-05-02 09:35 mth. I guess it should be fine. Feel free to add a "Acked-by: Lars-Peter Clausen " when you send it upstream 2011-05-02 09:36 larsc: i'm trying with the current openwrt trunk, the CONFIG_BATTERY_JZ4740 is not set -\ 2011-05-02 09:36 kyak: right. but it is selectable 2011-05-02 09:38 larsc: i don't see it in "Device Drivers" -> "Power supply class support" 2011-05-02 09:40 you need to select MFD_JZ4740_ADC first 2011-05-02 09:40 it's not available, too 2011-05-02 09:41 larsc: shall I send it to Ralf Baechle plus mailinglists? 2011-05-02 09:41 yes 2011-05-02 09:41 ralf + mipslinux + lkml 2011-05-02 09:41 and me 2011-05-02 09:47 larsc: could you put your .config somewhere? 2011-05-02 09:48 kyak: http://pastebin.com/aub7c3RG 2011-05-02 10:17 [commit] Werner Almesberger: ubb-vga: housekeeping http://qi-hw.com/p/ben-blinkenlights/3686153 2011-05-02 10:19 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 2011-05-02 10:20 larsc: maybe you could fix it on openwrt side? 2011-05-02 14:56 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 2011-05-02 15:02 nice 2011-05-02 15:13 hm, interesting 2011-05-02 23:39 larsc: you're a kernel hacker, no? 2011-05-02 23:50 [commit] Werner Almesberger: ubb-vga/README: moved old content away and added new compatibility test results http://qi-hw.com/p/ben-blinkenlights/77adf43 2011-05-02 23:50 [commit] Werner Almesberger: ubb-vga/README: added results for Samsung LN32R71B TV http://qi-hw.com/p/ben-blinkenlights/887012a