aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-07 17:56:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-03-07 17:56:53 +0000
commit3abf5ce6564e24a388b86caf1a00f91f4262b312 (patch)
tree77c12b89874795e1d0627b9106d526a6660e4cc1 /target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
parentf73d8fb81bd847c61cd3fba2a8b1240619009aff (diff)
downloadupstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.gz
upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.tar.bz2
upstream-3abf5ce6564e24a388b86caf1a00f91f4262b312.zip
ramips: convert the remaining subtargets to 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48954
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.patch29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index 2927895498..0000000000
--- a/target/linux/ramips/patches-4.3/0032-USB-dwc2-add-device_reset.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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(+)
-
---- 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 *hso
-
- retval = -ENOMEM;
-
-+ device_reset(hsotg->dev);
-+
- hcfg = readl(hsotg->regs + HCFG);
- dev_dbg(hsotg->dev, "hcfg=%08x\n", hcfg);
-