Re: [PATCH] [RFC] usb: dwc3: removal of assumption that usb3 phy always present

2013-07-15 Thread Felipe Balbi
On Fri, Jul 05, 2013 at 09:35:05AM -0500, Ruchika Kharwar wrote: > > On 07/04/2013 01:26 AM, Ruchika Kharwar wrote: > >DRA7XX has several USB OTG subsystems. USB_OTG_SS1 includes a USB1 and USB2 > >phy. USB_OTG_SS2 includes only a USB2 phy. > >This patch allows the dwc3 probe to continue if a usb3

Re: [PATCH] [RFC] usb: dwc3: removal of assumption that usb3 phy always present

2013-07-05 Thread Ruchika Kharwar
On 07/04/2013 01:26 AM, Ruchika Kharwar wrote: DRA7XX has several USB OTG subsystems. USB_OTG_SS1 includes a USB1 and USB2 phy. USB_OTG_SS2 includes only a USB2 phy. This patch allows the dwc3 probe to continue if a usb3_phy is not found. The need for this will go away as soon as "of_get_maximum

[PATCH] [RFC] usb: dwc3: removal of assumption that usb3 phy always present

2013-07-03 Thread Ruchika Kharwar
DRA7XX has several USB OTG subsystems. USB_OTG_SS1 includes a USB1 and USB2 phy. USB_OTG_SS2 includes only a USB2 phy. This patch allows the dwc3 probe to continue if a usb3_phy is not found. This patch currently works for DRA7XX and submitted in the interim a nicer method emerges. Signed-off-by: