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. r4437 - trunk/src/target/opkg ([EMAIL PROTECTED])
   2. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
   3. development kernel tree: Changes to 'stable'
      ([EMAIL PROTECTED])
   4. development kernel tree: Changes to 'andy-tracking'
      ([EMAIL PROTECTED])
   5. org.openmoko.april-update:
      b1ec3810d4462f4a2439984dae3107c44d9ba060 ([EMAIL PROTECTED])
   6. r4438 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
   7. org.openmoko.april-update:
      b1ec3810d4462f4a2439984dae3107c44d9ba060 ([EMAIL PROTECTED])
   8. org.openmoko.april-update:
      8db8cded30a1041dacb917199cff0af74ad866be ([EMAIL PROTECTED])
   9. org.openmoko.april-update:
      8db8cded30a1041dacb917199cff0af74ad866be ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2008-05-15 12:40:56 +0200 (Thu, 15 May 2008)
New Revision: 4437

Modified:
   trunk/src/target/opkg/Makefile.am
Log:
opkg: fix distcheck


Modified: trunk/src/target/opkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/Makefile.am   2008-05-15 09:46:23 UTC (rev 4436)
+++ trunk/src/target/opkg/Makefile.am   2008-05-15 10:40:56 UTC (rev 4437)
@@ -16,7 +16,7 @@
 install-data-hook:
        chmod +x $(DESTDIR)$(datadir)/opkg/intercept/*
 
-EXTRA_DIST = update-alternatives $(intercept_DATA)
+EXTRA_DIST = $(intercept_DATA)
 
 MAINTAINERCLEANFILES= \
        configure \




--- End Message ---
--- Begin Message ---
 arch/arm/mach-s3c2440/mach-gta02.c     |   31 +++++++++++++++++++++++++++++--
 drivers/input/touchscreen/s3c2410_ts.c |    2 +-
 2 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit f105132dbabeffe95678594ad9b8ce45a9506bde
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Thu May 15 10:09:06 2008 +0100

    Fixup hang on resume caused by the s3c2410 touch screen driver
    
    From dc6d335b467646d802a21ea6b925ee97e83e07be Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Thu, 15 May 2008 01:16:23 +0200
    Subject: [PATCH] Do not use msleep in the resume path of s3c2410_ts as it
    might lockup
    
    For some reason msleep might set the only task running into a suspended
    state and no timer will ever wake it up. Use mdelay to avoid this. I was not
    able to understand the reasoning of sleeping after enabling the clock. So we
    might just remove the msleep/mdelay at all and be fine.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit 3d993951cec179cbe76aefe5329a397fcf18afd9
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Thu May 15 10:08:30 2008 +0100

    From: Andy Green <[EMAIL PROTECTED]>
    fix-motion-sensors-cs-is-not-cs-force-low.patch
    
    Signed-off-by: Andy Green <[EMAIL PROTECTED]>

commit c81ce3cd607ed019d44c84cbde07811f14f6fcc8
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed May 14 11:20:37 2008 +0100

    fix-motion-sensor-corruption.patch




--- End Message ---
--- Begin Message ---
 arch/arm/mach-s3c2440/mach-gta02.c     |   21 +++++++++++++++++++++
 drivers/input/touchscreen/s3c2410_ts.c |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)

New commits:
commit 927c22fef4b386a419b0ac684815881a7d489775
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Thu May 15 11:51:06 2008 +0100

    Fixup hang on resume caused by the s3c2410 touch screen driver
    
    From dc6d335b467646d802a21ea6b925ee97e83e07be Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Thu, 15 May 2008 01:16:23 +0200
    Subject: [PATCH] Do not use msleep in the resume path of s3c2410_ts as it
    might lockup
    
    For some reason msleep might set the only task running into a suspended
    state and no timer will ever wake it up. Use mdelay to avoid this. I was not
    able to understand the reasoning of sleeping after enabling the clock. So we
    might just remove the msleep/mdelay at all and be fine.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>

commit f1055c3cf92964d4d00644fc3893f34e35fcf231
Author: Andy Green <[EMAIL PROTECTED]>
Date:   Wed May 14 11:19:24 2008 +0100

    fix-motion-sensor-corruption.patch




--- End Message ---
--- Begin Message ---
 drivers/input/touchscreen/s3c2410_ts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 5f4ff81ba3ebbc317e43c99eb9bb58585d30e5fb
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Thu May 15 11:52:30 2008 +0100

    Fixup hang on resume caused by the s3c2410 touch screen driver
    
    From dc6d335b467646d802a21ea6b925ee97e83e07be Mon Sep 17 00:00:00 2001
    From: Holger Freyther <[EMAIL PROTECTED]>
    Date: Thu, 15 May 2008 01:16:23 +0200
    Subject: [PATCH] Do not use msleep in the resume path of s3c2410_ts as it
    might lockup
    
    For some reason msleep might set the only task running into a suspended
    state and no timer will ever wake it up. Use mdelay to avoid this. I was not
    able to understand the reasoning of sleeping after enabling the clock. So we
    might just remove the msleep/mdelay at all and be fine.
    
    Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>




--- End Message ---
--- Begin Message ---
revision:            b1ec3810d4462f4a2439984dae3107c44d9ba060
date:                2008-05-15T11:29:53
author:              [EMAIL PROTECTED]
branch:              org.openmoko.april-update
changelog:
applied partial changes from 568c22f89e802bfa2941b3ff64c9b8b8fb590bfd
                     through 77df467029e9b21d62bae96f8114fc0036671fc8
epsilon_cvs.bb : patch is applied upstream


manifest:
format_version "1"

new_manifest [728ec3f83b60cd8212f3ec9ed879e66f00304889]

old_revision [568c22f89e802bfa2941b3ff64c9b8b8fb590bfd]

patch "packages/efl1/epsilon_cvs.bb"
 from [06a4ccc0ac1208566731c847fc2ac20246de3ec5]
   to [17cdd9bae3d37e28856c52115c8249de46b9188f]

--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2008-05-15 15:34:12 +0200 (Thu, 15 May 2008)
New Revision: 4438

Modified:
   trunk/src/target/opkg/libopkg/opkg.c
Log:
opkg: re-read package lists after update


Modified: trunk/src/target/opkg/libopkg/opkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg.c        2008-05-15 10:40:56 UTC (rev 
4437)
+++ trunk/src/target/opkg/libopkg/opkg.c        2008-05-15 13:34:12 UTC (rev 
4438)
@@ -816,6 +816,9 @@
   free (tmp);
   free (lists_dir);
 
+  /* Now re-read the package lists to update package hash tables. */
+  opkg_re_read_config_files (opkg);
+
   return result;
 }
 




