development kernel tree: Changes to 'andy'

git at git.openmoko.org git at git.openmoko.org
Mon Jul 21 01:54:39 CEST 2008


Rebased ref, commits from common ancestor:
commit 30e23a0e7b97d01cfd3ebca6689de76c60524004
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:54:24 2008 +0100

    fix-reote-install-for-ext3-only-sd.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 3df73a8739c209b3fbf3833d2769d2324d5d8261
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:54:23 2008 +0100

    defconfig-nuke-cruft.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 038fb68d9e3321a3cde4bb722f2ef445019280ae
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:54:23 2008 +0100

    defconfig-kill-hxd8.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 4054a78feedf25f62bdaeb78e357702e3e8dde5a
Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Jul 21 00:54:23 2008 +0100

    fix-touchscreen-driver-gta01-missing-includes.patch
    
        Add missing initialization for the touchscreen driver for the
        gta01 platform.
    
        Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 2c3c5e9e8e0f9420e20a21116468b9f8c98da50f
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:54:23 2008 +0100

    test-touchscreen-median.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 5bc94ba761f950f61b7301a0303e2a4126c97314
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:54:23 2008 +0100

    config-touchscreen-filters.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 1d04b142ffeaa15129f046751f1366b0f0614f47
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:51:30 2008 +0100

    debug-add-glamo-drive-strength-module-param.patch
    Suggested-by: Werner Almesberger <werner at openmoko.org>
    
    This patch allows users to control two additional settings
    in Glamo MCI driver from kernel commandline or module
    parameters.
    
    
    First is Glamo drive strength on SD IOs including CLK.
    This ranges from 0 (weakest) to 3 (strongest).
    
    echo 0 > /sys/module/glamo_mci/parameters/sd_drive
    
    (Changes to this take effect on next SD Card transaction)
    
    or, from kernel commandline
    
    glamo_mci.sd_drive=0
    
    On tests here with 0 strength, communication to SD card
    (shipped 512MB Sandisk) seemed fine, and a dd of 10MB
    urandom had the same md5 when written to cache as after
    a reboot.  I set the default to 2.
    
    
    Second is whether we allow SD_CLK when the SD interface
    is idle.
    
    # stop the clock when we are idle (default)
    echo 0 > /sys/module/glamo_mci/parameters/sd_idleclk
    
    # run the SD clock all the time
    echo 1 > /sys/module/glamo_mci/parameters/sd_idleclk
    
    (changes take effect on next SD Card transaction)
    
    From kernel commandline, eg:
    
    glamo_mci.sd_idleclk=1
    
    Normally you don't want to run the SD Clock all the time.
    
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 7588286c13ce04de9ce9b9a844033e07d0e71c93
Author: Andy Green <andy at openmoko.com>
Date:   Mon Jul 21 00:51:15 2008 +0100

    debug-move-dev-info-to-dbg.patch
    Suggested-by: Sean McNeil <sean at mcneil.com>
    
    To see if some subtle race is involved, Sean has tried
    removing syslog traffic during resume and found he was
    not seeing the resume crash any more.  We're giving it
    a try to see if it changes the behaviour for anyone
    else.  It would mean we have a pretty fine race in there
    somewhere.
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list