diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 14:39:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 05:20:14 -0400 |
commit | 7c9d440e90c09c6c7b5c477217e491484d044353 (patch) | |
tree | 08b3127d8e2ff1e6fd96c0cccef2e01fa0e19678 /drivers/usb | |
parent | dbc6221be7a2bf556fefe75ac939143d4e82ecaf (diff) |
treewide: transciever/transceiver spelling fixes
Just tyops.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/pxa27x_udc.h | 4 | ||||
-rw-r--r-- | drivers/usb/musb/musb_core.c | 2 | ||||
-rw-r--r-- | drivers/usb/otg/isp1301_omap.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/gadget/pxa27x_udc.h b/drivers/usb/gadget/pxa27x_udc.h index cd16231d8c73..b01696eab068 100644 --- a/drivers/usb/gadget/pxa27x_udc.h +++ b/drivers/usb/gadget/pxa27x_udc.h | |||
@@ -88,9 +88,9 @@ | |||
88 | #define UDCISR_INT_MASK (UDCICR_FIFOERR | UDCICR_PKTCOMPL) | 88 | #define UDCISR_INT_MASK (UDCICR_FIFOERR | UDCICR_PKTCOMPL) |
89 | 89 | ||
90 | #define UDCOTGICR_IESF (1 << 24) /* OTG SET_FEATURE command recvd */ | 90 | #define UDCOTGICR_IESF (1 << 24) /* OTG SET_FEATURE command recvd */ |
91 | #define UDCOTGICR_IEXR (1 << 17) /* Extra Transciever Interrupt | 91 | #define UDCOTGICR_IEXR (1 << 17) /* Extra Transceiver Interrupt |
92 | Rising Edge Interrupt Enable */ | 92 | Rising Edge Interrupt Enable */ |
93 | #define UDCOTGICR_IEXF (1 << 16) /* Extra Transciever Interrupt | 93 | #define UDCOTGICR_IEXF (1 << 16) /* Extra Transceiver Interrupt |
94 | Falling Edge Interrupt Enable */ | 94 | Falling Edge Interrupt Enable */ |
95 | #define UDCOTGICR_IEVV40R (1 << 9) /* OTG Vbus Valid 4.0V Rising Edge | 95 | #define UDCOTGICR_IEVV40R (1 << 9) /* OTG Vbus Valid 4.0V Rising Edge |
96 | Interrupt Enable */ | 96 | Interrupt Enable */ |
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index c71b0372786e..bcbd1aba961a 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
@@ -1955,7 +1955,7 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl) | |||
1955 | * - initializes musb->xceiv, usually by otg_get_transceiver() | 1955 | * - initializes musb->xceiv, usually by otg_get_transceiver() |
1956 | * - stops powering VBUS | 1956 | * - stops powering VBUS |
1957 | * | 1957 | * |
1958 | * There are various transciever configurations. Blackfin, | 1958 | * There are various transceiver configurations. Blackfin, |
1959 | * DaVinci, TUSB60x0, and others integrate them. OMAP3 uses | 1959 | * DaVinci, TUSB60x0, and others integrate them. OMAP3 uses |
1960 | * external/discrete ones in various flavors (twl4030 family, | 1960 | * external/discrete ones in various flavors (twl4030 family, |
1961 | * isp1504, non-OTG, etc) mostly hooking up through ULPI. | 1961 | * isp1504, non-OTG, etc) mostly hooking up through ULPI. |
diff --git a/drivers/usb/otg/isp1301_omap.c b/drivers/usb/otg/isp1301_omap.c index 8c282258e1bd..ca9b690a7e40 100644 --- a/drivers/usb/otg/isp1301_omap.c +++ b/drivers/usb/otg/isp1301_omap.c | |||
@@ -660,7 +660,7 @@ static irqreturn_t omap_otg_irq(int irq, void *_isp) | |||
660 | int ret = IRQ_NONE; | 660 | int ret = IRQ_NONE; |
661 | struct isp1301 *isp = _isp; | 661 | struct isp1301 *isp = _isp; |
662 | 662 | ||
663 | /* update ISP1301 transciever from OTG controller */ | 663 | /* update ISP1301 transceiver from OTG controller */ |
664 | if (otg_irq & OPRT_CHG) { | 664 | if (otg_irq & OPRT_CHG) { |
665 | omap_writew(OPRT_CHG, OTG_IRQ_SRC); | 665 | omap_writew(OPRT_CHG, OTG_IRQ_SRC); |
666 | isp1301_defer_work(isp, WORK_UPDATE_ISP); | 666 | isp1301_defer_work(isp, WORK_UPDATE_ISP); |
@@ -755,7 +755,7 @@ static irqreturn_t omap_otg_irq(int irq, void *_isp) | |||
755 | omap_writew(A_VBUS_ERR, OTG_IRQ_SRC); | 755 | omap_writew(A_VBUS_ERR, OTG_IRQ_SRC); |
756 | ret = IRQ_HANDLED; | 756 | ret = IRQ_HANDLED; |
757 | 757 | ||
758 | /* switch driver; the transciever code activates it, | 758 | /* switch driver; the transceiver code activates it, |
759 | * ungating the udc clock or resuming OHCI. | 759 | * ungating the udc clock or resuming OHCI. |
760 | */ | 760 | */ |
761 | } else if (otg_irq & DRIVER_SWITCH) { | 761 | } else if (otg_irq & DRIVER_SWITCH) { |