--- End Message ---
--- Begin Message ---
revision:            b1ec3810d4462f4a2439984dae3107c44d9ba060
date:                2008-05-15T11:29:53
author:              [EMAIL PROTECTED]
branch:              org.openmoko.april-update
changelog:
applied partial changes from 568c22f89e802bfa2941b3ff64c9b8b8fb590bfd
                     through 77df467029e9b21d62bae96f8114fc0036671fc8
epsilon_cvs.bb : patch is applied upstream


manifest:
format_version "1"

new_manifest [728ec3f83b60cd8212f3ec9ed879e66f00304889]

old_revision [568c22f89e802bfa2941b3ff64c9b8b8fb590bfd]

patch "packages/efl1/epsilon_cvs.bb"
 from [06a4ccc0ac1208566731c847fc2ac20246de3ec5]
   to [17cdd9bae3d37e28856c52115c8249de46b9188f]
#
#
# patch "packages/efl1/epsilon_cvs.bb"
#  from [06a4ccc0ac1208566731c847fc2ac20246de3ec5]
#    to [17cdd9bae3d37e28856c52115c8249de46b9188f]
#
============================================================
--- packages/efl1/epsilon_cvs.bb        06a4ccc0ac1208566731c847fc2ac20246de3ec5
+++ packages/efl1/epsilon_cvs.bb        17cdd9bae3d37e28856c52115c8249de46b9188f
@@ -4,11 +4,11 @@ PV = "0.3.0.012+cvs${SRCDATE}"
 # can also depend on xine for movie thumbnails
 DEPENDS = "imlib2 epeg libpng evas ecore edje perl-native"
 PV = "0.3.0.012+cvs${SRCDATE}"
