]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ehci-omap: Try to get PHY even if not in PHY mode
authorRoger Quadros <rogerq@ti.com>
Tue, 12 Mar 2013 10:44:49 +0000 (12:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:53:52 +0000 (11:53 -0700)
commit89f71ba70d5b22591537f93943d8943253ea6885
treec6ad5d2aa6e2f02972b006fde73613b0919aef12
parent749f7e96bb3e9591e8ff31f1061513c7169ddffa
USB: ehci-omap: Try to get PHY even if not in PHY mode

Even when not in PHY mode, the USB device on the port (e.g. HUB)
might need resources like RESET which can be modelled as a PHY
device. So try to get the PHY device in any case.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c