Re: [V9 PATCH 00/12] mv-usb phy driver

2013-05-15 Thread Felipe Balbi
Hi, On Wed, Apr 17, 2013 at 09:22:36AM +0800, Chao Xie wrote: > On Wed, Apr 17, 2013 at 9:17 AM, Chao Xie wrote: > > > > On Sun, Apr 7, 2013 at 6:29 PM, Chao Xie wrote: > >> > >> The patches create the mv-usb phy driver > >> > >> > >> directly use devm_usb_get_phy_dev return value for error re

[V9 PATCH 00/12] mv-usb phy driver

2013-05-12 Thread Chao Xie
The patches create the mv-usb phy driver The patches remove the callbacks in the platform data for phy initialization and shutdown, and directly write a phy driver and make udc/ehci/otg to call it. usb: phy: protect phy init and shutdown for mutiple deivces usb: phy: mv_usb2: add PHY driver f

[V9 PATCH 00/12] mv-usb phy driver

2013-05-12 Thread Chao Xie
The patches create the mv-usb phy driver The patches remove the callbacks in the platform data for phy initialization and shutdown, and directly write a phy driver and make udc/ehci/otg to call it. usb: phy: protect phy init and shutdown for mutiple deivces usb: phy: mv_usb2: add PHY driver f

[V9 PATCH 00/12] mv-usb phy driver

2013-04-23 Thread Chao Xie
The patches create the mv-usb phy driver The patches remove the callbacks in the platform data for phy initialization and shutdown, and directly write a phy driver and make udc/ehci/otg to call it. usb: phy: protect phy init and shutdown for mutiple deivces usb: phy: mv_usb2: add PHY driver f

Re: [V9 PATCH 00/12] mv-usb phy driver

2013-04-16 Thread Chao Xie
On Wed, Apr 17, 2013 at 9:17 AM, Chao Xie wrote: > > On Sun, Apr 7, 2013 at 6:29 PM, Chao Xie wrote: >> >> The patches create the mv-usb phy driver >> >> >> directly use devm_usb_get_phy_dev return value for error return. >> >> v9->v8 >> Remove u2o_xxx. >> Add prefix for register definition

[V9 PATCH 00/12] mv-usb phy driver

2013-04-07 Thread Chao Xie
The patches create the mv-usb phy driver The patches remove the callbacks in the platform data for phy initialization and shutdown, and directly write a phy driver and make udc/ehci/otg to call it. usb: phy: protect phy init and shutdown for mutiple deivces usb: phy: mv_usb2: add PHY driver f