Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-19 | add-use-pcf50633-resume-callback-jbt6k74.patch | Andy Green | |
Adds the resume callback stuff to glamo, then changes jbt6k74 to no longer use a sleeping workqueue, but to make its resume actions dependent on pcf50633 and glamo resume (for backlight and communication to LCM respectively) Signed-off-by: Andy Green <andy@openmoko.com> | |||
2008-11-19 | fix-suspend-backlight-timing-pm-debug.patch | Andy Green | |
This patch improves the smoothness of suspend and resume action. Taking out CONFIG_PM_DEBUG allows much more rapid resume (the low level serial traffic appears to be synchronous) Added a platform callback in jbt driver and support in pcf50633 so we can defer bringing up the backlight until the LCM is able to process video again (which must happen after the glamo is up and producing video beacuse the LCM is hooked to glamo SPI) GTA01 should not be affected by all this as the callback will default to null and it is on pcf50606 Signed-off-by: Andy Green <andy@openmoko.com> | |||
2008-11-19 | fix-lcm-reinit-post-resume.patch | warmcat | |