summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2012-02-09 22:16:30 +0530
committerSimone Willett <swillett@nvidia.com>2012-03-05 16:42:31 -0800
commitc3871ad8cefae294a7cb83507d5fa9f3e6041a57 (patch)
treef50329d1595e58eabbbd1638e36aadaf135371df /drivers/usb
parent03372d9c9372a68957cb321a9b68029176d74833 (diff)
arm: tegra: xmm power state handling
Avoid unwanted xmm power state changes. Added missing spin_unlock_irqrestore. Bug 935834 Bug 938553 Signed-off-by: Seshendra Gadagottu<sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/82796 (cherry picked from commit 8af674aadfc1196851d5a2ecd1ecdd2cfe2d4148) Change-Id: Ic5b354376c0239773762d1b0f6e8848491e74e08 Reviewed-on: http://git-master/r/87503 Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ehci-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
index 36f6630b6fe3..d1ac46cd9fc3 100644
--- a/drivers/usb/host/ehci-tegra.c
+++ b/drivers/usb/host/ehci-tegra.c
@@ -819,7 +819,6 @@ static int tegra_ehci_bus_suspend(struct usb_hcd *hcd)
tegra_usb_suspend(hcd, false);
tegra->bus_suspended = 1;
}
- tegra_usb_phy_postsuspend(tegra->phy, false);
mutex_unlock(&tegra->tegra_ehci_hcd_mutex);
return error_status;