Skip to content

Commit

Permalink
usb: phy: change some comments
Browse files Browse the repository at this point in the history
- Replace all "transceiver" with "phy"
- Replace one "OTG controller" with "phy"

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Peter Chen authored and Felipe Balbi committed Sep 27, 2015
1 parent 5cd22f8 commit 58efd4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/linux/usb/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ enum usb_otg_state {
struct usb_phy;
struct usb_otg;

/* for transceivers connected thru an ULPI interface, the user must
/* for phys connected thru an ULPI interface, the user must
* provide access ops
*/
struct usb_phy_io_ops {
Expand Down Expand Up @@ -92,10 +92,10 @@ struct usb_phy {
u16 port_status;
u16 port_change;

/* to support controllers that have multiple transceivers */
/* to support controllers that have multiple phys */
struct list_head head;

/* initialize/shutdown the OTG controller */
/* initialize/shutdown the phy */
int (*init)(struct usb_phy *x);
void (*shutdown)(struct usb_phy *x);

Expand All @@ -106,7 +106,7 @@ struct usb_phy {
int (*set_power)(struct usb_phy *x,
unsigned mA);

/* Set transceiver into suspend mode */
/* Set phy into suspend mode */
int (*set_suspend)(struct usb_phy *x,
int suspend);

Expand Down

0 comments on commit 58efd4b

Please sign in to comment.