usb: dwc3: implement runtime PM
this patch implements the most basic pm_runtime support for dwc3. Whenever USB cable is dettached, then we will allow core to runtime_suspend. Runtime suspending will involve completely tearing down event buffers and require a full soft-reset of the IP. Note that a further optimization could be implemented once we decide to support hibernation, which is to allow runtime_suspend with cable connected when bus is in U3. That's subject to a separate patch, however. Tested-by:Baolin Wang <baolin.wang@linaro.org> Signed-off-by:
Felipe Balbi <felipe.balbi@linux.intel.com>
Loading
-
mentioned in commit 3ddaa6a2
-
mentioned in commit a217bcfd
-
mentioned in commit 79f9037e
-
mentioned in commit 598ccdb9
-
mentioned in commit 00cc14b5
-
mentioned in commit 25038d3f
-
mentioned in commit d2a4ded0
-
mentioned in commit aded03ed
-
mentioned in commit 0d410e89
-
mentioned in commit f8dea2fe
-
mentioned in commit 254ef45a
-
mentioned in commit 759e9e87
-
mentioned in commit 38aef06e
Please register or sign in to comment