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
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-24 10:59:32 -0800
commit005f572bd229c4072cc618b74847edeba65faf33 (patch)
treefe352aa8bffa315d51d388bd3299a911c06d5644 /drivers/usb/host/ehci.h
parent65ab9647d93da8dce3ea14922a6095bbcf64efcd (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
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 7f0e828631ed..e897262c6a60 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -142,6 +142,7 @@ struct ehci_hcd { /* one per controller */
unsigned frame_index_bug:1; /* MosChip (AKA NetMos) */
#ifdef CONFIG_USB_EHCI_TEGRA
unsigned controller_resets_phy:1;
+ unsigned controller_remote_wakeup:1;
#endif
/* required for usb32 quirk */