]> git.hungrycats.org Git - linux/commit
OMAP: USB : Fix the EHCI enumeration and core retention issue
authorKeshava Munegowda <keshava_mgowda@ti.com>
Fri, 20 Jul 2012 09:43:35 +0000 (15:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:49 +0000 (10:39 -0700)
commita122873c3232b60cfbbd58ab58c906926dba7dc0
tree21dd1a6735ee712fd7fd010d13cd08771986267c
parenta93689e1da5687e462363fde567e9b7abd570124
OMAP: USB : Fix the EHCI enumeration and core retention issue

commit 872c495dd0f9d1f48814a8ee80c2c7b3b7c3b4d9 upstream.

This commit 354ab8567ae3107a8cbe7228c3181990ba598aac titled
"Fix OMAP EHCI suspend/resume failure (i693)" is causing
the usb hub and device detection fails in beagle XM
causeing NFS not functional. This affects the core retention too.
The same commit logic needs to be revisted adhering to hwmod and
device tree framework.
for now, this commit id 354ab8567ae3107a8cbe7228c3181990ba598aac
titled "Fix OMAP EHCI suspend/resume failure (i693)" reverted.

This patch is validated on BeagleXM with NFS support over
usb ethernet and USB mass storage and other device detection.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c