Re: [PATCHv3 06/11] usb: dwc3: soft reset to it's own function

2015-04-29 Thread Heikki Krogerus
> > + * dwc3_soft_reset - Issue soft reset > > + * @dwc: Pointer to our controller context structure > > + */ > > +static int dwc3_soft_reset(struct dwc3 *dwc) > > I don't see this being called anywhere else in your series and I would > really like to know when we would need to reset the core agai

Re: [PATCHv3 06/11] usb: dwc3: soft reset to it's own function

2015-04-28 Thread Felipe Balbi
On Tue, Apr 28, 2015 at 04:24:41PM +0300, Heikki Krogerus wrote: > So it can be called from other places later. > > Signed-off-by: Heikki Krogerus > Acked-by: David Cohen > --- > drivers/usb/dwc3/core.c | 46 ++ > 1 file changed, 30 insertions(+), 16

[PATCHv3 06/11] usb: dwc3: soft reset to it's own function

2015-04-28 Thread Heikki Krogerus
So it can be called from other places later. Signed-off-by: Heikki Krogerus Acked-by: David Cohen --- drivers/usb/dwc3/core.c | 46 ++ 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c in