summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHu hui <b29976@freescale.com>2010-10-12 14:03:14 +0800
committerHu Hui <b29976@freescale.com>2010-10-13 10:33:53 +0800
commit0ec621f2740d83c9fddabda7faede731af0946fd (patch)
treea89c89c7e9c2aea3940c52db6549b24b5282742b /arch
parent732780a19d96eebee625e62298a3b3f06a152db3 (diff)
ENGR00132477-1 IMX USB:fix some wakeup releated issues
MSL Part when usb otg is enabled, we do debounce in the otg isr with the wakeup event detected, so we drop the debounce in usb_host_wakeup_irq Signed-off-by: Hu Hui <b29976@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/usb_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/usb_common.c b/arch/arm/plat-mxc/usb_common.c
index 2d5dc7121db8..76c1fcdc0f60 100644
--- a/arch/arm/plat-mxc/usb_common.c
+++ b/arch/arm/plat-mxc/usb_common.c
@@ -909,7 +909,6 @@ int usb_host_wakeup_irq(struct device *wkup_dev)
/*if only host mode is enabled, the wakeup event
* must be host wakeup event */
#ifdef CONFIG_USB_OTG
- usb_debounce_id_pin();
if (wakeup_req && (UOG_OTGSC & OTGSC_STS_USB_ID))
wakeup_req = 0;
#endif