]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete
authorGeorge Cherian <george.cherian@ti.com>
Thu, 22 May 2014 04:01:38 +0000 (09:31 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 19 Jun 2014 15:06:45 +0000 (10:06 -0500)
commit66a38a4f0ff4825bb6189a9c3cfbe786cad78d9f
treef408a5c3ddc8a498974ad447bd3b08089181e733
parent323529c7ec6f5439a1e55aa4319245ac73cebabb
usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete

The dwc3 wrapper driver should not be fiddling with the core interrupts.
Disabling the core interrupts in prepare stops xhci from proper operation.
So remove disable/enable of core interrupts from prepare/complete.

Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c