summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.14
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-08 17:32:52 +0000
committerJohn Crispin <john@openwrt.org>2014-09-08 17:32:52 +0000
commitbdba024c7bf9e097feda459fff8f080880cacdbd (patch)
tree267ad183fe92902573587fe66a64943ac749bdd5 /target/linux/ramips/patches-3.14
parent3c5412e6c32f39a5e87974375f7c9d3e1e0e77f5 (diff)
downloadmaster-31e0f0ae-bdba024c7bf9e097feda459fff8f080880cacdbd.tar.gz
master-31e0f0ae-bdba024c7bf9e097feda459fff8f080880cacdbd.tar.bz2
master-31e0f0ae-bdba024c7bf9e097feda459fff8f080880cacdbd.zip
ralink: add dwc2 device_reset() call
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42445
Diffstat (limited to 'target/linux/ramips/patches-3.14')
-rw-r--r--target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch b/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch
new file mode 100644
index 0000000000..745ed7690d
--- /dev/null
+++ b/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch
@@ -0,0 +1,21 @@
+Index: linux-3.14.16/drivers/usb/dwc2/hcd.c
+===================================================================
+--- linux-3.14.16.orig/drivers/usb/dwc2/hcd.c 2014-08-08 01:50:59.000000000 +0200
++++ linux-3.14.16/drivers/usb/dwc2/hcd.c 2014-09-07 21:01:06.524023779 +0200
+@@ -47,6 +47,7 @@
+ #include <linux/io.h>
+ #include <linux/slab.h>
+ #include <linux/usb.h>
++#include <linux/reset.h>
+
+ #include <linux/usb/hcd.h>
+ #include <linux/usb/ch11.h>
+@@ -2764,6 +2765,8 @@
+
+ dev_dbg(hsotg->dev, "DWC OTG HCD INIT\n");
+
++ device_reset(hsotg->dev);
++
+ /* Detect config values from hardware */
+ retval = dwc2_get_hwparams(hsotg);
+