]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: core: explicitly setup and cleanup event buffers
authorFelipe Balbi <balbi@ti.com>
Fri, 8 Feb 2013 13:15:11 +0000 (15:15 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:16:59 +0000 (11:16 +0200)
commit982509a46473bfb12791536edf6ae74df7503094
treef83289a2ac482539488c72a14af10d86680dcf81
parentdd7a12d19cfc09de4171d57085cf6ef20b0eff9d
usb: dwc3: core: explicitly setup and cleanup event buffers

Make the call to dwc3_event_buffers_setup()
and dwc3_event_buffers_cleanup() explicit,
so it's easier to implement PM.

Tested-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c