Re: 3.0 kernel Android wakelocks and mmc delayed work

2011-07-07 Thread Kan-Ru Chen
Andy Green writes: >>> They have a single wakelock to cover delayed work in there, however >>> there are multiple delayed works possible to be queued, eg delayed >>> disable and delayed detect actions, and although they wrap scheduling >>> the delayed work to also lock the wakelock, they don't wr

Re: 3.0 kernel Android wakelocks and mmc delayed work

2011-07-07 Thread Kan-Ru Chen
Hi Andy, Andy Green writes: > Hi - > > Yesterday I studied suspend status on 3.0 kernel for Panda, for mem > suspend it's working pretty well in Ubuntu case, desktop is coming > back up woken by USB keyboard action, WLAN is workable after > reassociation. > > However in Android case, the same tr

[PATCH] OMAPFB: Reset framebuffer after resume

2011-06-09 Thread Kan-Ru Chen
After resume the HDMI/DVI output was still blank. It turns out that framebuffers have to be reconfigured so the output is activated again. --- drivers/video/omap2/omapfb/omapfb-main.c | 33 ++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/vi

Android: Duplication in LEB-panda.xml manifest

2011-05-20 Thread Kan-Ru Chen
Hi, I'm developing on the linaro_android_2.3.3 branch and using the LEB-panda.xml manifest. I found there are two records for path "frameworks/base", pointing to different remotes. Do you know which is the correct one to base on? Cheers, Kanru ___ lina