development kernel tree: Changes to 'andy'

git at git.openmoko.org git at git.openmoko.org
Fri Jul 11 16:40:26 CEST 2008


Rebased ref, commits from common ancestor:
commit 9235646e43d3febe0073e273ac0198fb49c8383c
Author: Andy Green <andy at openmoko.com>
Date:   Fri Jul 11 15:39:46 2008 +0100

    add-pcf50633-allow-force-charger-type.patch
    
    This patch adds a sysfs node:
    
    /sys/class/i2c-adapter/i2c-0/0-0073/force_usb_limit_dangerous
    
    it allows to force the charging limit regardless of the one chosen
    by pcf50633 kernel driver.  As such, if you write a charging limit
    here that is not suitable for the power source, and the power source
    is not current limited on its side, it could draw more current than
    your power source can handle, burn down you house, etc.
    
    If you're certain that your power supply can handle it, you can use
    this on your own responsibility to make the amount drawn by the
    PMU match what you believed your power supply could handle.
    
    Example usage, in case where you have a dumb 500mA USB charger that
    does not have the ID resistor:
    
    # cat /sys/class/i2c-adapter/i2c-0/0-0073/charger_type
    host/500mA usb mode 100mA   <=== dumb charger does not ennumerate us
    # echo 500 > /sys/class/i2c-adapter/i2c-0/0-0073/force_usb_limit_dangerous
    # cat /sys/class/i2c-adapter/i2c-0/0-0073/charger_type
    host/500mA usb mode 500mA
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 7fd0808399298343d76a266c7aa08d0fdad464dd
Author: Andy Green <andy at openmoko.com>
Date:   Fri Jul 11 15:39:46 2008 +0100

    fix-aux-key-level-by-gtaxx.patch
    Reported-by: Mickey Lauer <mickey at openmoko.org>
    
    AUX level detection is inverted based on GTA01 or 02
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 2bfa585103209b66ece98fa4fe97e64518de4d99
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Jul 11 15:39:46 2008 +0100

    commit 5f42e24d361cd83178fe8da9d68efbf41a011483
    
        Add missing initialization for the touchscreen driver for the
        gta01 platform.
    
        Signed-off-by: Mike Westerhof <mwester at dls.net>

commit 8442a56fd3cfa8a0b53134f7f1542a7c58dea8e5
Author: Andy Green <andy at openmoko.com>
Date:   Fri Jul 11 13:43:10 2008 +0100

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

commit 33f111b7e4969e1d0e20d6d6c992e39b5273367c
Author: Andy Green <andy at openmoko.com>
Date:   Fri Jul 11 13:43:10 2008 +0100

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

commit 229c1c7a0b681e604b02217712e40b805ff620e2
Author: Andy Green <andy at openmoko.com>
Date:   Fri Jul 11 13:40:42 2008 +0100

    fix-pcf50633-mask-second-on-resume.patch
    
    We leave SECOND unmasked on resume, it's like the
    situation at probe() time, but there it makes us
    turn SECOND off after coldplug action.  So we need
    to act like after that has happened, not exactly
    like what we do at probe / init time.
    
    Signed-off-by: Andy Green <andy at openmoko.com>

commit 9c058ff0d2641df3c36fc3300acb72078d2c41d4
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue Jul 8 18:38:19 2008 +0100

    From 3a32be40f78404d5f1185f0b3d6b5632381cb33f Mon Sep 17 00:00:00 2001
    Subject: [PATCH] [neo1973 leds] Move from mutex to spinlock because we may not use mutexes
        The led triggers may call set_brightness from atomic contexts. As
        mutex_lock calls might_sleep and sleeping is not allowed in atomic contexts
        we have to switch to spinlocks here.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit e4b81c966e03ee280492e75cdd569f8495cb2a06
Author: Holger Freyther <zecke at openmoko.org>
Date:   Tue Jul 8 18:38:16 2008 +0100

    From cede5c6c9b06ecbb0f7f2df7b7070092b87ddaf8 Mon Sep 17 00:00:00 2001
    Subject: [PATCH] [pcf50633] Avoid ooops on start with inserted usb cable
        The pcf50633_global might not be initialized when we get the first
        usb interrupt. We would oops inside the dev_err because we made up
        a struct device.
    
    Signed-Off-By: Holger Freyther <zecke at openmoko.org>

commit 9af61cea8871d2303e06c5e71a121245d5fdc283
Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Jul 6 10:39:39 2008 +0100

    commit 5f42e24d361cd83178fe8da9d68efbf41a011483
    
        Add missing initialization for the touchscreen driver for the
        gta01 platform.
    
        Signed-off-by: Mike Westerhof <mwester at dls.net>

commit f5d2660aaa6b05397714ffb48e2e71c71cef0bdd
Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Jul 4 08:24:25 2008 +0100

    Remove some bits of nspy + GSM flow control patches that leaked into stable
    
    Signed-off-by: Mike Westerhof <mwester at dls.net>





More information about the commitlog mailing list