OSDN Git Service

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)
commitf122d33e4b0045a42238b9a4c3943adf7e8313c1
treef83289a2ac482539488c72a14af10d86680dcf81
parent4c0c6d0085337549e1b4fc97d9616eae732049d6
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