From: Benoit Goby Date: Fri, 15 Oct 2010 21:32:21 +0000 (-0700) Subject: usb: host: ehci-tegra: Don't power down the phy on shutdown X-Git-Tag: firefly_0821_release~9833^2~151^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=45659f705d48e8f40614fd25bb1f622fb1d494a9;p=firefly-linux-kernel-4.4.55.git usb: host: ehci-tegra: Don't power down the phy on shutdown There is no need to poweroff the phy and disable the clocks on shutdown. This interferes with autopm that may try to disable the clocks after shutdown. Change-Id: I3aee19abe6dd11685b3be348e25fc3e195a2a416 Signed-off-by: Benoit Goby --- diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c index aea114f1dc3f..2ac190b9e78f 100644 --- a/drivers/usb/host/ehci-tegra.c +++ b/drivers/usb/host/ehci-tegra.c @@ -302,9 +302,6 @@ static void tegra_ehci_shutdown(struct usb_hcd *hcd) /* call ehci shut down */ ehci_shutdown(hcd); - - /* we are ready to shut down, powerdown the phy */ - tegra_ehci_power_down(hcd); } static int tegra_ehci_setup(struct usb_hcd *hcd)