aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-21 11:18:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-23 11:00:28 +0200
commit959d69afd39025cbcdadb51764ecd3ed44f8dc37 (patch)
treed3abf1a7b467d1c631be3da0efb52cf003479a73 /recipes/linux
parent6caf7a47277016fa8ed52bad90911b46c7af0be8 (diff)
downloadopenembedded-959d69afd39025cbcdadb51764ecd3ed44f8dc37.tar.gz
linux-openmoko-2.6.32: upgrade to 2.6.32.22 and add patch for lower power consumption in suspend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-openmoko-2.6.32/0022-mach-gta02-fix-PR2349-do-not-manage-down.patch25
-rw-r--r--recipes/linux/linux-openmoko-2.6.32_git.bb8
2 files changed, 30 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32/0022-mach-gta02-fix-PR2349-do-not-manage-down.patch b/recipes/linux/linux-openmoko-2.6.32/0022-mach-gta02-fix-PR2349-do-not-manage-down.patch
new file mode 100644
index 0000000000..e858d1a83a
--- /dev/null
+++ b/recipes/linux/linux-openmoko-2.6.32/0022-mach-gta02-fix-PR2349-do-not-manage-down.patch
@@ -0,0 +1,25 @@
+From 305e61f039abb44f9f0b00e24963136ab76be6f7 Mon Sep 17 00:00:00 2001
+From: Gennady Kupava <gb@bsdmn.com>
+Date: Tue, 21 Sep 2010 11:00:28 +0200
+Subject: [PATCH] mach-gta02: fix PR2349, do not manage down
+
+---
+ arch/arm/mach-s3c2442/mach-gta02.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
+index 779d6df..5ecc57b 100644
+--- a/arch/arm/mach-s3c2442/mach-gta02.c
++++ b/arch/arm/mach-s3c2442/mach-gta02.c
+@@ -610,7 +610,7 @@ struct pcf50633_platform_data gta02_pcf_pdata = {
+ .max_uV = 1600000,
+ .valid_modes_mask = REGULATOR_MODE_NORMAL,
+ .valid_ops_mask = REGULATOR_CHANGE_STATUS,
+- .always_on = 1,
++ .always_on = 0,
+ .apply_uV = 1,
+ },
+ },
+--
+1.7.3
+
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb
index 19171af811..828ef22f39 100644
--- a/recipes/linux/linux-openmoko-2.6.32_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.32_git.bb
@@ -1,7 +1,7 @@
require linux.inc
require linux-openmoko.inc
-KERNEL_RELEASE="2.6.32.21"
+KERNEL_RELEASE="2.6.32.22"
SRCREV = "a9254be10ac2294ea20165a87c09ea6afcf66d94"
OEV = "oe3.3"
@@ -40,11 +40,13 @@ SRC_URI = "\
# faster glamo
file://0020-mfd-glamo-Enable-FIFO-stage-for-the-LCD-engine-s-mem.patch \
file://0021-glamo-display-fix-WSOD-for-242-timming.patch \
+# fix PR2349
+ file://0022-mach-gta02-fix-PR2349-do-not-manage-down.patch \
file://defconfig \
"
-SRC_URI[stablepatch.md5sum] = "29aa10a231882a6e52908642b572326f"
-SRC_URI[stablepatch.sha256sum] = "88e579f74f95ffac30d9d011be98c83e67cf348b9937d2131514a0874bb4413f"
+SRC_URI[stablepatch.md5sum] = "da1431a1d659298c6bd11714416c840f"
+SRC_URI[stablepatch.sha256sum] = "9f04a819a6ae1ac9a4793ce229bc9a2cb095ac10a2d46955ec1e6769283c4de4"
S = "${WORKDIR}/git"