diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-10-18 05:03:14 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-18 05:03:14 -0400 |
commit | 631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c (patch) | |
tree | c431fa3479c1d35842fb5635ed7ccd487d063a62 /drivers/serial | |
parent | d7eccbbae84b2ee7dbb756e60287c4b47071444e (diff) |
Update broken web addresses in the kernel.
The patch below updates broken web addresses in the kernel
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Dimitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Mike Frysinger <vapier.adi@gmail.com>
Acked-by: Ben Pfaff <blp@cs.stanford.edu>
Acked-by: Hans J. Koch <hjk@linutronix.de>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/8250.c | 2 | ||||
-rw-r--r-- | drivers/serial/bfin_sport_uart.c | 2 | ||||
-rw-r--r-- | drivers/serial/bfin_sport_uart.h | 2 | ||||
-rw-r--r-- | drivers/serial/uartlite.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 24110f6f61e0..131c95f5476a 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c | |||
@@ -924,7 +924,7 @@ static int broken_efr(struct uart_8250_port *up) | |||
924 | /* | 924 | /* |
925 | * Exar ST16C2550 "A2" devices incorrectly detect as | 925 | * Exar ST16C2550 "A2" devices incorrectly detect as |
926 | * having an EFR, and report an ID of 0x0201. See | 926 | * having an EFR, and report an ID of 0x0201. See |
927 | * http://www.exar.com/info.php?pdf=dan180_oct2004.pdf | 927 | * http://linux.derkeiler.com/Mailing-Lists/Kernel/2004-11/4812.html |
928 | */ | 928 | */ |
929 | if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) | 929 | if (autoconfig_read_divisor_id(up) == 0x0201 && size_fifo(up) == 16) |
930 | return 1; | 930 | return 1; |
diff --git a/drivers/serial/bfin_sport_uart.c b/drivers/serial/bfin_sport_uart.c index e57fb3d228e2..81987a7b9aa3 100644 --- a/drivers/serial/bfin_sport_uart.c +++ b/drivers/serial/bfin_sport_uart.c | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | /* | 11 | /* |
12 | * This driver and the hardware supported are in term of EE-191 of ADI. | 12 | * This driver and the hardware supported are in term of EE-191 of ADI. |
13 | * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf | 13 | * http://www.analog.com/static/imported-files/application_notes/EE191.pdf |
14 | * This application note describe how to implement a UART on a Sharc DSP, | 14 | * This application note describe how to implement a UART on a Sharc DSP, |
15 | * but this driver is implemented on Blackfin Processor. | 15 | * but this driver is implemented on Blackfin Processor. |
16 | * Transmit Frame Sync is not used by this driver to transfer data out. | 16 | * Transmit Frame Sync is not used by this driver to transfer data out. |
diff --git a/drivers/serial/bfin_sport_uart.h b/drivers/serial/bfin_sport_uart.h index 9ce253e381d2..6d06ce1d5675 100644 --- a/drivers/serial/bfin_sport_uart.h +++ b/drivers/serial/bfin_sport_uart.h | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | /* | 11 | /* |
12 | * This driver and the hardware supported are in term of EE-191 of ADI. | 12 | * This driver and the hardware supported are in term of EE-191 of ADI. |
13 | * http://www.analog.com/UploadedFiles/Application_Notes/399447663EE191.pdf | 13 | * http://www.analog.com/static/imported-files/application_notes/EE191.pdf |
14 | * This application note describe how to implement a UART on a Sharc DSP, | 14 | * This application note describe how to implement a UART on a Sharc DSP, |
15 | * but this driver is implemented on Blackfin Processor. | 15 | * but this driver is implemented on Blackfin Processor. |
16 | * Transmit Frame Sync is not used by this driver to transfer data out. | 16 | * Transmit Frame Sync is not used by this driver to transfer data out. |
diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c index caf085d3a76a..c761b2223129 100644 --- a/drivers/serial/uartlite.c +++ b/drivers/serial/uartlite.c | |||
@@ -44,7 +44,7 @@ MODULE_DEVICE_TABLE(of, ulite_of_match); | |||
44 | * Register definitions | 44 | * Register definitions |
45 | * | 45 | * |
46 | * For register details see datasheet: | 46 | * For register details see datasheet: |
47 | * http://www.xilinx.com/bvdocs/ipcenter/data_sheet/opb_uartlite.pdf | 47 | * http://www.xilinx.com/support/documentation/ip_documentation/opb_uartlite.pdf |
48 | */ | 48 | */ |
49 | 49 | ||
50 | #define ULITE_RX 0x00 | 50 | #define ULITE_RX 0x00 |