[PATCH 00/17] usb: gadget: convert udc driver to use udc-core's reset notifier

2014-09-16 Thread Peter Chen
Hi Felipe, In this series, I convert udc driver to use udc-core's reset notifier which has added recently, I only change the drivers which has bus reset handler and call usb_gadget_driver's ->disconnect in it. For five you and Alan's patches, I cherry-pick them from your gadget-add-reset-method b

Re: [PATCH 00/17] usb: gadget: convert udc driver to use udc-core's reset notifier

2014-10-26 Thread Peter Chen
On Tue, Sep 16, 2014 at 09:26:35PM -0500, Felipe Balbi wrote: > Hi, > > On Wed, Sep 17, 2014 at 09:13:53AM +0800, Peter Chen wrote: > > Hi Felipe, > > > > In this series, I convert udc driver to use udc-core's reset notifier > > which has added recently, I only change the drivers which has > > bu

Re: [PATCH 00/17] usb: gadget: convert udc driver to use udc-core's reset notifier

2014-11-05 Thread Felipe Balbi
On Mon, Oct 27, 2014 at 08:13:54AM +0800, Peter Chen wrote: > On Tue, Sep 16, 2014 at 09:26:35PM -0500, Felipe Balbi wrote: > > Hi, > > > > On Wed, Sep 17, 2014 at 09:13:53AM +0800, Peter Chen wrote: > > > Hi Felipe, > > > > > > In this series, I convert udc driver to use udc-core's reset notifie

Re: [PATCH 00/17] usb: gadget: convert udc driver to use udc-core's reset notifier

2014-09-16 Thread Felipe Balbi
Hi, On Wed, Sep 17, 2014 at 09:13:53AM +0800, Peter Chen wrote: > Hi Felipe, > > In this series, I convert udc driver to use udc-core's reset notifier > which has added recently, I only change the drivers which has > bus reset handler and call usb_gadget_driver's ->disconnect in it. > > For five

Re: [PATCH 00/17] usb: gadget: convert udc driver to use udc-core's reset notifier

2014-09-17 Thread Alan Stern
On Wed, 17 Sep 2014, Peter Chen wrote: > Hi Felipe, > > In this series, I convert udc driver to use udc-core's reset notifier > which has added recently, I only change the drivers which has > bus reset handler and call usb_gadget_driver's ->disconnect in it. > > For five you and Alan's patches,