Re: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-28 Thread Vivek Gautam
Hi Kamil, On Mon, Oct 28, 2013 at 7:23 PM, Kamil Debski wrote: > Hi Vivek, > >> From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] >> Sent: Saturday, October 26, 2013 11:41 AM >> >> Hi Kamil, >> >> >> On Fri, Oct 25, 2013 at 7:45 PM, Kamil Debski >> wrote: >> > Change the phy provider used f

RE: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-28 Thread Kamil Debski
Hi Jingoo, > From: Jingoo Han [mailto:jg1@samsung.com] > Sent: Saturday, October 26, 2013 3:27 AM > > On Friday, October 25, 2013 11:15 PM, Kamil Debski wrote: > > > > Change the phy provider used from the old usb phy specific to a new > > one using the generic phy framework. > > > > Signed-o

RE: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-28 Thread Kamil Debski
Hi Vivek, > From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] > Sent: Saturday, October 26, 2013 11:41 AM > > Hi Kamil, > > > On Fri, Oct 25, 2013 at 7:45 PM, Kamil Debski > wrote: > > Change the phy provider used from the old usb phy specific to a new > > one using the generic phy framewo

Re: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-26 Thread Vivek Gautam
Hi Kamil, On Fri, Oct 25, 2013 at 7:45 PM, Kamil Debski wrote: > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > drivers/usb/host/ehci-s5p.c | 21 +++

Re: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-25 Thread Jingoo Han
On Friday, October 25, 2013 11:15 PM, Kamil Debski wrote: > > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > drivers/usb/host/ehci-s5p.c | 21 +++

Re: [PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-25 Thread Kishon Vijay Abraham I
Hi, On Friday 25 October 2013 07:45 PM, Kamil Debski wrote: > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. looks good :-) Thanks Kishon > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > drivers/usb/host/ehci-

[PATCH 4/5] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-10-25 Thread Kamil Debski
Change the phy provider used from the old usb phy specific to a new one using the generic phy framework. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- drivers/usb/host/ehci-s5p.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers