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 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 branch and change some code and comments
> > > for using udc-core's reset notifier.
> > > 
> > > This series is based on yours next tree, and pass the compile test
> > > and checkpatch.pl.
> > > 
> > > Alan Stern (3):
> > >   usb: gadget: dummy-hcd: use udc-core's reset notifier
> > >   usb: gadget: net2280: use udc-core's reset notifier
> > >   usb: gadget: net2272: use udc-core's reset notifier
> > > 
> > > Felipe Balbi (2):
> > >   usb: dwc3: gadget: use udc-core's reset notifier
> > >   usb: musb: gadget: use udc-core's reset notifier
> > > 
> > > Peter Chen (12):
> > >   usb: chipidea: gadget: use udc-core's reset notifier
> > >   usb: gadget: pxa25x_udc: use udc-core's reset notifier
> > >   usb: gadget: m66592-udc: use udc-core's reset notifier
> > >   usb: gadget: fsl_udc_core: use udc-core's reset notifier
> > >   usb: gadget: at91_udc: use udc-core's reset notifier
> > >   usb: gadget: mv_udc_core: use udc-core's reset notifier
> > >   usb: gadget: fsl_qe_udc: use udc-core's reset notifier
> > >   usb: gadget: pch_udc: use udc-core's reset notifier
> > >   usb: gadget: amd5536udc: use udc-core's reset notifier
> > >   usb: gadget: r8a66597-udc: use udc-core's reset notifier
> > >   usb: gadget: bcm63xx_udc: use udc-core's reset notifier
> > >   usb: gadget: atmel_usba_udc: use udc-core's reset notifier
> > 
> > thanks, but I'll have to defer this one for v3.19. I already closed my
> > tree. I'll ask you to resend these once v3.18-rc1 is tagged, until them
> > I'm dropping them from my queue otherwise I'll go a little nuts. In any
> > case, this gives people some time to review and ack your patches.
> > 
> 
> Felipe, is it ok I recend them now?

Sorry, I missed this email. Please resend. It should be fine now :-)

Thanks for your patience.

-- 
balbi


signature.asc
Description: Digital signature


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
> > 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 branch and change some code and comments
> > for using udc-core's reset notifier.
> > 
> > This series is based on yours next tree, and pass the compile test
> > and checkpatch.pl.
> > 
> > Alan Stern (3):
> >   usb: gadget: dummy-hcd: use udc-core's reset notifier
> >   usb: gadget: net2280: use udc-core's reset notifier
> >   usb: gadget: net2272: use udc-core's reset notifier
> > 
> > Felipe Balbi (2):
> >   usb: dwc3: gadget: use udc-core's reset notifier
> >   usb: musb: gadget: use udc-core's reset notifier
> > 
> > Peter Chen (12):
> >   usb: chipidea: gadget: use udc-core's reset notifier
> >   usb: gadget: pxa25x_udc: use udc-core's reset notifier
> >   usb: gadget: m66592-udc: use udc-core's reset notifier
> >   usb: gadget: fsl_udc_core: use udc-core's reset notifier
> >   usb: gadget: at91_udc: use udc-core's reset notifier
> >   usb: gadget: mv_udc_core: use udc-core's reset notifier
> >   usb: gadget: fsl_qe_udc: use udc-core's reset notifier
> >   usb: gadget: pch_udc: use udc-core's reset notifier
> >   usb: gadget: amd5536udc: use udc-core's reset notifier
> >   usb: gadget: r8a66597-udc: use udc-core's reset notifier
> >   usb: gadget: bcm63xx_udc: use udc-core's reset notifier
> >   usb: gadget: atmel_usba_udc: use udc-core's reset notifier
> 
> thanks, but I'll have to defer this one for v3.19. I already closed my
> tree. I'll ask you to resend these once v3.18-rc1 is tagged, until them
> I'm dropping them from my queue otherwise I'll go a little nuts. In any
> case, this gives people some time to review and ack your patches.
> 

Felipe, is it ok I recend them now?

-- 
Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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, I cherry-pick them from your
> gadget-add-reset-method branch and change some code and comments
> for using udc-core's reset notifier.
> 
> This series is based on yours next tree, and pass the compile test
> and checkpatch.pl.
> 
> Alan Stern (3):
>   usb: gadget: dummy-hcd: use udc-core's reset notifier
>   usb: gadget: net2280: use udc-core's reset notifier
>   usb: gadget: net2272: use udc-core's reset notifier

