development kernel tree: Changes to 'andy'

git at git.openmoko.org git at git.openmoko.org
Mon Jun 2 14:17:21 CEST 2008


 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(-)

New commits:
commit 9c7de0731fb4ff45ff2c8b866d77889bef79f3d0
Author: Andy Green <agreen at localhost.localdomain>
Date:   Mon Jun 2 13:10:05 2008 +0100

    From: Andy Green <andy at openmoko.com>
    fix-remove-unused-model-name-bq27000.patch
    Signed-off-by: Andy Green <andy at openmoko.com>

commit e8df1856dc6b9b834c996ff4ca4bf63520395185
Author: Andy Green <agreen at localhost.localdomain>
Date:   Mon Jun 2 12:43:37 2008 +0100

    From: Andy Green <andy at openmoko.com>
    add-use-pcf50633-resume-callback-jbt6k74.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 6c17ff4125db1ccb549f46267622b340aa0e9185
Author: Andy Green <agreen at localhost.localdomain>
Date:   Mon Jun 2 12:43:37 2008 +0100

    From: Andy Green <andy at openmoko.com>
    introduce-pcf50633-resume-dependency-list.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit f0b0a2804fc63342f6f53556d3bd6b1edd6812ba
Author: Andy Green <agreen at localhost.localdomain>
Date:   Mon Jun 2 12:43:37 2008 +0100

    From: Andy Green <andy at openmoko.com>
    introduce-resume-dependency.patch
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 18f6bd751edd8f7e5df768a1b4c32127cc52a368
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jun 2 12:41:21 2008 +0100

    introduce-charging-led-behaviour.patch
    
    Creates a new behaviour requested by Will that the red LED on GTA02
    is lit during battery charging.and goes out when the battery is full.
    
    This is done by leveraging the PMU interrupts, but in one scenario
    there is no interrupt that occurs, when the battery is replaced after
    being removed with the USB power in all the while.  So a sleepy work
    function is started under those circumstances to watch for battery
    reinsertion or USB cable pull.
    
    100mA limit was not being observed under some conditions so this was
    fixed and tested with a USB cable with D+/D- disconnected.  1A
    charger behaviour was also tested.
    
    Showing the charging action exposes some inconsistency in pcf50633
    charging action.  If your battery is nearly full, it will keep
    charging it at decreasing current even after it thinks it is at
    100% capacity for a long while.  But if you pull that same battery
    and re-insert it, the charger state machine in pcf50633 believe it is
    full and won't charge it.
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list