diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-05-22 11:36:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-03 11:36:03 -0400 |
commit | 05a78966395c5a115be3d38f6eb82efc94ee45b0 (patch) | |
tree | 24a9fbd42ba74d37d2a17c0193df27e37aad3e5c /drivers/serial/s3c2410.c | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff) |
[ARM] 5050/1: S3C2410: Cleanup header on S3C2410 serial driver
Remove the changelog which should really be found
in the version control system.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/s3c2410.c')
-rw-r--r-- | drivers/serial/s3c2410.c | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c index 2b6a013639e6..c32cf93d7a43 100644 --- a/drivers/serial/s3c2410.c +++ b/drivers/serial/s3c2410.c | |||
@@ -1,36 +1,9 @@ | |||
1 | /* | 1 | /* linux/drivers/serial/s3c2410.c |
2 | * linux/drivers/serial/s3c2410.c | ||
3 | * | ||
4 | * Driver for onboard UARTs on the Samsung S3C24XX | ||
5 | * | ||
6 | * Based on drivers/char/serial.c and drivers/char/21285.c | ||
7 | * | ||
8 | * Ben Dooks, (c) 2003-2005 Simtec Electronics | ||
9 | * http://www.simtec.co.uk/products/SWLINUX/ | ||
10 | * | ||
11 | * Changelog: | ||
12 | * | ||
13 | * 22-Jul-2004 BJD Finished off device rewrite | ||
14 | * | ||
15 | * 21-Jul-2004 BJD Thanks to <herbet@13thfloor.at> for pointing out | ||
16 | * problems with baud rate and loss of IR settings. Update | ||
17 | * to add configuration via platform_device structure | ||
18 | * | ||
19 | * 28-Sep-2004 BJD Re-write for the following items | ||
20 | * - S3C2410 and S3C2440 serial support | ||
21 | * - Power Management support | ||
22 | * - Fix console via IrDA devices | ||
23 | * - SysReq (Herbert Pötzl) | ||
24 | * - Break character handling (Herbert Pötzl) | ||
25 | * - spin-lock initialisation (Dimitry Andric) | ||
26 | * - added clock control | ||
27 | * - updated init code to use platform_device info | ||
28 | * | ||
29 | * 06-Mar-2005 BJD Add s3c2440 fclk clock source | ||
30 | * | 2 | * |
31 | * 09-Mar-2005 BJD Add s3c2400 support | 3 | * Driver for Samsung SoC onboard UARTs. |
32 | * | 4 | * |
33 | * 10-Mar-2005 LCVR Changed S3C2410_VA_UART to S3C24XX_VA_UART | 5 | * Ben Dooks, Copyright (c) 2003-2005 Simtec Electronics |
6 | * http://armlinux.simtec.co.uk/ | ||
34 | */ | 7 | */ |
35 | 8 | ||
36 | /* Note on 2440 fclk clock source handling | 9 | /* Note on 2440 fclk clock source handling |