linux/drivers/usb/dwc3
Manu Gautam 689bf72c6e usb: dwc3: Don't reinitialize core during host bus-suspend/resume
Driver powers-off PHYs and reinitializes DWC3 core and gadget on
resume. While this works fine for gadget mode but in host
mode there is not re-initialization of host stack. Also, resetting
bus as part of bus_suspend/resume is not correct which could affect
(or disconnect) connected devices.
Fix this by not reinitializing core on suspend/resume in host mode
for HOST only and OTG/drd configurations.

Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2017-10-24 12:51:19 +03:00
..
core.c usb: dwc3: Don't reinitialize core during host bus-suspend/resume 2017-10-24 12:51:19 +03:00
core.h usb: dwc3: gadget: cache frame number in struct dwc3_ep 2017-10-19 10:38:05 +03:00
debug.h usb: dwc3: trace: decode ctrl request 2017-06-02 11:22:29 +03:00
debugfs.c usb: dwc3: debugfs: slightly improve output of trb_ring 2017-06-02 11:22:28 +03:00
drd.c usb: dwc3: Add dual-role support 2017-04-11 10:58:31 +03:00
dwc3-exynos.c usb: dwc3: exynos: Handle return value of clk_prepare_enable 2017-06-15 11:10:27 +03:00
dwc3-keystone.c usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driver 2017-08-09 13:10:16 +03:00
dwc3-of-simple.c usb: dwc3: of-simple: Add support to get resets for the device 2017-10-19 15:23:14 +03:00
dwc3-omap.c usb: dwc3: omap: fix error return code in dwc3_omap_probe() 2017-08-09 13:10:09 +03:00
dwc3-pci.c usb/dwc3:constify dev_pm_ops 2017-08-10 11:31:26 -07:00
dwc3-st.c usb: dwc3: replace %p with %pK 2017-06-02 11:22:10 +03:00
ep0.c usb: dwc3: ep0: Clean up unused variables 2017-10-19 10:38:10 +03:00
gadget.c usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototype 2017-10-19 10:38:06 +03:00
gadget.h usb: dwc3: update documentation 2017-06-02 11:22:27 +03:00
host.c usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions 2017-01-26 11:17:37 +02:00
io.h usb: dwc3: trace: add a proper tracepoint for reg accessors 2016-11-03 10:38:30 +02:00
Kconfig usb: changes for v4.12 2017-04-11 16:47:26 +02:00
Makefile usb: dwc3: Add dual-role support 2017-04-11 10:58:31 +03:00
trace.c usb: dwc3: add tracepoints to aid debugging 2014-09-05 09:55:51 -05:00
trace.h usb: dwc3: trace: decode ctrl request 2017-06-02 11:22:29 +03:00
ulpi.c usb: dwc3: ulpi: conditionally resume ULPI PHY 2017-06-13 13:21:05 +03:00