]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00225131-05 MX6 USB: set stop_mode_config bit if wake up is enabled
authormake shi <b15407@freescale.com>
Thu, 20 Sep 2012 09:15:26 +0000 (17:15 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:27 +0000 (08:35 +0200)
commitd4f10ce0eda704bffa9ad9fcc685c0375d101e3c
tree51201f14b3f4858973e502a7d1fa339ca0a394aa
parent8f5cf56f1e6c373eec57fcdd161cd7aac49bb07f
ENGR00225131-05 MX6 USB: set stop_mode_config bit if wake up is enabled

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 if USB host need support USB remote wake up
- Set stop_mode_config bit if USB device need support USB DP/DM wake
  up system

Signed-off-by: make shi <b15407@freescale.com>
drivers/usb/gadget/arcotg_udc.c
drivers/usb/host/ehci-arc.c