Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Chen and committed by
Felipe Balbi
07673204 f78c0957

+2 -2
+2 -2
include/linux/usb/phy.h
··· 1 - /* USB OTG (On The Go) defines */ 2 1 /* 2 + * USB PHY defines 3 3 * 4 4 * These APIs may be used between USB controllers. USB device drivers 5 5 * (for either host or peripheral roles) don't use these calls; they ··· 106 106 int (*set_power)(struct usb_phy *x, 107 107 unsigned mA); 108 108 109 - /* for non-OTG B devices: set transceiver into suspend mode */ 109 + /* Set transceiver into suspend mode */ 110 110 int (*set_suspend)(struct usb_phy *x, 111 111 int suspend); 112 112