usb: phy: change some comments
authorPeter Chen <peter.chen@freescale.com>
Tue, 30 Dec 2014 06:02:28 +0000 (14:02 +0800)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:28 +0000 (12:13 -0600)
- 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>
include/linux/usb/phy.h

index f499c23e6342204d9cb5671917593efc8e3ec39c..bc91b5d380fdf5400b427082e01cbe11d3159f6b 100644 (file)
@@ -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);