From d145b5e9643aca314a56f551d8cd369ad8c3f9dd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 28 Dec 2007 01:27:35 +0000 Subject: [PATCH] linux-rp-2.6.23: Fix suspend/resume problems for pxa25x devices. Fix poodle LCD resume issue with a temp hack until a proper patch can be created. Make 2.6.23 the default for poodle --- packages/linux/linux-rp_2.6.23.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index ba5f712bb8..8e38b17f30 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,10 +1,9 @@ require linux-rp.inc -PR = "r13" +PR = "r14" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" -DEFAULT_PREFERENCE_poodle = "-99" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -41,6 +40,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/w100_extmem-r1.patch;patch=1 \ ${RPSRC}/spitzkbd_fix-r0.patch;patch=1 \ ${RPSRC}/export_atags-r0.patch;patch=1 \ + ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ + ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ file://w100fb-unused-var.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ -- 2.39.5