aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-10 08:19:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-10 08:19:28 +0000
commit81b7aaefbe060d752ed49d41aef11f2184f699ce (patch)
treeaa02c8c515e33a253994c53c464b711b2c615ee6 /target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch
parent650d777f3d221fd69e21d2f7163ee318d408b748 (diff)
downloadupstream-81b7aaefbe060d752ed49d41aef11f2184f699ce.tar.gz
upstream-81b7aaefbe060d752ed49d41aef11f2184f699ce.tar.bz2
upstream-81b7aaefbe060d752ed49d41aef11f2184f699ce.zip
ar71xx: nuke 2.6.39 support
SVN-Revision: 30404
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch b/target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch
deleted file mode 100644
index 499655903e..0000000000
--- a/target/linux/ar71xx/patches-2.6.39/110-usb-ehci-add-war-for-synopsys-hc-bug.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/drivers/usb/host/ehci-q.c
-+++ b/drivers/usb/host/ehci-q.c
-@@ -1183,6 +1183,9 @@ static void end_unlink_async (struct ehc
- ehci->reclaim = NULL;
- start_unlink_async (ehci, next);
- }
-+
-+ if (ehci->has_synopsys_hc_bug)
-+ writel((u32)ehci->async->qh_dma, &ehci->regs->async_next);
- }
-
- /* makes sure the async qh will become idle */
---- a/drivers/usb/host/ehci.h
-+++ b/drivers/usb/host/ehci.h
-@@ -135,6 +135,7 @@ struct ehci_hcd { /* one per controlle
- unsigned fs_i_thresh:1; /* Intel iso scheduling */
- unsigned use_dummy_qh:1; /* AMD Frame List table quirk*/
- unsigned ignore_oc:1;
-+ unsigned has_synopsys_hc_bug:1; /* Synopsys HC */
-
- /* required for usb32 quirk */
- #define OHCI_CTRL_HCFS (3 << 6)