Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. development tree for U-Boot: Changes to 'andy'
      ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   5. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   6. development kernel tree: Changes to 'stable'
      ([EMAIL PROTECTED])
   7. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   8. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   9. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
  10. development kernel tree: Changes to 'stable'
      ([EMAIL PROTECTED])
  11. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
  12. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
--- Begin Message ---
 conf/distro/openmoko.conf                     |    4 ++--
 packages/dropbear/dropbear_0.49.bb            |    2 +-
 packages/dropbear/dropbear_0.50.bb            |    2 +-
 packages/qtopia-phone/qtopia-phone-x11_git.bb |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 956c180327e62a91ddf34eafa4ecd3fd606a04f8
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Wed Aug 6 19:17:18 2008 +0800

    [openmoko] Switch back debug mode
    In the meeting this afternoon.
    Will and Wolfgang decide not use release mode for now.
    
    This commit change openmoko.conf and bump up the
    reversion of dropbear and qtopia-phone-x11




--- End Message ---
--- Begin Message ---
 conf/distro/openmoko.conf            |    3 ++-
 packages/meta/distro-feed-configs.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d6212e6e59ae3a9f76fc0ff0967f4666a5b51d75
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Wed Aug 6 13:17:02 2008 +0100

    [distro-feed-configs] set the right variables in openmoko.conf




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 676aebf919b8e80152eea50a69b9f39cb2cb35ba
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed Aug 6 14:37:10 2008 +0100

    fix-lcm-backlight-1A-current-limit.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 64eb10cab8055084ae25ea4e73b66dd03cc1a0cb
Author: Simon Kagstrom <[EMAIL PROTECTED]>
Date:   Sun Aug 3 23:39:08 2008 +0100

    environment-option-to-stop-in-menu.patch
    
    Add a U-boot environment option ("stop_in_menu") which, if set to 'yes', 
will
    always stop the board in the U-boot menu. Reduces the wear on the AUX
    button for me at least :-)
    
    Signed-off-by: Simon Kagstrom <[EMAIL PROTECTED]>

commit aa9b0ea7a1c9277fe0e9bfbda5070a9c9d61eaff
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:57 2008 +0100

    fix-dont-do-i2c-with-irqs-off.patch
    
    We can't afford turning off interrupts for long periods in
    U-Boot as the USB stack fails and leaves the USB device in
    Insane Spam Mode.
    
    This patch allowed 50 resets in a row giving normal USB
    behaviour with no sign of the issue any more.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit e8be8149e66a84c9576aea01b38c4c8fdb6677a6
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:48 2008 +0100

    fix-stop-sitting-printing-in-time-critical-context.patch
    
    Someone left us a big fat warning in USB device code
    
        /* Don't ever put [serial] debugging in non-error codepaths here, it
         * will violate the tight timing constraints of this USB Device
         * controller (and lead to bus enumeration failures) */
    
    these "non-error codepaths" go all over the shop, this patch nukes some
    serial printf()s that can do what we must never do.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 8e307f5847af04c975922ba1eb5d97e8dbfb600c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Sun Aug 3 19:34:38 2008 +0100

    fix-kill-endpoints-before-linux.patch
    
    This patch ties up udc closedown before starting Linux, and
    makes sure the endpoints are off in the hardware.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit c7994820c491ad1cdff28d5ff9b062d2c79d5f2c
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Fri Aug 1 07:47:06 2008 +0100

    fix-broken-usb-handed-to-linux.patch
    
    The USB callback for udc / enumeration notification is very time
    critical.  Recently, we started using this for PMU actions, which
    occur on the ridiculously slow I2C bus and block the USB stack for
    the duration.
    
    This caused a very bad behaviour in the USB Device hardware of
    spamming the USB bus at 6MHz for the entire session, even after
    Linux had booted, rendering the USB interface not operational.
    The chances were about 50:50 per boot you would have broken USB.
    
    This patch removes the I2C action from the time critical path
    and instead takes care to track it only if we are spinning
    waiting for enumeration because we have a bad battery level.
    The I2C transaction then takes place out of any time critical
    code.
    
    Enumeration is lost anyway as soon as we enter Linux where the
    device is enumerated fresh and the Linux pcf50633 driver will
    handle it.
    
    One of the results of Insane Spam Mode on USB is not being able
    to enumerate properly with host PC over USB.  And that leads
    directly to not being able to charge the device for the whole
    session.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 23d54a3de846a970c936038f31d3fce898f1cac3
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:51:02 2008 +0800

    [om-settings] Bump up the reversion of om-settings to 66
    Modify the .desktop file for changing name




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit c6e6abc5195eb0ccec481f81ae7d773c83992117
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:51:02 2008 +0800

    [om-settings] Bump up the reversion of om-settings to 66
    Modify the .desktop file for changing name




