summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
authorVenkat Moganty <vmoganty@nvidia.com>2012-01-19 11:34:22 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:14:53 -0700
commitdd783f40bc7670f5bfe82fbfe3ec23d739ca8f5f (patch)
treef3817a760eafa0e5d59028d7586ad4f8d500877c /drivers/usb/host/ehci.h
parent6510858fb4412be6de067b047120c2c692bc035d (diff)
tegra: usb: host: Fix remote wakeup issues on UTMI
Add WAR to fix 2LS voilation during usb remote resume. Bug 880538 Reviewed-on: http://git-master/r/75845 Change-Id: I552c9e657776f67c263ef750a7786c796dc785cb Signed-off-by: Venkat Moganty <vmoganty@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/76822 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: Rdf14f3c5cc7db4c5282e560cc7a7ff75464eaf61
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index a7393a9c4a42..3b1cc47e3a0c 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -202,6 +202,7 @@ struct ehci_hcd { /* one per controller */
unsigned need_oc_pp_cycle:1; /* MPC834X port power */
#ifdef CONFIG_USB_EHCI_TEGRA
unsigned controller_resets_phy:1;
+ unsigned controller_remote_wakeup:1;
#endif
/* required for usb32 quirk */