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.dev'
([EMAIL PROTECTED])
2. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
3. development kernel tree: Changes to 'andy' ([EMAIL PROTECTED])
--- Begin Message ---
classes/rootfs_ipk.bbclass | 2 +-
conf/distro/include/sane-srcrevs.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5a1bb6698fcd5abced8d5ea10acfc19c2e55f2bf
Author: <[EMAIL PROTECTED]>
Date: Wed Jun 11 15:45:54 2008 +0000
rootfs_ipk.bbclass: opkg nowadays needs its lib directory created before it
can operate
commit 1c889742829694c1c1204c48c19eea257fd13b97
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Sat Jun 14 09:05:15 2008 +0200
[srcrev] As on ticks request upgrade opkg to 4488 to fix some segfaults
Some segfaults on package installation and downgrading were fixed
by Thomans. Use that lucky version.
--- End Message ---
--- Begin Message ---
arch/arm/mach-s3c2440/mach-gta02.c | 43 ++++++++++++++++++++++++++----------
drivers/i2c/chips/pcf50633.c | 29 ++++++++++++-----------
drivers/mfd/glamo/glamo-core.c | 2 +
drivers/video/display/jbt6k74.c | 5 ++++
4 files changed, 53 insertions(+), 26 deletions(-)
New commits:
commit 6e00bac8d0aa838527e6f7cd7c07cbb50fa5935e
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 10:10:22 2008 +0100
fix-pcf50633-kill-white-splash-of-death-on-suspend.patch
mach-gta02 meddles with the regulator platform struct after
it is defined, leading to LCM power getting lost in suspend
despite I set it to be left up. Fixing this finally removes
the incredibly stubborn white LCM on suspend "flash".
This is also going to be implicated in Sean McNeil's
experience of monochromatic LCM after resume, which was
previously attacked by resetting and re-initing the LCM
from scratch.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit a08053ab3b803e8e1a1466cf4bb4dd413f7d0412
Author: Andy Green <[EMAIL PROTECTED]>
Date: Sat Jun 14 10:29:16 2008 +0100
fix-pcf50633-kill-white-splash-of-death-on-suspend.patch
mach-gta02 meddles with the regulator platform struct after
it is defined, leading to LCM power getting lost in suspend
despite I set it to be left up. Fixing this finally removes
the incredibly stubborn white LCM on suspend "flash".
This is also going to be implicated in Sean McNeil's
experience of monochromatic LCM after resume, which was
previously attacked by resetting and re-initing the LCM
from scratch.
In addition, I realized that we take down core_1v3 in
pcf50633 suspend action, this is happening near the
start of suspend, so we are in a meta-race to finish
suspend in a controlled way before the caps on core_1v3
run out (I only saw 23.3uF total). If it's true, this
is where the weirdo sensitivity to timing during
suspend is coming from.
Therefore in this patch we also remove sleeps and
dev_info() etc (which have to flush on serial console)
from the pc50633 isr workqueue if we are in pcf50633
driver suspend state 1, ie, suspending... because we
don't have time for it.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog