Skip to content
Commit c499ff71 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: core: re-factor init and exit paths



The idea of this patch is for dwc3_core_init() to
abstract all the details about how to initialize
dwc3 and dwc3_core_exit() to do the same for
teardown.

With this, we can simplify suspend/resume operations
by a large margin and always know that we're going
to start dwc3 from a known starting point.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent bcdb3272
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment