Re: [PATCH v9 13/14] usb: gadget: udc: adapt to OTG core

2016-06-10 Thread Roger Quadros
Hi Yoshihiro, On 09/06/16 13:49, Yoshihiro Shimoda wrote: > Hi Roger, > >> From: Roger Quadros >> Sent: Wednesday, June 08, 2016 6:04 PM >> >> The OTG state machine needs a mechanism to start and >> stop the gadget controller as well as connect/disconnect >> from the bus. Add usb_gadget_start(),

RE: [PATCH v9 13/14] usb: gadget: udc: adapt to OTG core

2016-06-09 Thread Yoshihiro Shimoda
Hi Roger, > From: Roger Quadros > Sent: Wednesday, June 08, 2016 6:04 PM > > The OTG state machine needs a mechanism to start and > stop the gadget controller as well as connect/disconnect > from the bus. Add usb_gadget_start(), usb_gadget_stop() > and usb_gadget_connect_control(). > > Introduce