]> Pileus Git - ~andy/linux/commit
usb: gadget: mv_udc: use udc_start and udc_stop functions
authorChao Xie <chao.xie@marvell.com>
Thu, 24 Jan 2013 06:38:25 +0000 (01:38 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 08:19:11 +0000 (10:19 +0200)
commitaac16b6341f0022213fe828c50b7064744df86e0
tree59f3d71442d61264b2dc16b5385f0c9da39f73c5
parent38b3ad5655e7b2ccb68e6510a84f839d0376fe05
usb: gadget: mv_udc: use udc_start and udc_stop functions

This patches converts the driver into the new style start/stop
interface. As a result the driver no longer uses the static
global the_conroller variable.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_udc_core.c