diff options
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-05-08 03:30:28 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:12 -0400 |
| commit | a4bb27d99ca2986e30180a0eb143865051b909db (patch) | |
| tree | 1eed7b3ac0eb67e93a33b7f650de6f608ae0bebe | |
| parent | 07bafde351470e19168dfc6385ff417e832850c1 (diff) | |
serial_txx9: zap changelog from source code
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | drivers/serial/serial_txx9.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c index 98dcea73b298..1deb5764326d 100644 --- a/drivers/serial/serial_txx9.c +++ b/drivers/serial/serial_txx9.c | |||
| @@ -15,31 +15,6 @@ | |||
| 15 | * published by the Free Software Foundation. | 15 | * published by the Free Software Foundation. |
| 16 | * | 16 | * |
| 17 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller | 17 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller |
| 18 | * | ||
| 19 | * Revision History: | ||
| 20 | * 0.30 Initial revision. (Renamed from serial_txx927.c) | ||
| 21 | * 0.31 Use save_flags instead of local_irq_save. | ||
| 22 | * 0.32 Support SCLK. | ||
| 23 | * 0.33 Switch TXX9_TTY_NAME by CONFIG_SERIAL_TXX9_STDSERIAL. | ||
| 24 | * Support TIOCSERGETLSR. | ||
| 25 | * 0.34 Support slow baudrate. | ||
| 26 | * 0.40 Merge codes from mainstream kernel (2.4.22). | ||
| 27 | * 0.41 Fix console checking in rs_shutdown_port(). | ||
| 28 | * Disable flow-control in serial_console_write(). | ||
| 29 | * 0.42 Fix minor compiler warning. | ||
| 30 | * 1.00 Kernel 2.6. Converted to new serial core (based on 8250.c). | ||
| 31 | * 1.01 Set fifosize to make tx_empry called properly. | ||
| 32 | * Use standard uart_get_divisor. | ||
| 33 | * 1.02 Cleanup. (import 8250.c changes) | ||
| 34 | * 1.03 Fix low-latency mode. (import 8250.c changes) | ||
| 35 | * 1.04 Remove usage of deprecated functions, cleanup. | ||
| 36 | * 1.05 More strict check in verify_port. Cleanup. | ||
| 37 | * 1.06 Do not insert a char caused previous overrun. | ||
| 38 | * Fix some spin_locks. | ||
| 39 | * Do not call uart_add_one_port for absent ports. | ||
| 40 | * 1.07 Use CONFIG_SERIAL_TXX9_NR_UARTS. Cleanup. | ||
| 41 | * 1.08 Use platform_device. | ||
| 42 | * Fix and cleanup suspend/resume/initialization codes. | ||
| 43 | */ | 18 | */ |
| 44 | 19 | ||
| 45 | #if defined(CONFIG_SERIAL_TXX9_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | 20 | #if defined(CONFIG_SERIAL_TXX9_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) |
