[PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-18 Thread Vivek Gautam
Adding support for USB3.0 phy for dwc3 controller on exynos5250 SOC. Signed-off-by: Vivek Gautam --- drivers/usb/phy/samsung-usbphy.c | 339 +- 1 files changed, 337 insertions(+), 2 deletions(-) diff --git a/drivers/usb/phy/samsung-usbphy.c b/drivers/usb/phy

Re: [PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-18 Thread Felipe Balbi
On Tue, Dec 18, 2012 at 08:40:26PM +0530, Vivek Gautam wrote: > Adding support for USB3.0 phy for dwc3 controller on > exynos5250 SOC. > > Signed-off-by: Vivek Gautam > --- > drivers/usb/phy/samsung-usbphy.c | 339 > +- let's make the phy names standard from

Re: [PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-18 Thread Vivek Gautam
CC: Doug Anderson On Tue, Dec 18, 2012 at 8:43 PM, Felipe Balbi wrote: > On Tue, Dec 18, 2012 at 08:40:26PM +0530, Vivek Gautam wrote: >> Adding support for USB3.0 phy for dwc3 controller on >> exynos5250 SOC. >> >> Signed-off-by: Vivek Gautam >> --- >> drivers/usb/phy/samsung-usbphy.c | 339

Re: [PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-18 Thread Vivek Gautam
Hi Felipe, On Wed, Dec 19, 2012 at 11:14 AM, Vivek Gautam wrote: > CC: Doug Anderson > > > On Tue, Dec 18, 2012 at 8:43 PM, Felipe Balbi wrote: >> On Tue, Dec 18, 2012 at 08:40:26PM +0530, Vivek Gautam wrote: >>> Adding support for USB3.0 phy for dwc3 controller on >>> exynos5250 SOC. >>> >>> S

Re: [PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-19 Thread Felipe Balbi
Hi, On Wed, Dec 19, 2012 at 11:52:01AM +0530, Vivek Gautam wrote: > >>> @@ -736,7 +1035,41 @@ static int __devinit samsung_usbphy_probe(struct > >>> platform_device *pdev) > >>> > >>> sphy->clk = clk; > >>> > >>> - return usb_add_phy(&sphy->phy, USB_PHY_TYPE_USB2); > >>> + sphy->has

Re: [PATCH] usb: phy: samsung: Add support for USB 3.0 phy for exynos5250

2012-12-21 Thread Vivek Gautam
Hi Felipe, On Wed, Dec 19, 2012 at 1:25 PM, Felipe Balbi wrote: > Hi, > > On Wed, Dec 19, 2012 at 11:52:01AM +0530, Vivek Gautam wrote: >> >>> @@ -736,7 +1035,41 @@ static int __devinit samsung_usbphy_probe(struct >> >>> platform_device *pdev) >> >>> >> >>> sphy->clk = clk; >> >>> >> >>>