]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00225131-02 USB: revert ENGR00221317-02 stop_mode_config patch head file
authormake shi <b15407@freescale.com>
Thu, 20 Sep 2012 07:14:58 +0000 (15:14 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:27 +0000 (08:35 +0200)
IC designer had clarified that 1P1 can be turned off if we do not need support
remote wakeup. So If there is no requirement for USB remote wake up, the 1P1
can be turn off. USB driver will support dynamically turn on(off) 1P1 during
system suspend. 1P1 will be turn on depend on USB wakeup is enabled.

This reverts commit cc2e51368f2620a37370746eaf35f0b70674b31e.

Signed-off-by: make shi <b15407@freescale.com>
arch/arm/mach-mx6/usb.h

index 6914246826f6bf1fc302b16b6f52c75bc23a5242..f796e7dad87c065a3fe3bad410736f3509bfff6d 100644 (file)
@@ -30,9 +30,6 @@ 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);