Re: [PATCH] usb: ohci-exynos: Change to use phy provided by the generic phy framework

2013-12-09 Thread Jingoo Han
On Monday, December 09, 2013 10:56 AM, Greg KH wrote: > On Wed, Nov 06, 2013 at 10:27:49AM +0900, Jingoo Han wrote: > > Change the phy provider used from the old usb phy specific to a new one > > using the generic phy framework. > > > > Signed-off-by: Jingoo Han > > Cc: Kamil Debski > > --- > > E

Re: [PATCH] usb: ohci-exynos: Change to use phy provided by the generic phy framework

2013-12-09 Thread Greg KH
On Wed, Nov 06, 2013 at 10:27:49AM +0900, Jingoo Han wrote: > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. > > Signed-off-by: Jingoo Han > Cc: Kamil Debski > --- > Exynos OHCI driver also uses Exynos USB2.0 PHY. Thus, I make this > pa

[PATCH] usb: ohci-exynos: Change to use phy provided by the generic phy framework

2013-11-05 Thread Jingoo Han
Change the phy provider used from the old usb phy specific to a new one using the generic phy framework. Signed-off-by: Jingoo Han Cc: Kamil Debski --- Exynos OHCI driver also uses Exynos USB2.0 PHY. Thus, I make this patch based-on Kamil Debski's patchset for adding Exynos USB 2.0 PHY driver. (