--- End Message ---
--- Begin Message ---
 drivers/power/bq27000_battery.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 27fc8d82e365c47065f3a9240bfe21e67a50edf2
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed Aug 6 15:08:34 2008 +0100

    fix-pcf50633-usbrem-charging-led.patch
    
    If the charger was removed, we fell through back to old
    hdq-driven code with normally wrong but slightly random
    results for charging LED behaviour in that circumstance
    
    This patch makes us use the tracked charger status
    callbacks alone if they are defined in the platform
    data.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
 conf/distro/openmoko.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 17d475599b728bdab52baf8dc80c89d1e6ea3ecc
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Aug 7 00:49:17 2008 +0800

    [openmoko] Calling packages .opk
    enable ANGSTROM_PKG_FORMAT = "opk"




--- End Message ---
--- Begin Message ---
 conf/distro/openmoko.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 2d9aa25bb8f8834c026740e1c8e1eb4e66862019
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Aug 7 00:49:17 2008 +0800

    [openmoko] Calling packages .opk
    enable ANGSTROM_PKG_FORMAT = "opk"




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 25e4c66502154fd826ee835a26e0d9b039567e5d
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:07:44 2008 +0200

    [srcrev] Use the latest stable u-boot.

commit 9def9e88398a3182cab7b4ed62ee5000e51851c0
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:06:53 2008 +0200

    [srcrev] Upgrade linux-openmoko to get the charging indicator fix




--- End Message ---
--- Begin Message ---
 Makefile |    2 +-
 build    |   20 ++++++++++++++++++--
 2 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit b79f79448a70b5718db2428939e00150315b5eda
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed Aug 6 20:46:42 2008 +0100

    add-buildkeep-hash-named-copy.patch
    
    Keep a copy of last "moredrivers" config kernel built stamped with
    branch and git head at build time.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit 0c67caf29d655f9ce1c53f8e1433c59d86e04193
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed Aug 6 20:27:23 2008 +0100

    add-build-git-head-info.patch
    
    This patch adds the branch and truncated head has to the version of the
    kernel
    
    # cat /proc/version
    Linux version 2.6.26-andy-2.6.26:2b3bf342baac52b9-mokodev ([EMAIL 
PROTECTED]) (gcc version 4.1.2) #878 PREEMPT Sun Jul 27 14:45:25 BST 2008
    
    Note this versioning is visible down /lib/modules
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
 classes/update-rc.d.bbclass          |    8 +++++---
 conf/distro/include/sane-srcrevs.inc |    6 +++---
 packages/dbus/dbus_1.1.20.bb         |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit c9d0b05567fd7fc2284194d489116451b97ea216
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 00:58:32 2008 +0200

    [srcrev] Upgrade assassin to avoid packagekitd races
        Make search group/update in a queue. That avoid some racing condition
        on packagekitd.

commit d83a164bb21ee0416ede822db260a92675742234
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:07:44 2008 +0200

    [srcrev] Use the latest stable u-boot.

commit 6e2947e9ca60ceb6bbac83aa30a5c03aa2029f34
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:06:53 2008 +0200

    [srcrev] Upgrade linux-openmoko to get the charging indicator fix

commit f3d0d95ef9322a6d675f76f9486fbd1bb9e831b9
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 09:52:36 2008 +0200

    [dbus] Bump the PR after the update-rc change as we know dbus benefits from 
it

commit 6e2560c549bf24b6785cf8d00a89ecb985987ac6
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Tue Jul 29 13:36:42 2008 +0000

    make sure update-rc is always executed in an offline postinst (from poky 
r4976)
    (Note: This fixes (among other things) dbus not being started on first boot)




--- End Message ---
--- Begin Message ---
 classes/update-rc.d.bbclass          |    8 +++++---
 conf/distro/include/sane-srcrevs.inc |    6 +++---
 packages/dbus/dbus_1.1.20.bb         |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit c9d0b05567fd7fc2284194d489116451b97ea216
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 00:58:32 2008 +0200

    [srcrev] Upgrade assassin to avoid packagekitd races
        Make search group/update in a queue. That avoid some racing condition
        on packagekitd.

commit d83a164bb21ee0416ede822db260a92675742234
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:07:44 2008 +0200

    [srcrev] Use the latest stable u-boot.

commit 6e2947e9ca60ceb6bbac83aa30a5c03aa2029f34
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 21:06:53 2008 +0200

    [srcrev] Upgrade linux-openmoko to get the charging indicator fix

commit f3d0d95ef9322a6d675f76f9486fbd1bb9e831b9
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Aug 6 09:52:36 2008 +0200

    [dbus] Bump the PR after the update-rc change as we know dbus benefits from 
it

commit 6e2560c549bf24b6785cf8d00a89ecb985987ac6
Author: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date:   Tue Jul 29 13:36:42 2008 +0000

    make sure update-rc is always executed in an offline postinst (from poky 
r4976)
    (Note: This fixes (among other things) dbus not being started on first boot)




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to