[PATCH 0/5] Power supply and resume ordering meddling

Andy Green andy at openmoko.com
Mon Jun 2 14:27:37 CEST 2008


The following series fixes some bugs around pcf50633 charging;
implements the red LED on the AUX key being lit when pcf50633
decides to charge; introduces a new method for establishing
resume dependency between drivers; implements this new method
to make jbt6k74 dependent on pcf50633 AND glamo resume before
it resumes, instead of using a sleepy workqueue.

Let the complaints begin!

---

Andy Green (5):
      fix-remove-unused-model-name-bq27000.patch
      add-use-pcf50633-resume-callback-jbt6k74.patch
      introduce-pcf50633-resume-dependency-list.patch
      introduce-resume-dependency.patch
      introduce-charging-led-behaviour.patch


 arch/arm/mach-s3c2440/mach-gta02.c |   47 +++++++
 drivers/i2c/chips/pcf50633.c       |  239 ++++++++++++++++++++++++++++++++++--
 drivers/mfd/glamo/glamo-core.c     |   16 ++
 drivers/mfd/glamo/glamo-core.h     |    3 
 drivers/power/bq27000_battery.c    |    1 
 drivers/video/display/jbt6k74.c    |   67 +++++-----
 include/linux/glamofb.h            |    3 
 include/linux/jbt6k74.h            |    4 +
 include/linux/pcf50633.h           |    5 +
 include/linux/pcf506xx.h           |    2 
 include/linux/resume-dependency.h  |   78 ++++++++++++
 11 files changed, 415 insertions(+), 50 deletions(-)
 create mode 100644 include/linux/resume-dependency.h





More information about the openmoko-kernel mailing list