These three patches are fine.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 you and Alan's patches, I cherry-pick them from your
> gadget-add-reset-method branch and change some code and comments
> for using udc-core's reset notifier.
> 
> This series is based on yours next tree, and pass the compile test
> and checkpatch.pl.
> 
> Alan Stern (3):
>   usb: gadget: dummy-hcd: use udc-core's reset notifier
>   usb: gadget: net2280: use udc-core's reset notifier
>   usb: gadget: net2272: use udc-core's reset notifier
> 
> Felipe Balbi (2):
>   usb: dwc3: gadget: use udc-core's reset notifier
>   usb: musb: gadget: use udc-core's reset notifier
> 
> Peter Chen (12):
>   usb: chipidea: gadget: use udc-core's reset notifier
>   usb: gadget: pxa25x_udc: use udc-core's reset notifier
>   usb: gadget: m66592-udc: use udc-core's reset notifier
>   usb: gadget: fsl_udc_core: use udc-core's reset notifier
>   usb: gadget: at91_udc: use udc-core's reset notifier
>   usb: gadget: mv_udc_core: use udc-core's reset notifier
>   usb: gadget: fsl_qe_udc: use udc-core's reset notifier
>   usb: gadget: pch_udc: use udc-core's reset notifier
>   usb: gadget: amd5536udc: use udc-core's reset notifier
>   usb: gadget: r8a66597-udc: use udc-core's reset notifier
>   usb: gadget: bcm63xx_udc: use udc-core's reset notifier
>   usb: gadget: atmel_usba_udc: use udc-core's reset notifier

thanks, but I'll have to defer this one for v3.19. I already closed my
tree. I'll ask you to resend these once v3.18-rc1 is tagged, until them
I'm dropping them from my queue otherwise I'll go a little nuts. In any
case, this gives people some time to review and ack your patches.

cheers

-- 
balbi


signature.asc
Description: Digital signature


[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 branch and change some code and comments
for using udc-core's reset notifier.

This series is based on yours next tree, and pass the compile test
and checkpatch.pl.

Alan Stern (3):
  usb: gadget: dummy-hcd: use udc-core's reset notifier
  usb: gadget: net2280: use udc-core's reset notifier
  usb: gadget: net2272: use udc-core's reset notifier

Felipe Balbi (2):
  usb: dwc3: gadget: use udc-core's reset notifier
  usb: musb: gadget: use udc-core's reset notifier

Peter Chen (12):
  usb: chipidea: gadget: use udc-core's reset notifier
  usb: gadget: pxa25x_udc: use udc-core's reset notifier
  usb: gadget: m66592-udc: use udc-core's reset notifier
  usb: gadget: fsl_udc_core: use udc-core's reset notifier
  usb: gadget: at91_udc: use udc-core's reset notifier
  usb: gadget: mv_udc_core: use udc-core's reset notifier
  usb: gadget: fsl_qe_udc: use udc-core's reset notifier
  usb: gadget: pch_udc: use udc-core's reset notifier
  usb: gadget: amd5536udc: use udc-core's reset notifier
  usb: gadget: r8a66597-udc: use udc-core's reset notifier
  usb: gadget: bcm63xx_udc: use udc-core's reset notifier
  usb: gadget: atmel_usba_udc: use udc-core's reset notifier

 drivers/usb/chipidea/udc.c  |8 ++
 drivers/usb/dwc3/gadget.c   |   17 
 drivers/usb/gadget/udc/amd5536udc.c |2 +-
 drivers/usb/gadget/udc/at91_udc.c   |   27 ++-
 drivers/usb/gadget/udc/atmel_usba_udc.c |5 ++--
 drivers/usb/gadget/udc/bcm63xx_udc.c|6 +++--
 drivers/usb/gadget/udc/dummy_hcd.c  |   21 ---
 drivers/usb/gadget/udc/fsl_qe_udc.c |2 +-
 drivers/usb/gadget/udc/fsl_udc_core.c   |   11 +---
 drivers/usb/gadget/udc/m66592-udc.c |2 +-
 drivers/usb/gadget/udc/mv_udc_core.c|   19 -
 drivers/usb/gadget/udc/net2272.c|   45 ---
 drivers/usb/gadget/udc/net2280.c|   45 ---
 drivers/usb/gadget/udc/pch_udc.c|4 +--
 drivers/usb/gadget/udc/pxa25x_udc.c |   29 +++-
 drivers/usb/gadget/udc/r8a66597-udc.c   |2 +-
 drivers/usb/musb/musb_gadget.c  |9 ---
 17 files changed, 193 insertions(+), 61 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html