USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspend
authorRoger Quadros <rogerq@ti.com>
Tue, 12 Mar 2013 10:44:41 +0000 (12:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:51:46 +0000 (11:51 -0700)
commitdcd64063fd917b5c79f99cae218e1df3ed1b62a2
tree0b3cb3f51224336fc9f40ffeef0040235764f0eb
parent18c2bb1b8c1571f4c1fa33cc1f4525b282059455
USB: ehci-omap: Use PHY APIs to get the PHY device and put it out of suspend

For each port that is in PHY mode we obtain a PHY device using the USB PHY
library and put it out of suspend.

It is up to platform code to associate the PHY to the controller's
port and it is up to the PHY driver to manage the PHY's resources.

Also remove weird spacing around declarations we come across.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@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