summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorPeter Chen2014-12-30 07:02:28 +0100
committerFelipe Balbi2015-01-12 19:13:28 +0100
commit07673204777abe893092cc6e42ea04e5c0ac8cb7 (patch)
tree71e170880bff191d4c7da73796ab5992f2bdc1b7 /include/linux/usb
parentusb: phy: phy-mxs-usb: do not depend on speed for disconnect notifier (diff)
downloadkernel-qcow2-linux-07673204777abe893092cc6e42ea04e5c0ac8cb7.tar.gz
kernel-qcow2-linux-07673204777abe893092cc6e42ea04e5c0ac8cb7.tar.xz
kernel-qcow2-linux-07673204777abe893092cc6e42ea04e5c0ac8cb7.zip
usb: phy: change some comments
- Delete the OTG stuffs - .set_suspend is for controller, not for A-device or B-device. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/phy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h
index f499c23e6342..bc91b5d380fd 100644
--- a/include/linux/usb/phy.h
+++ b/include/linux/usb/phy.h
@@ -1,5 +1,5 @@
-/* USB OTG (On The Go) defines */
/*
+ * USB PHY defines
*
* These APIs may be used between USB controllers. USB device drivers
* (for either host or peripheral roles) don't use these calls; they
@@ -106,7 +106,7 @@ struct usb_phy {
int (*set_power)(struct usb_phy *x,
unsigned mA);
- /* for non-OTG B devices: set transceiver into suspend mode */
+ /* Set transceiver into suspend mode */
int (*set_suspend)(struct usb_phy *x,
int suspend);