summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-10 19:06:32 +0000
committerJohn Crispin <john@openwrt.org>2015-12-10 19:06:32 +0000
commit6df4426245be87148d6aa75859951cb6351eb24c (patch)
tree57a361566f8a505f89b685125d9ab36bba289e19 /target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
parentf2b0ae86983705c98a50ae845403e67c9c412f4d (diff)
downloadmaster-31e0f0ae-6df4426245be87148d6aa75859951cb6351eb24c.tar.gz
master-31e0f0ae-6df4426245be87148d6aa75859951cb6351eb24c.tar.bz2
master-31e0f0ae-6df4426245be87148d6aa75859951cb6351eb24c.zip
ralink: bump to the target to v4.3
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 47831
Diffstat (limited to 'target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch')
-rw-r--r--target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch b/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
new file mode 100644
index 0000000000..ca6821e738
--- /dev/null
+++ b/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
@@ -0,0 +1,34 @@
+From a758e0870c6d1e4b0272f6e7f9efa9face5534bb Mon Sep 17 00:00:00 2001
+From: John Crispin <blogic@openwrt.org>
+Date: Sun, 27 Jul 2014 09:49:07 +0100
+Subject: [PATCH 32/53] USB: dwc2: add device_reset()
+
+Signed-off-by: John Crispin <blogic@openwrt.org>
+---
+ drivers/usb/dwc2/hcd.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/drivers/usb/dwc2/hcd.c b/drivers/usb/dwc2/hcd.c
+index f845c41..767c93a 100644
+--- a/drivers/usb/dwc2/hcd.c
++++ b/drivers/usb/dwc2/hcd.c
+@@ -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>
+@@ -2841,6 +2842,8 @@ int dwc2_hcd_init(struct dwc2_hsotg *hsotg, int irq)
+
+ retval = -ENOMEM;
+
++ device_reset(hsotg->dev);
++
+ hcfg = readl(hsotg->regs + HCFG);
+ dev_dbg(hsotg->dev, "hcfg=%08x\n", hcfg);
+
+--
+1.7.10.4
+