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. Production testing software for GTA02: Changes to 'master'
([EMAIL PROTECTED])
2. development kernel tree: Changes to 'andy-tracking'
([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.dev'
([EMAIL PROTECTED])
6. r4477 - developers/werner/neocon ([EMAIL PROTECTED])
7. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
8. Production testing software for GTAxx: Changes to 'master'
([EMAIL PROTECTED])
9. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
--- Begin Message ---
gta02-dm1/rootfs/Makefile | 16 +----
gta02-dm1/rootfs/config/def-busybox-config | 2 +-
gta02-dm1/user_space/gps.c | 120 ++++++++--------------------
gta02-dm1/user_space/graphics.c | 3 +
gta02-dm1/user_space/gsm.c | 7 ++
gta02-dm1/user_space/main.c | 11 ++-
gta02-dm1/user_space/rtc.c | 35 +++++---
7 files changed, 72 insertions(+), 122 deletions(-)
New commits:
commit d95148183947307a3d73d6a6b0f0f7b1aa721b19
Author: Anthony Chang <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:32:02 2008 +0100
fix some DM1 test utility in kernel bug
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit 0ed293f11131a80197bbeadbdd009a9a6b382816
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:20 2008 +0100
config-defconfig-2.6.26.patch
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 2173cb6262c8045163c74b67c32e6f3204f2fe6c
Author: Andrzej Zaborowski <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:20 2008 +0100
Subject: [PATCH] Hardware glamo-fb cursor, some clean-up.
commit 6b2a313a020cea4937f0709d24a51bea15196c46
Author: Andrzej Zaborowski <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:20 2008 +0100
Subject: [PATCH] Build fixes.
commit 8374f941c8dc569ff9cff1e357feb40ece467a4a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
Make ar6k not print soooo much to my console
From 4cb4c308fde9c1f3598046ff98191d14b62bc609 Mon Sep 17 00:00:00 2001
From: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu, 29 May 2008 00:09:32 +0200
Subject: [PATCH] [ar6k] silent++, removing -DDEBUG from the Makefile does
not
work
commit 5ff2773c09b5431a6035ad0c82f0c0f81f7a52e6
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
Fix possible null pointer dereference in s3c24xx_i2c_resume
From 0b9bae6aed5268707b348e48a01411ba420844e1 Mon Sep 17 00:00:00 2001
From: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue, 27 May 2008 14:41:35 +0200
Subject: [PATCH] [janitor] Fix possible null pointer dereference
Judging by the control flow of the resume method i2c->suspended++ could
lead to a null pointer dereference.
commit 50b03bfe69bc60eb18962570edd36b6f4fea3f07
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
fix-remove-unused-model-name-bq27000.patch
Model name isn't in the bq27000 register set, remove the
claim that we can deliver it
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit c084fd9aca27dffd26d96c4071255db0f017aca7
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
uplevel-samsung-camera-unit.patch
Update this old code to clk API, I2C changes, official GPIO API
various struct changes, explicit readl() writel(), DMA API changes.
Still not ready for actual use (eg, I2C) but a LOT closer.
Compiles on 2.6.24 without errors or warnings now.
Use CONFIG_S3C2440_CAMERA=y in .config
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 996e73dd8d7b5e0958df58083d58055cd909acd3
Author: SW.LEE <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
introduce-samsung-camera-unit-driver.patch
This is the kernel side of an old (2004) samsung camera driver for 2440
It doesn't compile on modern kernel yet, this patch introduces it into the
kernel tree without gross mods, so it is broken code we can start to work on
commit b383c48b308ce73fc8828440b78a5bc8ed33c05b
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
add-gta01-resume-sysfs.patch
Adds the somewhat simpler resume source support for GTA01
since PMU is not a wake source
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 52741904632fa591d4eb0a6c56f9b4fde83d9d1b
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
fix-reduce-wake-reasons-in-pcf50633.patch
Currently we are willing to wake from sleep from
pcf50633 interrupts we don't actually do anything about
even when we wake (somewhat puzzled).
Let's disable some of these wake sources.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 6bb1e758bc998c3140c929ad2e70795830ebef6b
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:52:19 2008 +0100
add-resume-reason-sysfs.patch
If you have U-Boot with uboot-add-find-wake-reason.patch, this
patch will get you a wake reason report from
cat /sys/devices/platform/neo1973-resume.0/resume_reason
it looks like this:
EINT00_ACCEL1
EINT01_GSM
EINT02_BLUETOOTH
EINT03_DEBUGBRD
EINT04_JACK
EINT05_WLAN
EINT06_AUXKEY
EINT07_HOLDKEY
EINT08_ACCEL2
* EINT09_PMU
adpins
adprem
usbins
usbrem
rtcalarm
second
onkeyr
onkeyf
exton1r
exton1f
exton2r
exton2f
exton3r
exton3f
* batfull
chghalt
thlimon
thlimoff
usblimon
usblimoff
adcrdy
onkey1s
lowsys
lowbat
hightmp
autopwrfail
dwn1pwrfail
dwn2pwrfail
ledpwrfail
ledovp
ldo1pwrfail
ldo2pwrfail
ldo3pwrfail
ldo4pwrfail
ldo5pwrfail
ldo6pwrfail
hcidopwrfail
hcidoovl
EINT10_NULL
EINT11_NULL
EINT12_GLAMO
EINT13_NULL
EINT14_NULL
EINT15_NULL
This shows a problem, false wake from suspend due to battery full
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
conf/distro/openmoko.conf | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit ef9ff5b0728a4bec45e7f1818f797231707ec4cb
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Thu Jun 5 20:24:28 2008 +0800
[openmoko] Modify the hint of building information.
The file format is like below
Tag Name: git TAG of OE
Version: the last commit md5sum of OE in git
Branch: the branch name
Build Host: the name of machine that building this image
Time Stamp: The time-stamp this file is created
--- End Message ---
--- Begin Message ---
conf/distro/include/moko-autorev.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2975ffa473b92333def15985a4349b89812638a1
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Thu Jun 5 21:38:36 2008 +0800
[diversity] Set diversity-nav and diversity-daemon as AUTOREV
--- End Message ---
--- Begin Message ---
conf/distro/include/moko-autorev.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
New commits:
commit 7c5bed72c23f5e4181c229f31a6e1455dc89f1a9
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Thu Jun 5 21:36:16 2008 +0800
[diversity] set diversity-radar as AUTOREV
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-06-06 04:33:59 +0200 (Fri, 06 Jun 2008)
New Revision: 4477
Modified:
developers/werner/neocon/neocon.c
Log:
neocon used to hang when USB just dropped, e.g., when using u-boot via
ttyACM*, when executing the "reset" command. This small change makes
neocon detect the condition, and close the session.
Modified: developers/werner/neocon/neocon.c
===================================================================
--- developers/werner/neocon/neocon.c 2008-06-05 03:56:00 UTC (rev 4476)
+++ developers/werner/neocon/neocon.c 2008-06-06 02:33:59 UTC (rev 4477)
@@ -219,7 +219,7 @@
ssize_t got, wrote, pos;
got = read(in, buffer, single ? 1 : sizeof(buffer));
- if (got < 0)
+ if (got <= 0)
return 0;
if (from_user)
scan(buffer, got);
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcdates.inc | 2 +-
conf/distro/include/sane-srcrevs.inc | 6 +-
conf/distro/openmoko.conf | 9 +-
packages/gypsy/gypsy.inc | 2 +-
packages/gypsy/gypsy_svn.bb | 2 +-
.../packagekit/files/03_group_infomation.patch | 31 +
packages/packagekit/packagekit_git.bb | 5 +-
packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb | 950 --------------------
packages/qtopia-phone/qtopia-phone-x11_git.bb | 949 +++++++++++++++++++
9 files changed, 995 insertions(+), 961 deletions(-)
New commits:
commit 76296aa81bf162c87b9daa3a93d59236de7f2a68
Merge: b7038bc5d744856a8c55cdcd88922e78b5339584
4fe79f458d3805b1abbe35cf6159e1aef4909fad
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Fri Jun 6 09:08:50 2008 +0100
Merge branch 'org.openmoko.dev' of /home/dp/openmoko/openmoko/ into
org.openmoko.dev
commit 4fe79f458d3805b1abbe35cf6159e1aef4909fad
Merge: 07fd5fdabf8e5532df6e752bc9e35f6e27ff8c96
7c5bed72c23f5e4181c229f31a6e1455dc89f1a9
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Fri Jun 6 09:08:33 2008 +0100
Merge branch 'org.openmoko.dev' of git+ssh://[EMAIL
PROTECTED]/var/cache/git/openmoko into org.openmoko.dev
commit b7038bc5d744856a8c55cdcd88922e78b5339584
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Thu Jun 5 18:31:36 2008 +0100
[gypsy] gypsy DEPENDS on libxslt-native, actually commit right file this
time.
commit 07fd5fdabf8e5532df6e752bc9e35f6e27ff8c96
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Thu Jun 5 20:24:28 2008 +0800
[openmoko] Modify the hint of building information.
The file format is like below
Tag Name: git TAG of OE
Version: the last commit md5sum of OE in git
Branch: the branch name
Build Host: the name of machine that building this image
Time Stamp: The time-stamp this file is created
commit 3571f6d47b158c71342f02b317a0ed8c166c39ac
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 5 12:39:38 2008 +0200
[qtopia] Upgrade to get a version with some new dbus interfaces needed for
exposure
commit 18943ab3a95eec1ade120544f5d6f926dfa69051
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 5 11:38:42 2008 +0200
[illume] Update to r111
commit a4770a14adf32d9fd3f4413dd51dcc68afce2057
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Thu Jun 5 11:36:57 2008 +0200
[srcdate] Update efl
commit b7654768a6815c25f1ae0beea68ae6f88ebd8689
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Wed Jun 4 18:08:45 2008 +0800
[packagekit] Add patch to packagekit.
it fix a bug that packagekit does not reply group message after new
get-details implementation.
commit 83f588a9c696f877e7c1316c89df94959feb729f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Mon Jun 2 23:18:02 2008 +0200
[qtopia] We can now properly name the source directory do so
We build from git so use SRCPV inside the PV and name
the file that way.
--- End Message ---
--- Begin Message ---
Makefile | 15 +-
gta02-dm1/dm1-uboot/add_dm1_build_item.diff | 28 ++
.../add_dm1_patch_neo1973_set_charge_mode.diff | 34 ++
gta02-dm1/dm1-uboot/dm1_test/Makefile | 36 ++
gta02-dm1/dm1-uboot/dm1_test/cmd_bkbatt.c | 83 ++++
gta02-dm1/dm1-uboot/dm1_test/cmd_chg.c | 80 ++++
gta02-dm1/dm1-uboot/dm1_test/cmd_earphone.c | 42 ++
gta02-dm1/dm1-uboot/dm1_test/cmd_hdq.c | 145 +++++++
gta02-dm1/dm1-uboot/dm1_test/cmd_key911.c | 38 ++
gta02-dm1/dm1-uboot/dm1_test/cmd_keypower.c | 30 ++
gta02-dm1/dm1-uboot/dm1_test/cmd_nor_check.c | 146 +++++++
gta02-dm1/dm1-uboot/dm1_test/cmd_sensor.c | 437 ++++++++++++++++++++
gta02-dm1/dm1-uboot/dm1_test/cmd_usb5v.c | 57 +++
gta02-dm1/dm1-uboot/dm1_test/lis302dl.h | 6 +
14 files changed, 1173 insertions(+), 4 deletions(-)
New commits:
commit 540da7463f0ee67e37587c245b18039a03d7c397
Author: Anthony Chang <[EMAIL PROTECTED]>
Date: Fri Jun 6 10:13:30 2008 +0100
add DM1 uboot testing item
--- End Message ---
--- Begin Message ---
conf/distro/include/moko-autorev.inc | 3 +-
conf/distro/include/sane-srcrevs.inc | 5 +-
.../diversity-nav/switch-gps.patch | 35 -----------------
packages/openmoko-projects/diversity-nav_svn.bb | 5 +-
.../switch-gps-and-rename-to-splinter.patch | 40 ++++++++++++++++++++
packages/openmoko-projects/splinter_svn.bb | 18 +++++++++
packages/tasks/task-openmoko-feed.bb | 3 +-
packages/tasks/task-openmoko-qtopia-x11.bb | 4 +-
8 files changed, 69 insertions(+), 44 deletions(-)
New commits:
commit 15b4c27266f011d1636fbb245d45ec00047133b9
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Fri Jun 6 16:56:36 2008 +0800
[diversity] Splinter replaced diversity-nav to use AUTOREV
commit 130fdee6502e8b90f815790b1cc11d9d78796206
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Fri Jun 6 16:52:32 2008 +0800
[openmoko] Splinter replaced diversity-nav in task-openmoko-qtopia-x11
commit 3c51dd0a9e81816135e75a19c6d716af45b82de3
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Fri Jun 6 16:51:48 2008 +0800
[openmoko] Add splinter into openmoko-feed
commit 6987716dd7f05fe18aed0bce669b3735cd35c105
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Fri Jun 6 15:53:37 2008 +0800
[diversity] Add splinter.
Splinter is diversity-nav plus some patches, such as renaming Diversity
Nav. to Splinter in ASU.
commit 89ce0a661565e548e1288e5e2b12654e31f98505
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Fri Jun 6 13:37:51 2008 +0800
[sane-srcrevs] Bump the revision of diversity-nav to 421
diversity-daemon to 422
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog