From: Peter Chen Date: Mon, 24 Feb 2014 02:21:02 +0000 (+0800) Subject: usb: phy: mxs: Add implementation of set_wakeup X-Git-Tag: v3.15-rc1~137^2~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1265056be0a3a569a0409410d4b11048688216;p=pandora-kernel.git usb: phy: mxs: Add implementation of set_wakeup When we need the PHY can be waken up by external signals, we can call this API. Besides, we call mxs_phy_disconnect_line at this API to close the connection between USB PHY and controller, after that, the line state from controller is SE0. Once the PHY is out of power, without calling mxs_phy_disconnect_line, there are unknown wakeups due to dp/dm floating at device mode. Signed-off-by: Peter Chen Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed