development kernel tree: Changes to 'stable'

git at git.openmoko.org git at git.openmoko.org
Fri Aug 8 14:22:56 CEST 2008


 arch/arm/mach-s3c2410/mach-gta01.c     |   12 +++-
 arch/arm/mach-s3c2440/mach-gta02.c     |    3 +
 arch/arm/plat-s3c24xx/neo1973_pm_gsm.c |   39 +++++++++
 drivers/i2c/chips/pcf50606.c           |  148 ++++++++++++++++++++++++++++++--
 drivers/serial/s3c2410.c               |   12 +++-
 drivers/video/backlight/gta01_bl.c     |   15 +++-
 include/asm-arm/arch-s3c2410/gta01.h   |    4 +
 7 files changed, 224 insertions(+), 9 deletions(-)

New commits:
commit 9ee405d79609106ea330b21d54f30b853e262296
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 13:10:59 2008 +0100

    fix-suspend-backlight-timing-gta01.patch
    
        This patch adds the gta01 backlight callback that defers the
        restoring of the backlight until after the jbt driver has
        resumed.  This doesn't eliminate the flashing of the LCD on
        the gta01, but it reduces it considerably.
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 0c136b451381e760c056a7683b7fc28901f54da4
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 13:10:59 2008 +0100

    gta01-pcf50606-disable-irq-from-suspend-until-resume.patch
    
        This patch is the pcf50606 equivalent of the pcf50633 patch that
        disables interrupts from the chip until after resume is complete.
        In order to ensure no data is lost, the work function is called
        post-resume to process any pending interrupts.
    
        Most of the code was quite literally re-used from Andy Green's
        original patch.
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit bea12b6beb76a483145b07d30602b0dd18ff2484
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 13:10:18 2008 +0100

    silence-serial-console-gta01.patch
    
        This patch ensures that no console data will go the UART while
        the GSM mux is switched to the GSM.  This is necessary despite
        the code that disables the console due to the fact that the
        console resumes before the neo1973_pm_gsm driver, and consoles
        always resume in the "on" state.
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 749594928cc1a0e452c4c791fcbea2f8f4a7e259
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 13:08:03 2008 +0100

    commit 830ea3d0c27c0c750b7bf1b56c002ee7943f3edc
    
        gta0x-log-serial-rx-error.patch
    
        This patch causes a KERN_DEBUG message to be printed each time an
        error status is read from a UART.  This is intended to facilitate
        the reporting of more useful problem and bug reports from users
        in the field.
    
        Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 7e5f528cb1448ac31a4e3a45c7c953ea95869d4d
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 13:08:03 2008 +0100

    gta0x-add-minimal-GSM-flowcontrol.patch
    
        Add the basic GSM flowcontrol code.
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>





More information about the commitlog mailing list