diff options
Diffstat (limited to 'drivers/tty/serial/arc_uart.c')
-rw-r--r-- | drivers/tty/serial/arc_uart.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tty/serial/arc_uart.c b/drivers/tty/serial/arc_uart.c index 77fe306690c4..2599f9ecccfe 100644 --- a/drivers/tty/serial/arc_uart.c +++ b/drivers/tty/serial/arc_uart.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * ARC On-Chip(fpga) UART Driver | 3 | * ARC On-Chip(fpga) UART Driver |
3 | * | 4 | * |
4 | * Copyright (C) 2010-2012 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2010-2012 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * vineetg: July 10th 2012 | 7 | * vineetg: July 10th 2012 |
11 | * -Decoupled the driver from arch/arc | 8 | * -Decoupled the driver from arch/arc |
12 | * +Using platform_get_resource() for irq/membase (thx to bfin_uart.c) | 9 | * +Using platform_get_resource() for irq/membase (thx to bfin_uart.c) |