summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormake shi <b15407@freescale.com>2012-08-24 13:52:38 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:51:37 -0700
commit105eaeebfae4ed5d3ab7d7ae130511875f70d363 (patch)
treeb57e8fb0e4354f327d1fd15eb11c09915950ba1a
parentec015d8375d6d836521b09e4e2810a2d7c68b5d3 (diff)
ENGR00221317-01 Mx6 USB host: set stop_mode_config when any USB host enabled
MSL headfile part change. Signed-off-by: make shi <b15407@freescale.com>
-rw-r--r--arch/arm/mach-mx6/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/usb.h b/arch/arm/mach-mx6/usb.h
index f796e7dad87c..6914246826f6 100644
--- a/arch/arm/mach-mx6/usb.h
+++ b/arch/arm/mach-mx6/usb.h
@@ -30,6 +30,9 @@ extern void gpio_usbotg_utmi_inactive(void);
extern void __init mx6_usb_dr_init(void);
extern bool usb_icbug_swfix_need(void);
+extern int usb_stop_mode_refcount(bool enable);
+extern void usb_stop_mode_lock(void);
+extern void usb_stop_mode_unlock(void);
extern void __init mx6_usb_h2_init(void);
extern void __init mx6_usb_h3_init(void);