commit | 6d258a4c42089229b855fd706622029decf316d6 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Mar 15 16:37:18 2012 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue Apr 10 12:21:32 2012 +0300 |
tree | b29c8fd7c2aa60afa419161e433140cde4a389bb | |
parent | 0034102808e0dbbf3a2394b82b1bb40b5778de9e [diff] |
usb: gadget: udc-core: stop UDC on device-initiated disconnect When we want to do device-initiated disconnect, let's make sure we stop the UDC in order to e.g. allow lower power states to be achieved by turning off unnecessary clocks and/or stoping PHYs. When reconnecting, call ->udc_start() again to make sure UDC is reinitialized. Cc: stable@vger.kernel.org Signed-off-by: Felipe Balbi <balbi@ti.com>