]> 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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:13:02 +0000 (14:13 +0200)
commit902e9c2d3ea0751ed8e8b7378b3ba003c73b0455
tree8b7bc4d48a890c372076a1859bb3b2b848d478a3
parent46b208ed6f11846961abd5960069e385c382b44a
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