aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-01-09 23:41:50 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-12 09:58:06 +0000
commit318318c74f0e37f4cf54a4c8f3aab9e59555111d (patch)
treeb945459d01d3904d84ab8f6c6a03b867dc42e7bd
parent95ef46167b722a335fb045c404b367d228f3d78e (diff)
downloadmeta-handheld-318318c74f0e37f4cf54a4c8f3aab9e59555111d.tar.gz
linux-yocto(-tiny-kexecboot)_3.17: remove upstreamed patch for collie
Patch landed upstream in 3.17.3 (commit id 255a8e963ea7d9d856d224a76b8a2fb99f0682fe) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto-3.17/collie/mtd-resume.patch34
-rw-r--r--recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bbappend1
-rw-r--r--recipes-kernel/linux/linux-yocto_3.17.bbappend3
3 files changed, 1 insertions, 37 deletions
diff --git a/recipes-kernel/linux/linux-yocto-3.17/collie/mtd-resume.patch b/recipes-kernel/linux/linux-yocto-3.17/collie/mtd-resume.patch
deleted file mode 100644
index 3cee9b3..0000000
--- a/recipes-kernel/linux/linux-yocto-3.17/collie/mtd-resume.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 6d34f776e8dba9cba5520db7d27a31102238f66e Mon Sep 17 00:00:00 2001
-From: Andrea Adami <andrea.adami@gmail.com>
-Date: Sun, 12 Oct 2014 12:31:36 +0200
-Subject: [PATCH 1130/1130] mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF
- chips
-
-After '#echo mem > /sys/power/state' the device can not be resumed
-because apparently the Partition Configuration Register has been reset
-to default. This should only happen after cold/boot or hard reset but
-the behavior is confirmed on 2 different end-user devices.
-
-Tested on zaurus collie with kernel 3.17-rc7
-
-Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
----
- drivers/mtd/chips/cfi_cmdset_0001.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c
-index a7543ba..59e2355 100644
---- a/drivers/mtd/chips/cfi_cmdset_0001.c
-+++ b/drivers/mtd/chips/cfi_cmdset_0001.c
-@@ -2590,6 +2590,8 @@ static void cfi_intelext_resume(struct mtd_info *mtd)
-
- /* Go to known state. Chip may have been power cycled */
- if (chip->state == FL_PM_SUSPENDED) {
-+ /* Refresh LH28F640BF Partition Configuration Register */
-+ fixup_LH28F640BF(mtd);
- map_write(map, CMD(0xFF), cfi->chips[i].start);
- chip->oldstate = chip->state = FL_READY;
- wake_up(&chip->wq);
---
-1.9.1
-
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bbappend b/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bbappend
index 909d66e..11d7f11 100644
--- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bbappend
+++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.17.bbappend
@@ -54,7 +54,6 @@ SRC_URI_append_collie = " \
file://locomolcd-suspend-resume.patch \
\
file://collie-use-gpio-charger.patch \
- file://mtd-resume.patch \
\
"
diff --git a/recipes-kernel/linux/linux-yocto_3.17.bbappend b/recipes-kernel/linux/linux-yocto_3.17.bbappend
index 54747d0..eda4061 100644
--- a/recipes-kernel/linux/linux-yocto_3.17.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.17.bbappend
@@ -53,9 +53,8 @@ SRC_URI_append_collie = " \
file://locomolcd-suspend-resume.patch \
\
file://collie-use-gpio-charger.patch \
- file://mtd-resume.patch \
- \
"
+
SRC_URI_append_h3600 = " \
file://defconfig \
file://OE-qvga-logo.patch \