* Ajay Kumar Gupta <ajay.gupta@xxxxxx> [090806 05:13]: > Sometime during TLL reset and waiting loop for TLL reset timeouts and thus > ehci init fails. Fixing this by increasing timeout value. Applying patches 6 - 9 to ehci branch also. Tony > Signed-off-by: Ajay Kumar Gupta <ajay.gupta@xxxxxx> > Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> > --- > drivers/usb/host/ehci-omap.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c > index 55e5259..c7631f5 100644 > --- a/drivers/usb/host/ehci-omap.c > +++ b/drivers/usb/host/ehci-omap.c > @@ -244,7 +244,7 @@ static void omap_usb_utmi_init(struct ehci_hcd_omap *omap, u8 tll_channel_mask) > */ > static int omap_start_ehc(struct ehci_hcd_omap *omap, struct usb_hcd *hcd) > { > - unsigned long timeout = jiffies + msecs_to_jiffies(100); > + unsigned long timeout = jiffies + msecs_to_jiffies(1000); > unsigned reg = 0; > int ret = 0; > > -- > 1.6.2.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html