]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00225131-04 MX6 USB: implement platform_phy_power_on for USB otg and h1
authormake shi <b15407@freescale.com>
Thu, 20 Sep 2012 09:12:47 +0000 (17:12 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:27 +0000 (08:35 +0200)
commit8f5cf56f1e6c373eec57fcdd161cd7aac49bb07f
tree8b7bc4d48a890c372076a1859bb3b2b848d478a3
parent88202fb3efb6d476c131764dd650670e41338f9b
ENGR00225131-04 MX6 USB: implement platform_phy_power_on for USB otg and h1

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.

Set stop_mode_config bit to turn on 1P1 during system suspend to support USB
host remote wake up or USB device DP/DM wake up.

Signed-off-by: make shi <b15407@freescale.com>
arch/arm/mach-mx6/usb_dr.c
arch/arm/mach-mx6/usb_h1.c