-PR = "r0"
+PR = "r1"
 
 inherit efl
 
-SRC_URI += "file://fix_alignment_error.patch;patch=1"
+SRC_URI += "file://fix_alignment_error.patch;patch=1;maxdate=20080511"
 
 # a gstreamer thumbnailer would be nice now that we have emotion using 
gstreamer as well
 EXTRA_OECONF = "--disable-xine"

--- End Message ---
--- Begin Message ---
revision:            8db8cded30a1041dacb917199cff0af74ad866be
date:                2008-05-15T13:11:39
author:              [EMAIL PROTECTED]
branch:              org.openmoko.april-update
changelog:
sane-srcrevs.inc : increment kernel revision to one with all suspend/resume
fixes.


manifest:
format_version "1"

new_manifest [b9d51a12c2bf3d4d3b6f0a25611a797f9e57ac0f]

old_revision [568c22f89e802bfa2941b3ff64c9b8b8fb590bfd]

patch "conf/distro/include/sane-srcrevs.inc"
 from [91f869bcd4c9856519c4492856cc326ec077dc8b]
   to [307095aa34a51a1959a2e3fd67021cad6e4842be]
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [91f869bcd4c9856519c4492856cc326ec077dc8b]
#    to [307095aa34a51a1959a2e3fd67021cad6e4842be]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc        
91f869bcd4c9856519c4492856cc326ec077dc8b
+++ conf/distro/include/sane-srcrevs.inc        
307095aa34a51a1959a2e3fd67021cad6e4842be
@@ -64,7 +64,7 @@ SRCREV_pn-linux-ixp4xx ?= "1062"
 SRCREV_pn-linux-bfin ?= "3758"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-linux-ixp4xx ?= "1062"
-SRCREV_pn-linux-openmoko ?= "5ccaca2adb1c37b5955a4733f68ae08a755e3d78"
+SRCREV_pn-linux-openmoko ?= "927c22fef4b386a419b0ac684815881a7d489775"
 SRCREV_pn-linux-openmoko-devel ?= "29ab5ca74817b1f045b4c160c687750548b54659"
 SRCREV_pn-llvm-gcc4 ?= "374"
 SRCREV_pn-llvm-gcc4-cross ?= "374"

--- End Message ---
--- Begin Message ---
revision:            8db8cded30a1041dacb917199cff0af74ad866be
date:                2008-05-15T13:11:39
author:              [EMAIL PROTECTED]
branch:              org.openmoko.april-update
changelog:
sane-srcrevs.inc : increment kernel revision to one with all suspend/resume
fixes.


manifest:
format_version "1"

new_manifest [b9d51a12c2bf3d4d3b6f0a25611a797f9e57ac0f]

old_revision [568c22f89e802bfa2941b3ff64c9b8b8fb590bfd]

patch "conf/distro/include/sane-srcrevs.inc"
 from [91f869bcd4c9856519c4492856cc326ec077dc8b]
   to [307095aa34a51a1959a2e3fd67021cad6e4842be]
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [91f869bcd4c9856519c4492856cc326ec077dc8b]
#    to [307095aa34a51a1959a2e3fd67021cad6e4842be]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc        
91f869bcd4c9856519c4492856cc326ec077dc8b
+++ conf/distro/include/sane-srcrevs.inc        
307095aa34a51a1959a2e3fd67021cad6e4842be
@@ -64,7 +64,7 @@ SRCREV_pn-linux-ixp4xx ?= "1062"
 SRCREV_pn-linux-bfin ?= "3758"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-linux-ixp4xx ?= "1062"
-SRCREV_pn-linux-openmoko ?= "5ccaca2adb1c37b5955a4733f68ae08a755e3d78"
+SRCREV_pn-linux-openmoko ?= "927c22fef4b386a419b0ac684815881a7d489775"
 SRCREV_pn-linux-openmoko-devel ?= "29ab5ca74817b1f045b4c160c687750548b54659"
 SRCREV_pn-llvm-gcc4 ?= "374"
 SRCREV_pn-llvm-gcc4-cross ?= "374"

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

Reply via email to