Re: [V2 PATCH 01/27] usb: gadget: mv_udc: use udc_start and udc_stop functions

2013-01-10 Thread Felipe Balbi
On Tue, Nov 27, 2012 at 10:06:00PM -0500, Chao Xie wrote: > 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 Care to refresh ? patching file drivers/usb/gadge

[V2 PATCH 01/27] usb: gadget: mv_udc: use udc_start and udc_stop functions

2012-11-27 Thread Chao Xie
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 --- drivers/usb/gadget/mv_udc_core.c | 81 +- 1 files changed, 36 insertions(+),