Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07673204 authored by Peter Chen's avatar Peter Chen Committed by Felipe Balbi
Browse files

usb: phy: change some comments



- Delete the OTG stuffs
- .set_suspend is for controller, not for A-device or B-device.

Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f78c0957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* 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);