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. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   2. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   3. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([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.dev'
      ([EMAIL PROTECTED])
   6. development kernel tree: Changes to 'zecke' ([EMAIL PROTECTED])
   7. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   8. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   9. Production testing software for GTAxx: Changes to 'master'
      ([EMAIL PROTECTED])
  10. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.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.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 sound/soc/s3c24xx/s3c24xx-i2s.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit aae425bc5c261abbbf6eda3306a16dfc5a5a609d
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Mon Jun 16 14:07:14 2008 +0100

    fix-audio-pops-resume.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit da7b5ee05f3bdd41be34378fe152b67cd9ca7346
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Mon Jun 16 14:06:48 2008 +0100

    Reported-by: Graeme Gregory <[EMAIL PROTECTED]>
    Basically-solved-by: Graeme Gregory <[EMAIL PROTECTED]>
    
    workaround-s3c24xx-i2s-stop-live-stream-stall-on-resume.patch
    
    Graeme found a while back that on resume, IISCON register in
    s3c2442 does not show LRCK toggling in LRINDEX bit any more,
    causing s3c24xx_snd_lrsync() to timeout and return an error,
    aborting restart of any live stream that was playing at
    suspend.
    
    I confirmed it was true, meddled around for a bit looking
    for some magic to restart LRCK or at least the reporting of
    it, and in the end worked around it using the method noted
    by Graeme: just ignore LRCK sync if it timed out.  The worst
    that could happen would be L and R swap for the duration of
    stream that was suspended into but probably not even that.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:



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

New commits:
commit b215bcc1deac2c965d847aae606fb385bbf56f41
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 16:36:04 2008 +0200

    [srcrev] Upgrade splinter to r427 as of Jeremy's request




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc               |    2 +
 packages/connman/connman_git.bb                    |   28 ++
 .../connman/files/connman-build-and-work.patch     |  286 ++++++++++++++++++++
 packages/libgdbus/libgdbus_git.bb                  |   14 +
 4 files changed, 330 insertions(+), 0 deletions(-)

New commits:
commit 9af5b0e1f91f259cdd4518b14c97387fd715996e
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 18:15:25 2008 +0200

    [connman] Add connman as we want to use it for ASU/exposure

commit a5d30b417713071ab827fba7408133bc62d9297f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 17:40:17 2008 +0200

    [gdbus] Add libgdbus of moblin for connman
        Pin it to the current latest version.




--- End Message ---
--- Begin Message ---
 packages/connman/connman_git.bb |   27 ++++++++++++++++++++++--
 packages/connman/files/connman  |   42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 3 deletions(-)

New commits:
commit e6d1ff11d7324d27e00bd2ecef3c2d0eec1e3070
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 22:52:33 2008 +0200

    [connman] Connman is using a lsb helper for init scripts that OE does not 
offer
        Use a more simple startup script that does not require LSB. The udev
        script was the rolemodel. Replace the log functions with a plain "echo",
        starting a simple command invocation, stopping use the --name option
        of start-stop-daemon.

commit f13a8767ae1bea67a1c9edadf0ca6b273bc37e8a
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 22:34:25 2008 +0200

    [connman] Package all d-bus services even if they have weird names
        Package all dbus services of connman, the wpa supplicant service
        seems to be used...

commit 2614c1e38086f342176cc845b4d2dd1928e5e0b7
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 19:23:33 2008 +0200

    [connman] Split the scripts and plugins into separate packages
        Make it possible to install only the plugin one wants by creating
        separate packages. Create the script package by hand and have
        all debug symbols in the big -dbg package.




--- End Message ---
--- Begin Message ---
 .../sdio/function/wlan/ar6000/ar6000/ar6000_drv.c  |    1 +
 drivers/sdio/function/wlan/ar6000/hif/hif.c        |    6 ++++++
 drivers/sdio/function/wlan/ar6000/include/hif.h    |    5 +++++
 3 files changed, 12 insertions(+), 0 deletions(-)

New commits:
commit f6b3c32db09a829126577291d55ad3061f244c51
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 22:26:33 2008 +0200

    [a6k] Everyone calls SET_NET_DEV and hald needs that too, make it happy
        Call SET_NET_DEV to set a parent device. All other net drivers
        are doing this and hald needs a parent to add the network device.




--- End Message ---
--- Begin Message ---
 src/applications/qtmail/accountlist.cpp           |    2 +-
 src/applications/qtmail/qtmail.pro                |    2 +-
 src/server/phone/callscreen/themed/callscreen.cpp |    5 +++++
 3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 21e4b9f6e3f4dcdd9225e592bf189398af6617e8
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 12:27:36 2008 +0200

    [phone] We showed (-1) as CallID to the user. We don't want to do that 
(#1441)
        QPhoneCall::modemIdentifier will return -1 if the modem has not yet
        assigned an identifier for us. So when we don't have an identifer yet
        then don't show something to the user and wait for the next state 
changed
        signal. It should come(tm).

commit d4bc95fcdd5fe3885369258ec0bb7f641976fef5
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 10:50:30 2008 +0200

    [sms] Restore SMS functionality while keeping MMS disabled
        - The AccountList change should have had the right #ifdef
        - We disabled SMS and MMS when smil was not present. Only disable
          MMS when smile is not available.




--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 783266ea9e5427bd060de989d94a107d1d3095a4
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Tue Jun 17 08:05:09 2008 +0100

    workaround-s3c24xx-i2s-stop-live-stream-stall-on-resume.patch
    Reported-by: Graeme Gregory <[EMAIL PROTECTED]>
    Basically-solved-by: Graeme Gregory <[EMAIL PROTECTED]>
    
    Graeme found a while back that on resume, IISCON register in
    s3c2442 does not show LRCK toggling in LRINDEX bit any more,
    causing s3c24xx_snd_lrsync() to timeout and return an error,
    aborting restart of any live stream that was playing at
    suspend.
    
    I confirmed it was true, meddled around for a bit looking
    for some magic to restart LRCK or at least the reporting of
    it, and in the end worked around it using the method noted
    by Graeme: just ignore LRCK sync if it timed out.  The worst
    that could happen would be L and R swap for the duration of
    stream that was suspended into but probably not even that.
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
 gta02-dm2/src/dm2.c |    9 ++++++++-
 gta02-dm2/src/dm2.h |    1 +
 2 files changed, 9 insertions(+), 1 deletions(-)

New commits:
commit 0e5755a4e4bbf745643f89c5748c2cc6fdc817a8
Author: Matt <[EMAIL PROTECTED]>
Date:   Tue Jun 17 08:26:13 2008 +0100

    gta02-dm2-rm-quit-btn.patch
    
    Signed-off-by: Matt Hsu <[EMAIL PROTECTED]>
    
    - factory insist to remove quit button




--- End Message ---
--- Begin Message ---
 packages/qtopia-phone/qtopia-phone-x11_git.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

New commits:
commit 535fd5243d111c26e8e162239993574b0de35c21
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Jun 15 18:52:57 2008 +0200

    [qtopia] helpbrowser couldn't find index.html (#1465)
        Qtopia helpbrowser couldn't find the index.html as the
        qtopia-phone-x11-manual was not installed. Slightly fix the
        packaging of help files (by moving files over to the main package)
        and adding a RDEPENDS for helpbrowser.




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc               |    6 +-
 packages/connman/connman_git.bb                    |   49 ++++
 packages/connman/files/connman                     |   42 +++
 .../connman/files/connman-build-and-work.patch     |  286 ++++++++++++++++++++
 packages/libgdbus/libgdbus_git.bb                  |   14 +
 5 files changed, 395 insertions(+), 2 deletions(-)

New commits:
commit 6f97c67e75e0a981076e9e84beeb210f8546b068
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 17 08:03:13 2008 +0200

    [srcrev] Upgrade Qtopia to get various bugfxies
        e.g. SMS functionality restored, not showing (-1) in the GUI...

commit 1afef2d3d1bef4a52001b8552c1559e70913c4a6
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 22:52:33 2008 +0200

    [connman] Connman is using a lsb helper for init scripts that OE does not 
offer
        Use a more simple startup script that does not require LSB. The udev
        script was the rolemodel. Replace the log functions with a plain "echo",
        starting a simple command invocation, stopping use the --name option
        of start-stop-daemon.

commit 095e5fcd5e07d7c1aff1a0a724189247a7697b47
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 22:34:25 2008 +0200

    [connman] Package all d-bus services even if they have weird names
        Package all dbus services of connman, the wpa supplicant service
        seems to be used...

commit 5cb65fc2e3f12e6aae6b1ffd75c2ffc3c73d32be
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 19:23:33 2008 +0200

    [connman] Split the scripts and plugins into separate packages
        Make it possible to install only the plugin one wants by creating
        separate packages. Create the script package by hand and have
        all debug symbols in the big -dbg package.

commit 2e18ffeda95d93a4aa2a4cb0b1ee04130a54efb4
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 18:15:25 2008 +0200

    [connman] Add connman as we want to use it for ASU/exposure

commit e4d06eed3b30dab72e82e6a98fd497d4964f6f5f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 17:40:17 2008 +0200

    [gdbus] Add libgdbus of moblin for connman
        Pin it to the current latest version.

commit c4025ba8d16ae131bb77d090a9c0a43c2a26a0cf
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 16 16:36:04 2008 +0200

    [srcrev] Upgrade splinter to r427 as of Jeremy's request




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

New commits:
commit 2d2cf15ffc326702118ab595f630b8a6adccfa33
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 17 08:03:13 2008 +0200

    [srcrev] Upgrade Qtopia to get various bugfxies
        e.g. SMS functionality restored, not showing (-1) in the GUI...




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

Reply via email to