Re: [PATCH v7 20/20] usb: phy: msm: Use usb_add_phy_dev() to register device

2014-04-28 Thread Ivan T. Ivanov
On Fri, 2014-04-25 at 15:53 -0500, Felipe Balbi wrote: > On Thu, Apr 24, 2014 at 09:06:24PM +0400, Sergei Shtylyov wrote: > > Hello. > > > > On 04/24/2014 07:48 PM, Ivan T. Ivanov wrote: > > > > >From: "Ivan T. Ivanov" > > > > >They could be more than one USB2.0 PHY's on the platform. > > > >

Re: [PATCH v7 20/20] usb: phy: msm: Use usb_add_phy_dev() to register device

2014-04-25 Thread Felipe Balbi
On Thu, Apr 24, 2014 at 09:06:24PM +0400, Sergei Shtylyov wrote: > Hello. > > On 04/24/2014 07:48 PM, Ivan T. Ivanov wrote: > > >From: "Ivan T. Ivanov" > > >They could be more than one USB2.0 PHY's on the platform. > >s/They/There/ > > >This will allow all of them to be registred successf

Re: [PATCH v7 20/20] usb: phy: msm: Use usb_add_phy_dev() to register device

2014-04-24 Thread Sergei Shtylyov
Hello. On 04/24/2014 07:48 PM, Ivan T. Ivanov wrote: From: "Ivan T. Ivanov" They could be more than one USB2.0 PHY's on the platform. s/They/There/ This will allow all of them to be registred successfuly. s/registred successfuly/registered successfully/ Signed-off-by: Ivan T.

[PATCH v7 20/20] usb: phy: msm: Use usb_add_phy_dev() to register device

2014-04-24 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" They could be more than one USB2.0 PHY's on the platform. This will allow all of them to be registred successfuly. Signed-off-by: Ivan T. Ivanov --- drivers/usb/phy/phy-msm-usb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/phy/phy-ms