summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorRohith Seelaboyina <rseelaboyina@nvidia.com>2013-05-28 14:51:06 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:15:34 -0700
commit49bff1d8b12fca47cd2500744efac8f46f0ac8b0 (patch)
tree00ed82a8633d4bc166ebe10036e1fdc2bf65008d /include/linux/usb
parente297fd264ae0773b049f21c8dc92ee0c7c0e2bcf (diff)
ARM: tegra: usb: disable pmc after disabling vbus
disable pmc after disabling vbus Bug 1279228 Bug 1279501 Change-Id: Ie4f2de07f235c22c0bd60bc4c7e039b09a53ca93 Signed-off-by: Rohith Seelaboyina <rseelaboyina@nvidia.com> Reviewed-on: http://git-master/r/228906 (cherry picked from commit 8a09d0e4839953fb6b263086f1b3f5047f46008f) Reviewed-on: http://git-master/r/233126 Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/tegra_usb_phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h
index d00fbe7f6aea..2feb79658129 100644
--- a/include/linux/usb/tegra_usb_phy.h
+++ b/include/linux/usb/tegra_usb_phy.h
@@ -112,4 +112,6 @@ void tegra_usb_phy_memory_prefetch_off(struct tegra_usb_phy *phy);
void tegra_usb_enable_vbus(struct tegra_usb_phy *phy, bool enable);
+void tegra_usb_phy_pmc_disable(struct tegra_usb_phy *phy);
+
#endif /* __TEGRA_USB_PHY_H */