diff options
Diffstat (limited to 'recipes/linux/linux-omap-2.6.31/usb/0006-ehci-increase-timeout-to-fix-ehci-failure.patch')
-rw-r--r-- | recipes/linux/linux-omap-2.6.31/usb/0006-ehci-increase-timeout-to-fix-ehci-failure.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/linux/linux-omap-2.6.31/usb/0006-ehci-increase-timeout-to-fix-ehci-failure.patch b/recipes/linux/linux-omap-2.6.31/usb/0006-ehci-increase-timeout-to-fix-ehci-failure.patch deleted file mode 100644 index 1190aada1f..0000000000 --- a/recipes/linux/linux-omap-2.6.31/usb/0006-ehci-increase-timeout-to-fix-ehci-failure.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 4e499dd02940a567ca805010e9c3f78d8ab7bc79 Mon Sep 17 00:00:00 2001 -From: Ajay Kumar Gupta <ajay.gupta@ti.com> -Date: Mon, 6 Jul 2009 17:59:02 +0530 -Subject: [PATCH 06/16] ehci: increase timeout to fix ehci failure - -Sometime during TLL reset and waiting loop for TLL reset timeouts and thus -ehci init fails. Fixing this by increasing timeout value. - -Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> -Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> ---- - 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 - |