usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 4 Apr 2016 08:24:04 +0000 (11:24 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 12:23:41 +0000 (15:23 +0300)
commit218ef7b647e3367c9f81e18f63fbb0066f10b9a5
treec8b30bf061b7780a66be51c6c8b0d6741dff1c8d
parent2b0f11df84bb66c9ac71395382c018f33c3ff9a4
usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()

we will need this from StartTransfer to make sure
link is in U0 before starting a transfer.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c