diff options
-rw-r--r-- | arch/arm/mach-pxa/include/mach/corgi.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa27x-udc.h | 4 | ||||
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-regulators.c | 2 | ||||
-rw-r--r-- | drivers/i2c/busses/i2c-highlander.c | 2 | ||||
-rw-r--r-- | drivers/net/eexpress.c | 2 | ||||
-rw-r--r-- | drivers/net/irda/toim3232-sir.c | 2 | ||||
-rw-r--r-- | drivers/net/natsemi.c | 2 | ||||
-rw-r--r-- | drivers/tty/serial/8250_pci.c | 2 | ||||
-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 | ||||
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 2 |
12 files changed, 15 insertions, 15 deletions
diff --git a/arch/arm/mach-pxa/include/mach/corgi.h b/arch/arm/mach-pxa/include/mach/corgi.h index 0011055bc3f9..5dfd1195a5a7 100644 --- a/arch/arm/mach-pxa/include/mach/corgi.h +++ b/arch/arm/mach-pxa/include/mach/corgi.h | |||
@@ -34,7 +34,7 @@ | |||
34 | #define CORGI_GPIO_LCDCON_CS (19) /* LCD Control Chip Select */ | 34 | #define CORGI_GPIO_LCDCON_CS (19) /* LCD Control Chip Select */ |
35 | #define CORGI_GPIO_MAX1111_CS (20) /* MAX1111 Chip Select */ | 35 | #define CORGI_GPIO_MAX1111_CS (20) /* MAX1111 Chip Select */ |
36 | #define CORGI_GPIO_ADC_TEMP_ON (21) /* Select battery voltage or temperature */ | 36 | #define CORGI_GPIO_ADC_TEMP_ON (21) /* Select battery voltage or temperature */ |
37 | #define CORGI_GPIO_IR_ON (22) /* Enable IR Transciever */ | 37 | #define CORGI_GPIO_IR_ON (22) /* Enable IR Transceiver */ |
38 | #define CORGI_GPIO_ADS7846_CS (24) /* ADS7846 Chip Select */ | 38 | #define CORGI_GPIO_ADS7846_CS (24) /* ADS7846 Chip Select */ |
39 | #define CORGI_GPIO_SD_PWR (33) /* MMC/SD Power */ | 39 | #define CORGI_GPIO_SD_PWR (33) /* MMC/SD Power */ |
40 | #define CORGI_GPIO_CHRG_ON (38) /* Enable battery Charging */ | 40 | #define CORGI_GPIO_CHRG_ON (38) /* Enable battery Charging */ |
diff --git a/arch/arm/mach-pxa/include/mach/pxa27x-udc.h b/arch/arm/mach-pxa/include/mach/pxa27x-udc.h index ab1443f8bd89..4cf28f670706 100644 --- a/arch/arm/mach-pxa/include/mach/pxa27x-udc.h +++ b/arch/arm/mach-pxa/include/mach/pxa27x-udc.h | |||
@@ -56,9 +56,9 @@ | |||
56 | #define UDCFNR __REG(0x40600014) /* UDC Frame Number Register */ | 56 | #define UDCFNR __REG(0x40600014) /* UDC Frame Number Register */ |
57 | #define UDCOTGICR __REG(0x40600018) /* UDC On-The-Go interrupt control */ | 57 | #define UDCOTGICR __REG(0x40600018) /* UDC On-The-Go interrupt control */ |
58 | #define UDCOTGICR_IESF (1 << 24) /* OTG SET_FEATURE command recvd */ | 58 | #define UDCOTGICR_IESF (1 << 24) /* OTG SET_FEATURE command recvd */ |
59 | #define UDCOTGICR_IEXR (1 << 17) /* Extra Transciever Interrupt | 59 | #define UDCOTGICR_IEXR (1 << 17) /* Extra Transceiver Interrupt |
60 | Rising Edge Interrupt Enable */ | 60 | Rising Edge Interrupt Enable */ |
61 | #define UDCOTGICR_IEXF (1 << 16) /* Extra Transciever Interrupt | 61 | #define UDCOTGICR_IEXF (1 << 16) /* Extra Transceiver Interrupt |
62 | Falling Edge Interrupt Enable */ | 62 | Falling Edge Interrupt Enable */ |
63 | #define UDCOTGICR_IEVV40R (1 << 9) /* OTG Vbus Valid 4.0V Rising Edge | 63 | #define UDCOTGICR_IEVV40R (1 << 9) /* OTG Vbus Valid 4.0V Rising Edge |
64 | Interrupt Enable */ | 64 | Interrupt Enable */ |
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index 9ed0f90cfe23..0f2e522f387d 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c | |||
@@ -77,7 +77,7 @@ static struct regulator_consumer_supply ab8500_vtvout_consumers[] = { | |||
77 | static struct regulator_consumer_supply ab8500_vintcore_consumers[] = { | 77 | static struct regulator_consumer_supply ab8500_vintcore_consumers[] = { |
78 | /* SoC core supply, no device */ | 78 | /* SoC core supply, no device */ |
79 | REGULATOR_SUPPLY("v-intcore", NULL), | 79 | REGULATOR_SUPPLY("v-intcore", NULL), |
80 | /* USB Transciever */ | 80 | /* USB Transceiver */ |
81 | REGULATOR_SUPPLY("vddulpivio18", "ab8500-usb.0"), | 81 | REGULATOR_SUPPLY("vddulpivio18", "ab8500-usb.0"), |
82 | }; | 82 | }; |
83 | 83 | ||
diff --git a/drivers/i2c/busses/i2c-highlander.c b/drivers/i2c/busses/i2c-highlander.c index 3df1bc80f37a..3876a2478bd7 100644 --- a/drivers/i2c/busses/i2c-highlander.c +++ b/drivers/i2c/busses/i2c-highlander.c | |||
@@ -227,7 +227,7 @@ static int highlander_i2c_read(struct highlander_i2c_dev *dev) | |||
227 | 227 | ||
228 | /* | 228 | /* |
229 | * The R0P7780LC0011RL FPGA needs a significant delay between | 229 | * The R0P7780LC0011RL FPGA needs a significant delay between |
230 | * data read cycles, otherwise the transciever gets confused and | 230 | * data read cycles, otherwise the transceiver gets confused and |
231 | * garbage is returned when the read is subsequently aborted. | 231 | * garbage is returned when the read is subsequently aborted. |
232 | * | 232 | * |
233 | * It is not sufficient to wait for BBSY. | 233 | * It is not sufficient to wait for BBSY. |
diff --git a/drivers/net/eexpress.c b/drivers/net/eexpress.c index 48ee51bb9e50..a19228563efd 100644 --- a/drivers/net/eexpress.c +++ b/drivers/net/eexpress.c | |||
@@ -365,7 +365,7 @@ static int __init do_express_probe(struct net_device *dev) | |||
365 | dev->irq = mca_irqmap[(pos1>>4)&0x7]; | 365 | dev->irq = mca_irqmap[(pos1>>4)&0x7]; |
366 | 366 | ||
367 | /* | 367 | /* |
368 | * XXX: Transciever selection is done | 368 | * XXX: Transceiver selection is done |
369 | * differently on the MCA version. | 369 | * differently on the MCA version. |
370 | * How to get it to select something | 370 | * How to get it to select something |
371 | * other than external/AUI is currently | 371 | * other than external/AUI is currently |
diff --git a/drivers/net/irda/toim3232-sir.c b/drivers/net/irda/toim3232-sir.c index 99e1ec02a011..19ad4606b799 100644 --- a/drivers/net/irda/toim3232-sir.c +++ b/drivers/net/irda/toim3232-sir.c | |||
@@ -78,7 +78,7 @@ | |||
78 | * Target hardware: IRWave IR320ST-2 | 78 | * Target hardware: IRWave IR320ST-2 |
79 | * | 79 | * |
80 | * The IRWave IR320ST-2 is a simple dongle based on the Vishay/Temic | 80 | * The IRWave IR320ST-2 is a simple dongle based on the Vishay/Temic |
81 | * TOIM3232 SIR Endec and the Vishay/Temic TFDS4500 SIR IRDA transciever. | 81 | * TOIM3232 SIR Endec and the Vishay/Temic TFDS4500 SIR IRDA transceiver. |
82 | * It uses a hex inverter and some discrete components to buffer and | 82 | * It uses a hex inverter and some discrete components to buffer and |
83 | * line convert the RS232 down to 5V. | 83 | * line convert the RS232 down to 5V. |
84 | * | 84 | * |
diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c index b78be088c4ad..ab2862990a5b 100644 --- a/drivers/net/natsemi.c +++ b/drivers/net/natsemi.c | |||
@@ -2919,7 +2919,7 @@ static int netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) | |||
2919 | 2919 | ||
2920 | /* | 2920 | /* |
2921 | * If we're ignoring the PHY then autoneg and the internal | 2921 | * If we're ignoring the PHY then autoneg and the internal |
2922 | * transciever are really not going to work so don't let the | 2922 | * transceiver are really not going to work so don't let the |
2923 | * user select them. | 2923 | * user select them. |
2924 | */ | 2924 | */ |
2925 | if (np->ignore_phy && (ecmd->autoneg == AUTONEG_ENABLE || | 2925 | if (np->ignore_phy && (ecmd->autoneg == AUTONEG_ENABLE || |
diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c index 4b4968a294b2..afb974b48b33 100644 --- a/drivers/tty/serial/8250_pci.c +++ b/drivers/tty/serial/8250_pci.c | |||
@@ -743,7 +743,7 @@ pci_ni8430_setup(struct serial_private *priv, | |||
743 | len = pci_resource_len(priv->dev, bar); | 743 | len = pci_resource_len(priv->dev, bar); |
744 | p = ioremap_nocache(base, len); | 744 | p = ioremap_nocache(base, len); |
745 | 745 | ||
746 | /* enable the transciever */ | 746 | /* enable the transceiver */ |
747 | writeb(readb(p + offset + NI8430_PORTCON) | NI8430_PORTCON_TXVR_ENABLE, | 747 | writeb(readb(p + offset + NI8430_PORTCON) | NI8430_PORTCON_TXVR_ENABLE, |
748 | p + offset + NI8430_PORTCON); | 748 | p + offset + NI8430_PORTCON); |
749 | 749 | ||
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) { |
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index f4594d76b6ea..ca398962f2d8 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c | |||
@@ -87,7 +87,7 @@ static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ | |||
87 | static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */ | 87 | static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */ |
88 | static char *model[SNDRV_CARDS]; | 88 | static char *model[SNDRV_CARDS]; |
89 | static int omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */ | 89 | static int omni[SNDRV_CARDS]; /* Delta44 & 66 Omni I/O support */ |
90 | static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transciever reset timeout value in msec */ | 90 | static int cs8427_timeout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 500}; /* CS8427 S/PDIF transceiver reset timeout value in msec */ |
91 | static int dxr_enable[SNDRV_CARDS]; /* DXR enable for DMX6FIRE */ | 91 | static int dxr_enable[SNDRV_CARDS]; /* DXR enable for DMX6FIRE */ |
92 | 92 | ||
93 | module_param_array(index, int, NULL, 0444); | 93 | module_param_array(index, int, NULL, 0444); |