Re: [PATCH 0/7] Chipidea Fix for 3.13-rc2

2014-01-03 Thread Greg KH
On Fri, Dec 27, 2013 at 01:37:48PM +0800, Peter Chen wrote:
> On Thu, Dec 05, 2013 at 03:20:48PM +0800, Peter Chen wrote:
> > Hi Greg,
> > 
> > This patchset includes chipidea fixes for 3.13-rc2, the mainly
> > fixes include add correct imx28 write register method, fixing
> > un-initialized variable, etc.
> > 
> > Chris Ruehl (2):
> >   usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag
> >   usb: chipidea: put hw_phymode_configure before ci_usb_phy_init
> > 
> > Fabio Estevam (1):
> >   usb: chipidea: host: Only disable the vbus regulator if it is not
> > NULL
> > 
> > Peter Chen (4):
> >   usb: chipidea: fix nobody cared IRQ when booting with host role
> >   usb: ehci: add freescale imx28 special write register method
> >   usb: chipidea: add freescale imx28 special write register method
> >   usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28
> > 
> 
> Hi Greg,
> 
> >   usb: chipidea: host: Only disable the vbus regulator if it is not
> > NULL
> >   usb: chipidea: fix nobody cared IRQ when booting with host role
> 
> The above 2 patches are already at your usb-linus three.
> 
> I will take 2 Chris's patches to 3.14, the below three imx28 special write
> patches are needed for 3.13 if the time is admitted. Thanks.

It's too late for 3.13, sorry, please resend them for 3.14.

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: [PATCH 0/7] Chipidea Fix for 3.13-rc2

2013-12-26 Thread Peter Chen
On Thu, Dec 05, 2013 at 03:20:48PM +0800, Peter Chen wrote:
> Hi Greg,
> 
> This patchset includes chipidea fixes for 3.13-rc2, the mainly
> fixes include add correct imx28 write register method, fixing
> un-initialized variable, etc.
> 
> Chris Ruehl (2):
>   usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag
>   usb: chipidea: put hw_phymode_configure before ci_usb_phy_init
> 
> Fabio Estevam (1):
>   usb: chipidea: host: Only disable the vbus regulator if it is not
> NULL
> 
> Peter Chen (4):
>   usb: chipidea: fix nobody cared IRQ when booting with host role
>   usb: ehci: add freescale imx28 special write register method
>   usb: chipidea: add freescale imx28 special write register method
>   usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28
> 

Hi Greg,

>   usb: chipidea: host: Only disable the vbus regulator if it is not
> NULL
>   usb: chipidea: fix nobody cared IRQ when booting with host role

The above 2 patches are already at your usb-linus three.

I will take 2 Chris's patches to 3.14, the below three imx28 special write
patches are needed for 3.13 if the time is admitted. Thanks.

>   usb: ehci: add freescale imx28 special write register method
>   usb: chipidea: add freescale imx28 special write register method
>   usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28

-- 

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


[PATCH 0/7] Chipidea Fix for 3.13-rc2

2013-12-04 Thread Peter Chen
Hi Greg,

This patchset includes chipidea fixes for 3.13-rc2, the mainly
fixes include add correct imx28 write register method, fixing
un-initialized variable, etc.

Chris Ruehl (2):
  usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag
  usb: chipidea: put hw_phymode_configure before ci_usb_phy_init

Fabio Estevam (1):
  usb: chipidea: host: Only disable the vbus regulator if it is not
NULL

Peter Chen (4):
  usb: chipidea: fix nobody cared IRQ when booting with host role
  usb: ehci: add freescale imx28 special write register method
  usb: chipidea: add freescale imx28 special write register method
  usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28

 drivers/usb/chipidea/ci.h  |   26 --
 drivers/usb/chipidea/ci_hdrc_imx.c |   32 ++--
 drivers/usb/chipidea/core.c|   18 +-
 drivers/usb/chipidea/host.c|4 +++-
 drivers/usb/chipidea/udc.c |3 ---
 drivers/usb/host/ehci.h|   18 +-
 include/linux/usb/chipidea.h   |1 +
 7 files changed, 84 insertions(+), 18 deletions(-)

-- 
1.7.8


--
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