summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-22 08:06:26 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-29 15:49:27 -0400
commit0dc054072d133ba96cc799ef9ac4b9f37b69a139 (patch)
tree1e705fe43aab825662b3a116fddd31cf18babed7 /recipes-kernel/linux/linux-ti33x-psp_3.2.bb
parentca33f0eb2def9d0a8c51ef8ed8adedbcb507691d (diff)
downloadmeta-ti-0dc054072d133ba96cc799ef9ac4b9f37b69a139.tar.gz
linux-ti33x-psp 3.2: merge in 6 musb patches from PSP
Updating the SRCREV would require redoing all boardfile patches due to the EVM-SK changes. So cherry-pick the 6 patches we need. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp_3.2.bb')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index 888c7a3d..82fa5ebe 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -12,7 +12,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
12 12
13BRANCH = "v3.2-staging" 13BRANCH = "v3.2-staging"
14SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01" 14SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01"
15MACHINE_KERNEL_PR_append = "m+gitr${SRCREV}" 15MACHINE_KERNEL_PR_append = "n+gitr${SRCREV}"
16 16
17COMPATIBLE_MACHINE = "(ti33x)" 17COMPATIBLE_MACHINE = "(ti33x)"
18 18
@@ -29,6 +29,12 @@ do_compile_prepend() {
29} 29}
30 30
31PATCHES_OVER_PSP = " \ 31PATCHES_OVER_PSP = " \
32 file://usb/0001-usb-musb-cppi41-revisit-the-teardown-path-to-fix-iso.patch \
33 file://usb/0002-usb-musb-fix-bug-in-data-toggle-sw-workaround.patch \
34 file://usb/0003-usb-gadget-udc-core-stop-UDC-on-device-initiated-dis.patch \
35 file://usb/0004-usb-gadget-udc-core-fix-asymmetric-calls-in-remove_d.patch \
36 file://usb/0005-usb-gadget-udc-core-fix-wrong-call-order.patch \
37 file://usb/0006-usb-gadget-udc-core-fix-incompatibility-with-dummy-h.patch \
32 file://3.2.1/0001-MAINTAINERS-stable-Update-address.patch \ 38 file://3.2.1/0001-MAINTAINERS-stable-Update-address.patch \
33 file://3.2.1/0002-Documentation-Update-stable-address.patch \ 39 file://3.2.1/0002-Documentation-Update-stable-address.patch \
34 file://3.2.1/0003-firmware-Fix-an-oops-on-reading-fw_priv-fw-in-sysfs-.patch \ 40 file://3.2.1/0003-firmware-Fix-an-oops-on-reading-fw_priv-fw-in-sysfs-.patch \