Re: [GIT PULL] USB chipidea driver fixes for 4.3-rc6

2015-10-22 Thread Greg KH
On Wed, Oct 21, 2015 at 04:25:58PM +0800, Peter Chen wrote:
> The following changes since commit fd7cd061adcf5f7503515ba52b6a724642a839c8:
> 
>   xhci: Add spurious wakeup quirk for LynxPoint-LP controllers (2015-10-17 
> 00:04:18 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ 
> tags/usb-ci-v4.3-rc6
> 
> for you to fetch changes up to 89286bb4f3f92311f4945197157a0d259f9b06fc:
> 
>   usb: chipidea: otg: gadget module load and unload support (2015-10-21 
> 15:36:02 +0800)
> 
> 
> There are below fixes for this set:
> - imx27 usb crash issue
> - Load and unload gadget module can't be supported at
>   OTG FSM mode issue
> - Other small issues
> 
> 
> Felipe F. Tonello (1):
>   usb: chipidea: udc: _ep_queue and _hw_queue cleanup
> 
> Li Jun (2):
>   usb: chipidea: debug: disable usb irq while role switch
>   usb: chipidea: otg: gadget module load and unload support
> 
> Peter Chen (2):
>   usb: chipidea: imx: refine clock operations to adapt for all platforms
>   ARM: dts: imx27.dtsi: change the clock information for usb
> 
>  arch/arm/boot/dts/imx27.dtsi   |  16 +++--
>  drivers/usb/chipidea/ci_hdrc_imx.c | 131 
> -
>  drivers/usb/chipidea/debug.c   |   2 +
>  drivers/usb/chipidea/udc.c |  25 ++-
>  4 files changed, 150 insertions(+), 24 deletions(-)

It's really late in the -rc cycle, can you send all of these as
individual patches so I can review them first?

thanks,

greg k-h
--
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: [GIT PULL] USB chipidea driver fixes for 4.3-rc6

2015-10-22 Thread Peter Chen
On Thu, Oct 22, 2015 at 06:24:13PM -0700, Greg KH wrote:
> On Wed, Oct 21, 2015 at 04:25:58PM +0800, Peter Chen wrote:
> > The following changes since commit fd7cd061adcf5f7503515ba52b6a724642a839c8:
> > 
> >   xhci: Add spurious wakeup quirk for LynxPoint-LP controllers (2015-10-17 
> > 00:04:18 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ 
> > tags/usb-ci-v4.3-rc6
> > 
> > for you to fetch changes up to 89286bb4f3f92311f4945197157a0d259f9b06fc:
> > 
> >   usb: chipidea: otg: gadget module load and unload support (2015-10-21 
> > 15:36:02 +0800)
> > 
> > 
> > There are below fixes for this set:
> > - imx27 usb crash issue
> > - Load and unload gadget module can't be supported at
> >   OTG FSM mode issue
> > - Other small issues
> > 
> > 
> > Felipe F. Tonello (1):
> >   usb: chipidea: udc: _ep_queue and _hw_queue cleanup
> > 
> > Li Jun (2):
> >   usb: chipidea: debug: disable usb irq while role switch
> >   usb: chipidea: otg: gadget module load and unload support
> > 
> > Peter Chen (2):
> >   usb: chipidea: imx: refine clock operations to adapt for all platforms
> >   ARM: dts: imx27.dtsi: change the clock information for usb
> > 
> >  arch/arm/boot/dts/imx27.dtsi   |  16 +++--
> >  drivers/usb/chipidea/ci_hdrc_imx.c | 131 
> > -
> >  drivers/usb/chipidea/debug.c   |   2 +
> >  drivers/usb/chipidea/udc.c |  25 ++-
> >  4 files changed, 150 insertions(+), 24 deletions(-)
> 
> It's really late in the -rc cycle, can you send all of these as
> individual patches so I can review them first?
> 

Thanks, will send soon.

-- 

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


[GIT PULL] USB chipidea driver fixes for 4.3-rc6

2015-10-21 Thread Peter Chen
The following changes since commit fd7cd061adcf5f7503515ba52b6a724642a839c8:

  xhci: Add spurious wakeup quirk for LynxPoint-LP controllers (2015-10-17 
00:04:18 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ 
tags/usb-ci-v4.3-rc6

for you to fetch changes up to 89286bb4f3f92311f4945197157a0d259f9b06fc:

  usb: chipidea: otg: gadget module load and unload support (2015-10-21 
15:36:02 +0800)


There are below fixes for this set:
- imx27 usb crash issue
- Load and unload gadget module can't be supported at
  OTG FSM mode issue
- Other small issues


Felipe F. Tonello (1):
  usb: chipidea: udc: _ep_queue and _hw_queue cleanup

Li Jun (2):
  usb: chipidea: debug: disable usb irq while role switch
  usb: chipidea: otg: gadget module load and unload support

Peter Chen (2):
  usb: chipidea: imx: refine clock operations to adapt for all platforms
  ARM: dts: imx27.dtsi: change the clock information for usb

 arch/arm/boot/dts/imx27.dtsi   |  16 +++--
 drivers/usb/chipidea/ci_hdrc_imx.c | 131 -
 drivers/usb/chipidea/debug.c   |   2 +
 drivers/usb/chipidea/udc.c |  25 ++-
 4 files changed, 150 insertions(+), 24 deletions(-)
-- 

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