aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-08-22 08:47:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-22 08:47:33 +0000
commit1d1e09a9271b91a3985dcf056a55d4e96782384d (patch)
tree8bb357f18dad012e568f518c6b35b2370176fb92 /packages/linux
parent66a309a6f12019f558234f413ad3dd9b8f6b85ce (diff)
downloadopenembedded-1d1e09a9271b91a3985dcf056a55d4e96782384d.tar.gz
linux-oz-2.6: Add battery and power management (suspend/resume) support for spitz using a driver shared with corgi models. Lots of code rewritten (de-sharped), driver is now about 75% ready for mainline and I have a headache. Please test on corgi+spitz and report battery/power bugs. I am aware the battery voltage measurements are sometimes insane - can't find why though. Turning on the green LED 'fixes' spitz. Would welcome help on this.
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
index e624b8a1d5..cc9f4dc6d8 100644
--- a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
+++ b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
#KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
KV = "${@bb.data.getVar('PV',d,True)}"
-PR = "r8"
+PR = "r9"
DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"
@@ -79,15 +79,18 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${DOSRC}/tosa-lcd-r3.patch;patch=1 \
${DOSRC}/tosa-2.6.13-r1.patch;patch=1 \
${RPSRC}/temp/tosa-bl-r5.patch;patch=1 \
- ${RPSRC}/pxa27x_extraregs-r1.patch;patch=1 \
- ${RPSRC}/spitzbase-r3.patch;patch=1 \
- ${RPSRC}/spitzkbd-r0.patch;patch=1 \
+ ${RPSRC}/pxa27x_extraregs-r2.patch;patch=1 \
+ ${RPSRC}/spitzbase-r4.patch;patch=1 \
+ ${RPSRC}/spitzkbd-r1.patch;patch=1 \
${RPSRC}/spitzssp-r4.patch;patch=1 \
${RPSRC}/spitzbl-r1.patch;patch=1 \
${RPSRC}/spitzts-r1.patch;patch=1 \
${RPSRC}/spitzcf-r1.patch;patch=1 \
+ ${RPSRC}/spitz_power-r1.patch;patch=1 \
+ ${RPSRC}/scoop_susres-r0.patch;patch=1 \
+ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \
${RPSRC}/pcmcia_dev_ids-r0.patch;patch=1 \
- ${RPSRC}/pxa_cf_initorder_hack-r0.patch;patch=1 \
+ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \
${RPSRC}/pxa_pcmcia_init-r0.patch;patch=1 \
file://add-oz-release-string.patch;patch=1 \
file://add-elpp-stuff.patch;patch=1 \