aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-02-13 13:27:14 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-02-13 13:27:14 +0000
commit2aeabcb857e32494bdb8385a2fb5c8c529fe35be (patch)
tree7a8f6420d307615cbedc82fbc6ad2e498a5a1ca8 /target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch
parent87573f9583f900bc82fe435ebbcff8dd72c88205 (diff)
downloadupstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.gz
upstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.bz2
upstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.zip
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch')
-rw-r--r--target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch
index 3dd4cea31a..44ec33a273 100644
--- a/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch
+++ b/target/linux/generic/patches-3.13/102-ehci_hcd_ignore_oc.patch
@@ -61,10 +61,10 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
retval = pdata->pre_setup(hcd);
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
-@@ -225,6 +225,7 @@ struct ehci_hcd { /* one per controlle
- unsigned has_synopsys_hc_bug:1; /* Synopsys HC */
+@@ -226,6 +226,7 @@ struct ehci_hcd { /* one per controlle
unsigned frame_index_bug:1; /* MosChip (AKA NetMos) */
unsigned need_oc_pp_cycle:1; /* MPC834X port power */
+ unsigned imx28_write_fix:1; /* For Freescale i.MX28 */
+ unsigned ignore_oc:1;
/* required for usb32 quirk */