development kernel tree: Changes to 'debug'

git at git.openmoko.org git at git.openmoko.org
Thu Jul 24 01:07:26 CEST 2008


Rebased ref, commits from common ancestor:
commit ecd6d515578ee8cfac323085984a59c2ad94e133
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:07:00 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 6b3d4e8e8a8d5e54d54370154a5240f41b582423
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:07:00 2008 +0100

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

commit b68a9a696badf3bda519fd0f6b38332e8435150c
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:07:00 2008 +0100

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

commit 2b4b20b59337e70ff60817d49f96054f544006ee
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:07:00 2008 +0100

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

commit 1b4e9803e44fd79c956fba14e52951809e144a27
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:59 2008 +0100

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

commit 826f587b658b0a523bf8cfb5d446503d3458fecf
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:58 2008 +0100

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

commit fcf27677f3a0627854fe05583ab4fe25940941c3
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:58 2008 +0100

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

commit 8f5cb99bb37352fa065787bd6195d5832d676372
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:58 2008 +0100

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

commit c4ad672ed27c6c8a3efa95c530014643a4ea1ee9
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:58 2008 +0100

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

commit 8ede5cd6282575a16709ec291caa118cca39e443
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:57 2008 +0100

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

commit bd04cf1c41de161ae95f64b1b2df83f1d0282a81
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:57 2008 +0100

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

commit e90f09c06bc1b3bb92b288f59f3431c0c0a7318a
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:57 2008 +0100

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

commit 3ea471dcecf8324bedd9d49bb903ab48cc5a293c
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:56 2008 +0100

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

commit b470604ac04c502c59bdaced7a06c904cc25d889
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:56 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 31cf06c3b346c061859200fe8f33947ff6177e32
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:56 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 11d8939f47d7bd8786af6cf974647a07c81e8ad9
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:56 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 4873ec4547b4e35abd9b8a79fc53f371415364b6
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:56 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 aafca2e8abc3499e89a06a2fde7f41e897808d65
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:55 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 06a89ea787f20ac2449951d72f1862faff8c9b42
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:55 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 8bc65d2dd21b1a744ca9e049960633bec912317c
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:55 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 19172a18ca8071550bee0963a54cc7f63d1f2f52
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:55 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 80171d276372216792a3edf5759840eb5dc6cded
Author: Cesar Eduardo Barros <cesarb at cesarb.net>
Date:   Thu Jul 24 00:06:54 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 0d89784b79002a0d9c14fa3817f411be54cb0270
Author: warmcat <andy at warmcat.com>
Date:   Thu Jul 24 00:06:54 2008 +0100

    local-config-cpufreq.patch

commit 7a1370a816b9348dd8f36a667905dd3533cefc9b
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:06:03 2008 +0100

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

commit fcbe27084fd3519976971635382754f5146b6c59
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:06:03 2008 +0100

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

commit 82b8c9bd8959c21d886208639d941e3ea21a4abf
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:06:03 2008 +0100

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

commit 3abac77fa6300fe99611ad9d102bfc8a080b2849
Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul 24 00:06:03 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 67970ea5071fb14e8b7bdb9aa40b6a777d915072
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:06:02 2008 +0100

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

commit 74f25063636bfab98bbe0493cbfe51ae830361bd
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:06:02 2008 +0100

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

commit 8533927964761f4e2078ccd8607b90f5acc60b93
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:04:54 2008 +0100

    fix-glamo-mci-ensure-more-than-74-clocks-after-power.patch
    
    We are meant to run SD_CLK a little while after power-on for the SD
    Card, but with the no idle clock changes we didn't take care about it.
    
    This makes us sleep a little bit before disabling clock if we just
    powered up the SD Card.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 87ffb9bd9691230e919a306979217e572fd02690
Author: Andy Green <andy at openmoko.com>
Date:   Thu Jul 24 00:04:44 2008 +0100

    fix-glamo-mci-possible-timeout-overflow.patch
    
    The MMC stack hands us a timeout calibrated in SD_CLK clocks, but the
    Glamo can only deal with up to 65520 clocks of timeout.  If the stack
    handed us a request bigger than this, it would just wrap and the
    timeout we actually used would be way too short.
    
    With this patch if that happens, we use the longest timeout we can,
    65520 clocks and give it our best shot.
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list