From 96eda84f674d61cf15e87a0ff56df88a9605afec Mon Sep 17 00:00:00 2001 From: make shi Date: Fri, 24 Aug 2012 13:52:38 +0800 Subject: [PATCH] ENGR00221317-01 Mx6 USB host: set stop_mode_config when any USB host enabled MSL headfile part change. Signed-off-by: make shi --- arch/arm/mach-mx6/usb.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.5