development kernel tree: Changes to 'stable'

git at git.openmoko.org git at git.openmoko.org
Tue May 13 19:59:11 CEST 2008


 arch/arm/mach-s3c2440/mach-gta02.c |    8 +++
 arch/arm/plat-s3c/Kconfig          |    2 +-
 arch/arm/plat-s3c24xx/pm.c         |    9 +++-
 defconfig-2.6.24                   |    6 +-
 defconfig-gta02                    |    9 +--
 drivers/i2c/chips/pcf50633.c       |   92 ++++++++++++++++++++++++-----------
 drivers/mfd/glamo/glamo-fb.c       |    7 +--
 drivers/mfd/glamo/glamo-lcm-spi.c  |    1 -
 drivers/mfd/glamo/glamo-mci.c      |    4 +-
 drivers/power/bq27000_battery.c    |    1 +
 drivers/video/display/jbt6k74.c    |   12 ++++-
 include/linux/jbt6k74.h            |    3 +-
 include/linux/pcf50633.h           |    9 ++++
 13 files changed, 114 insertions(+), 49 deletions(-)

New commits:
commit 123f9e43f721a11e1b70c49b05cacb8f6edd7eaf
Author: Sean McNeil <sean at mcneil.com>
Date:   Tue May 13 18:54:41 2008 +0100

    minor problem with LCD
    
    Looking at wrong register to see if the LCD is turned off?

commit e9beab2f041679bac20ac3d66ae7e8efe03fcf66
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:54:28 2008 +0100

    clean-remove-build-noise.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 6b346561de958cd995c920d998bc6429bff39ce8
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue May 13 18:54:13 2008 +0100

    Disable low level debugging, make the s3c24xx PM debug code depend on DEBUG_LL
    
    Hey,
    where are slowly getting into the product state, low level debugging is
    supposed to be turned off there. :)
    
    z
    
    
    
    From 6448f0a521c05c5ba6672f5908c55583974ce1ed Mon Sep 17 00:00:00 2001
    From: Holger Freyther <zecke at openmoko.org>
    Date: Fri, 9 May 2008 19:56:31 +0200
    Subject: [PATCH] [debug] Disable low level debugging for the product
         Disable low level debugging in the defconfig-gta02 and
         the s3c pm code used printascii which is only available
         with low level debugging, update the Kconfig entry for
         this pm debugging support to depend on low level debugging
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 368be2e8a4290da9e49c5625ed207885d345cfcf
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue May 13 18:53:40 2008 +0100

    [power] Use the bq27000 battery to provide charging values for apm
        Built the apm emulation for gta02 and say that the gta02 battery
        is supposed to be used for this apm emulation.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 946aaea37e36e9f9fe16981a0f20f5f545fcd3b4
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue May 13 18:53:40 2008 +0100

    [pcf50633] Disable debugging statements as the driver is working well
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 32d41ab91e5844ad6df1eea353c61a8fefc0c81e
Author: Holger Freyther <ich at tamarin.(none)>
Date:   Tue May 13 18:53:40 2008 +0100

    [pcf50633] Assume that all gta02's have a battery with coulumb counter
        For the gta02 and the bq27000 battery it does not make sense to use the
        ADC to get the current voltage. Under the assumption that all mass
        production gta02's have such batteries it does not make any sense to
        forward this value to APM.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 555ac92637a4343511a38cd4ff70d1aab6284d60
Author: Holger Freyther <ich at tamarin.(none)>
Date:   Tue May 13 18:53:40 2008 +0100

    [pcf50633] Add exported symbol to the header file
        Reading the battery volt using the ADC was an exported symbol
        but not in the header file, add it.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 0a6457836918f0aba88f861b7be65bfb883e6780
Author: Holger Freyther <ich at tamarin.(none)>
Date:   Tue May 13 18:53:40 2008 +0100

    [pcf50633] Print less debugging messages
        According to the comments in the code we have to read
        INT1 - INT5 in case of any interrupt. So even if we have masked
        out the periodic timer interrupt we were able to see that it
        fired. Only print that we got a SECOND interrupt if we are actually
        interested in the periodic tick. From a brief look at the datasheet there
        is no way to stop the periodic tick.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 88d3c5010a207c651d1940856d0d26935434e3c2
Author: Holger Freyther <ich at tamarin.(none)>
Date:   Tue May 13 18:53:40 2008 +0100

    Explain why we want SECOND to kick.
        We do not mask the SECOND interrupt to make sure that we get
        a interrupt at the beginning. We use this for the coldplug_done
        initisalisation.
        So pcf->flags and INT1M is out of sync at the beginning but after the
        first SECOND interrupt it will be put into sync.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 624dadf2c300d9e5e439c07e1244babcef2fedca
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue May 13 18:53:40 2008 +0100

    Re: [PATCH 6/7] fix-suppress-cpu-suspend-save-restore-messages.patch
    
    Andy Green <andy at ...> writes:
    
    
    I kind of dislike commenting out code. Is this any better?

commit c9d44c8b43d29dd500c1dd711e490bdcd47f2830
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:53:40 2008 +0100

    fix-backlight-disable-on-zero-intensity.patch
    
    It's never right to put 0 intensity into LEDOUT according to datasheet
    But having a floor at intensity 2 means backlight isn't properly off
    when "dimmed".  So change to intensity 0 --> disable backlight.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 56ba558ac343476a19a360fe139a6896bfc0b9e3
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:53:39 2008 +0100

    add-force-backlight-up-on-resume.patch
    
    The backlight status is restored during resume action, if it was
    off then it resumes like that.
    
    This patch forces it on after resume.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 782e7e4ec713c4f3bde792b5dd26b720f1383aa3
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:53:39 2008 +0100

    quench-glamofb-err-lock-and-mmc-debug.patch
    
    Remove debugging noise
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit dcb5fd2c195981557237e3f91598a6b19f7fe929
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:53:39 2008 +0100

    fix-suspend-backlight-timing-pm-debug.patch
    
    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 at openmoko.com>

commit 45366d2500116c0b745a5b97f20a15c624eedf11
Author: Andy Green <andy at openmoko.com>
Date:   Tue May 13 18:53:39 2008 +0100

    config-add-back-MMC_UNSAFE_RESUME.patch
    
    After LL debug disable, "unsafe" resume allows resume from SD card
    rootfs without corruption, WAH
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list