development kernel tree: Changes to 'stable'

git at git.openmoko.org git at git.openmoko.org
Wed Jul 30 13:47:35 CEST 2008


 arch/arm/mach-s3c2440/mach-gta02.c     |   22 ++++++++++++----
 arch/arm/plat-s3c24xx/neo1973_pm_gps.c |   12 +++++++--
 drivers/mfd/glamo/glamo-core.c         |   15 +++++++++++-
 drivers/mfd/glamo/glamo-core.h         |    2 +
 drivers/mfd/glamo/glamo-mci.c          |   41 +++++++++++++++++++++++++------
 include/linux/glamofb.h                |    2 +
 6 files changed, 76 insertions(+), 18 deletions(-)

New commits:
commit d4b28ec4e2818207cc0e48b90dbce581e0b779e7
Author: Andy Green <andy at openmoko.com>
Date:   Wed Jul 30 12:46:56 2008 +0100

    use-gta02-glamo-mci-sd-dynamic-clock.patch
    
    This patch uses the new glamo-mci slow clock ratio
    patch in order to dynamically reduce SD Card clock
    rate when the GPS unit is powered on GTA02.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 6d8e14dc4253f3921aff1bbbeb3caf073aa6a7b2
Author: Andy Green <andy at openmoko.com>
Date:   Wed Jul 30 12:46:44 2008 +0100

    add-glamo-mci-slower-clocking-dynamic-switching.patch
    
    This patch gives glamo-mci a concept of a platform-defined
    dynamic clock slowing callback.  It means that platform code
    can associate some completely external state to decide if
    we run the SD clock at normal rate or a rate divided by a
    module parameter "sd_slow_ratio", which you can set on
    kernel commandline like this:
    
    glamo_mci.sd_slow_ratio=8
    
    you can also change it at runtime by
    
    echo 8 > /sys/module/glamo_mci/parameters/sd_slow_ratio
    
    If no platform callback is defined, then no slow mode
    is used.  If it is defined, then the default division
    action is / 8, eg, 16MHz normal -> 2MHz slow mode.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 792fb6dd55c282de25005a1399ffaa084ece4b1c
Author: Andy Green <andy at openmoko.com>
Date:   Wed Jul 30 12:46:34 2008 +0100

    fix-glamo-mci-dont-filter-voltage-change.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 00e20ff234e6d35a6df7e86c043fdda7da06bf04
Author: Andy Green <andy at openmoko.com>
Date:   Wed Jul 30 12:43:25 2008 +0100

    fix-allow-full-sd-voltage-range-selection.patch
    
    Until now we just drove the SD Card at 3.3V all the time.  But in
    fact we can do better, and use a voltage negotiated with the
    SD Card itself.
    
    With the shipping 512MB Sandisk SD Card, 2.7V is negotiated which
    gives 1.7dBm reduction in power on all the SD Card lines and should
    further reduce GPS perturbation during SD Card usage.
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list