development kernel tree: Changes to 'debug'

git at git.openmoko.org git at git.openmoko.org
Fri Aug 8 15:09:48 CEST 2008


Rebased ref, commits from common ancestor:
commit 7f1aebdf3db92ecf8764d0aafc87f08e502ec733
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:32 2008 +0100

    fix-mungings.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 496e5cfd65e16b312afa4f34dfecf2ff79885cb3
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    clean-gsm-flow-control.patch
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>
    
     arch/arm/plat-s3c24xx/neo1973_pm_gsm.c |   52 +-------
     drivers/serial/s3c2410.c               |  204 +++-----------------------------
     2 files changed, 24 insertions(+), 232 deletions(-)

commit b5fd3030d3627546611025975a3f329fc5913161
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09_style_fixes.patch
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 8159ebf1c48839423fa1e68f6eca16a3820f2122
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09f_gsm_interrupt_handling_4.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit c84cbd0e5c5b79bb16a323235533c5e09efb7379
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09f_gsm_interrupt_handling_1.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit b7c87d37cc0201c13930e31832559da88e1cac9e
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09e_gsm_serial_mctrl.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit a297c80583a9aba6d7c28cf99b1528c7f23baed9
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09d_gta01_serial_readhack_1.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 3194c8974f1c050c45bcbf0423da1a4f00c1c613
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:32 2008 +0100

    mw09c_gsm_flowcontrol.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 406435674a8510fd11b14a7d10d672ee8ceeab6e
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:31 2008 +0100

    mw09a_gta01_console_disable_2.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit ce22c029b17a0c073741bd70ca4154479c1a237a
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:31 2008 +0100

    mw09a_gta01_console_disable_1.patch
    Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 92b139637fa3b6fa8a1b70fc845d19ff365f746d
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:31 2008 +0100

    PATCH-9_9-gta01-Tweak-pixclock-to-reduce-flicker-with-cpufreq.eml
    
    Experimenting with a GTA01 showed pixclock values near 40000 (after the
    rounding caused by the divider calculation) caused visible flicker. Values
    near 20000 caused only a slight flicker, and the default value after rounding
    with the default HCLK frequency of 133MHz is 30075.
    
    Change the value to 35000 to make it stay in the range 17500-35000 and thus
    reduce the flicker a bit.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 4bfef656942a3beaa881fc551303d776a0baa998
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:31 2008 +0100

    PATCH-8_9-Experimental-S3C2410A-cpufreq-driver-fb-.eml
    
    This is the cpufreq notifier for the S3C2410 framebuffer driver.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit b9fba0a7ae59fe3c73bccf6768f14877c2366fcf
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:31 2008 +0100

    PATCH-7_9-Experimental-S3C2410A-cpufreq-driver-serial-.eml
    
    This is the cpufreq notifier for the S3C2410 serial driver.
    
    It uses the hardware flow control, when available, to avoid losing characters
    during the transition.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit f7c880e287f02fa198903bf866cd7af3ee17a8f3
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-6_9-s3c2410-serial-move-divisor-calculation-to-separate-function.eml
    
    The cpufreq notifier for the S3C2410 serial driver has to recalculate the
    baud rate divisor. The code which does the calculation is currently part of
    s3c24xx_serial_set_termios. Split it off to a separate function.
    
    Code movement only, no functional changes.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 46178be62dc04fe4071e6360855d36d7255d130c
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-5_9-Experimental-S3C2410A-cpufreq-driver-nand-.eml
    
    This is the cpufreq notifier for the S3C2410 NAND driver.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 679fa5646c7bc427e5643be95144d19afd05373e
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-4_9-Experimental-S3C2410A-cpufreq-driver-timer-.eml
    
    This is the cpufreq notifier for the S3C2410 timer code.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 73f3f88e02b815bcfc6789a82939b40f9a174a11
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-3_9-cpufreq-Warn-whem-cpufreq_register_notifier-called-before-pure-initcalls.eml
    
    If cpufreq_register_notifier is called before pure initcalls,
    init_cpufreq_transition_notifier_list will overwrite whatever it did,
    causing notifiers to be ignored.
    
    Print some noise to the kernel log if that happens.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 18eed31c3790ffff18b3341700ae2ce9dfbb83b0
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-2_9-Experimental-S3C2410A-cpufreq-driver-core-.eml
    
    This is a cpufreq driver for the S3C2410A. It deals only with the main
    frequency switching part and with the SDRAM refresh counter. The rest of the
    hardware should be dealt with via cpufreq notifiers on each of the drivers.
    
    It also has experimental support for the S3C2442.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 80fb502f5e529003c5475465348d5abbce3f9ae9
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Fri Aug 8 14:09:30 2008 +0100

    PATCH-1_9-cpufreq-fix-show_trans_table.eml
    
    Fix show_trans_table when it overflows PAGE_SIZE.
    
    * Not all snprintf calls were protected against being passed a negative
    length.
    * When show_trans_table overflows, len might be > PAGE_SIZE. In that case,
    returns PAGE_SIZE.
    
    Signed-off-by: Cesar Eduardo Barros <cesarb at cesarb.net>

commit 77a6b5046f31fc9d62c50abf337b270a3118e18d
Author: warmcat <andy at warmcat.com>
Date:   Fri Aug 8 14:09:30 2008 +0100

    local-config-cpufreq.patch

commit 6d7d631b394563418d063be02507919f7289d704
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:06 2008 +0100

    fix-glamo-crank-memory-to-90MHz.patch
    
    This changes Glamo memory and now host bus PLL to 90MHz from
    80MHz, as recommended by S-Media.  Bandwidth should go up
    by 12.5% by this in raw terms anyway.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit b117b82524faacb40ee019ec652b6a66190db52d
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:06 2008 +0100

    fix-glamo-turbo-host-interface.patch
    
    Until now, we forced Glamo wait states to 3 on read and write
    actions -- on the GLAMO side of the fence.  This reduces them
    to "0", although nWAIT is still briefly operated I saw.  This
    should reduce all memory bus timing by 3 Glamo Host bus clocks,
    60ns at 50MHz.
    
    In addition, until now we used PLL1 (50MHz) for host bus clock.
    Now, we use PLL2 (80MHz) for host bus clock, so all transactions
    complete quicker on Glamo side, it's a raw 60% improvement.
    
    These changes do not appear to impact correct operation of Glamo
    SD Card or video after testing for a week.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit af43537c4837b1c06ebabdc7ef0175799da2380f
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:06 2008 +0100

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

commit 83bf0b08356233b49e2888521d09bb608e16d412
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:05 2008 +0100

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

commit 0fd9965740e1db0bef1ab706ebc0715466ed27f2
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:05 2008 +0100

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

commit 6b89590f86b1b066c0ad297a612747b13dc96d1c
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Aug 8 14:09:05 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 87f4ef3eebc9c4099463a532bc2961a6aeba323e
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:05 2008 +0100

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

commit 7ce33d55fc3f690fd784ee3ba640acdf0e841e99
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:09:05 2008 +0100

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

commit 241f69c55ee8f5dd067ebd2d51aa9fdedb212759
Author: Andy Green <andy at openmoko.com>
Date:   Fri Aug 8 14:08:00 2008 +0100

    add-includes-from-checkpatch-fixes.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list