[oe-commits] org.oe.dev linux-rp-2.6.19: Fix pxafb paramter handling, convert pxairda to platform device, convert pxa27x_udc to platform device to fix suspend/resume issues, add work around for pxa27x which may make RNDIS work.

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Dec 16 22:30:08 UTC 2006


linux-rp-2.6.19: Fix pxafb paramter handling, convert pxairda to platform device, convert pxa27x_udc to platform device to fix suspend/resume issues, add work around for pxa27x which may make RNDIS work.

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: ad23e8e6060b9e49d8e964c00aefb65865198683
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ad23e8e6060b9e49d8e964c00aefb65865198683
Files:
1
packages/linux/linux-rp_2.6.19.bb
Diffs:

#
# mt diff -rdcbaf4288c7f5e355c077e24de35fbfe8e48ffa4 -rad23e8e6060b9e49d8e964c00aefb65865198683
#
# 
# 
# patch "packages/linux/linux-rp_2.6.19.bb"
#  from [0587353be263947650fa1d2112da9706ade848ba]
#    to [2f74b5217d8fef2e0c449898db001ec6e842fef9]
# 
============================================================
--- packages/linux/linux-rp_2.6.19.bb	0587353be263947650fa1d2112da9706ade848ba
+++ packages/linux/linux-rp_2.6.19.bb	2f74b5217d8fef2e0c449898db001ec6e842fef9
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -16,6 +16,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
 # Hacks should clearly named and at the bottom
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
            http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.12.4.patch;patch=1 \
+           ${RPSRC}/pxafb_fix_params-r1.patch;patch=1 \
+           ${RPSRC}/pxa_irda_susres_fix-r0.patch;patch=1 \
            ${RPSRC}/hx2750_base-r27.patch;patch=1 \
            ${RPSRC}/hx2750_bl-r7.patch;patch=1 \
            ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \
@@ -27,12 +29,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux
            ${RPSRC}/pxa25x_cpufreq-r1.patch;patch=1 \
            ${RPSRC}/sharpsl_pm_fixes1-r0.patch;patch=1 \
            ${RPSRC}/pm_changes-r1.patch;patch=1 \
-           ${RPSRC}/usb_pxa27x_udc-r1.patch;patch=1 \
            ${RPSRC}/usb_add_epalloc-r3.patch;patch=1 \
+           ${RPSRC}/usb_pxa27x_udc-r2.patch;patch=1 \
            ${DOSRC}/kexec-arm-r3.patch;patch=1 \
            ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \
            ${RPSRC}/poodle_pm-r3.patch;patch=1 \
-           ${RPSRC}/pxa27x_overlay-r3.patch;patch=1 \
+           ${RPSRC}/pxa27x_overlay-r4.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
            file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
            ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \






More information about the Openembedded-commits mailing list