diff options
Diffstat (limited to 'arch/c6x/kernel')
-rw-r--r-- | arch/c6x/kernel/c6x_ksyms.c | 6 | ||||
-rw-r--r-- | arch/c6x/kernel/devicetree.c | 6 | ||||
-rw-r--r-- | arch/c6x/kernel/entry.S | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/head.S | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/module.c | 6 | ||||
-rw-r--r-- | arch/c6x/kernel/process.c | 6 | ||||
-rw-r--r-- | arch/c6x/kernel/ptrace.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/setup.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/signal.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/soc.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/switch_to.S | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/sys_c6x.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/time.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/traps.c | 5 | ||||
-rw-r--r-- | arch/c6x/kernel/vectors.S | 5 |
15 files changed, 15 insertions, 64 deletions
diff --git a/arch/c6x/kernel/c6x_ksyms.c b/arch/c6x/kernel/c6x_ksyms.c index 0ba3e0bba3e1..5a39f52f9db4 100644 --- a/arch/c6x/kernel/c6x_ksyms.c +++ b/arch/c6x/kernel/c6x_ksyms.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | #include <linux/module.h> | 8 | #include <linux/module.h> |
13 | #include <asm/checksum.h> | 9 | #include <asm/checksum.h> |
diff --git a/arch/c6x/kernel/devicetree.c b/arch/c6x/kernel/devicetree.c index fa3e5741514e..a0c73f0545b2 100644 --- a/arch/c6x/kernel/devicetree.c +++ b/arch/c6x/kernel/devicetree.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Architecture specific OF callbacks. | 3 | * Architecture specific OF callbacks. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2011 Texas Instruments Incorporated |
5 | * Author: Mark Salter <msalter@redhat.com> | 6 | * Author: Mark Salter <msalter@redhat.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | #include <linux/init.h> | 8 | #include <linux/init.h> |
13 | #include <linux/memblock.h> | 9 | #include <linux/memblock.h> |
diff --git a/arch/c6x/kernel/entry.S b/arch/c6x/kernel/entry.S index 2721c90b0121..4332a10aec6c 100644 --- a/arch/c6x/kernel/entry.S +++ b/arch/c6x/kernel/entry.S | |||
@@ -1,3 +1,4 @@ | |||
1 | ; SPDX-License-Identifier: GPL-2.0-only | ||
1 | ; | 2 | ; |
2 | ; Port on Texas Instruments TMS320C6x architecture | 3 | ; Port on Texas Instruments TMS320C6x architecture |
3 | ; | 4 | ; |
@@ -5,10 +6,6 @@ | |||
5 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@virtuallogix.com) | 6 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@virtuallogix.com) |
6 | ; Updated for 2.6.34: Mark Salter <msalter@redhat.com> | 7 | ; Updated for 2.6.34: Mark Salter <msalter@redhat.com> |
7 | ; | 8 | ; |
8 | ; This program is free software; you can redistribute it and/or modify | ||
9 | ; it under the terms of the GNU General Public License version 2 as | ||
10 | ; published by the Free Software Foundation. | ||
11 | ; | ||
12 | 9 | ||
13 | #include <linux/sys.h> | 10 | #include <linux/sys.h> |
14 | #include <linux/linkage.h> | 11 | #include <linux/linkage.h> |
diff --git a/arch/c6x/kernel/head.S b/arch/c6x/kernel/head.S index 133eab6edf6b..fecbeef827bc 100644 --- a/arch/c6x/kernel/head.S +++ b/arch/c6x/kernel/head.S | |||
@@ -1,13 +1,10 @@ | |||
1 | ; SPDX-License-Identifier: GPL-2.0-only | ||
1 | ; | 2 | ; |
2 | ; Port on Texas Instruments TMS320C6x architecture | 3 | ; Port on Texas Instruments TMS320C6x architecture |
3 | ; | 4 | ; |
4 | ; Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | ; Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | ; | 7 | ; |
7 | ; This program is free software; you can redistribute it and/or modify | ||
8 | ; it under the terms of the GNU General Public License version 2 as | ||
9 | ; published by the Free Software Foundation. | ||
10 | ; | ||
11 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
12 | #include <linux/of_fdt.h> | 9 | #include <linux/of_fdt.h> |
13 | #include <asm/asm-offsets.h> | 10 | #include <asm/asm-offsets.h> |
diff --git a/arch/c6x/kernel/module.c b/arch/c6x/kernel/module.c index 5fc03f18f56c..09b4c6bfe877 100644 --- a/arch/c6x/kernel/module.c +++ b/arch/c6x/kernel/module.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2005, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2005, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Thomas Charleux (thomas.charleux@jaluna.com) | 6 | * Author: Thomas Charleux (thomas.charleux@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | #include <linux/moduleloader.h> | 8 | #include <linux/moduleloader.h> |
13 | #include <linux/elf.h> | 9 | #include <linux/elf.h> |
diff --git a/arch/c6x/kernel/process.c b/arch/c6x/kernel/process.c index c4ecb24c2d5c..cb9c8b63cddd 100644 --- a/arch/c6x/kernel/process.c +++ b/arch/c6x/kernel/process.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | #include <linux/module.h> | 8 | #include <linux/module.h> |
13 | #include <linux/unistd.h> | 9 | #include <linux/unistd.h> |
diff --git a/arch/c6x/kernel/ptrace.c b/arch/c6x/kernel/ptrace.c index 8801dc98fd44..67af1562da86 100644 --- a/arch/c6x/kernel/ptrace.c +++ b/arch/c6x/kernel/ptrace.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | 7 | * |
7 | * Updated for 2.6.34: Mark Salter <msalter@redhat.com> | 8 | * Updated for 2.6.34: Mark Salter <msalter@redhat.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #include <linux/ptrace.h> | 10 | #include <linux/ptrace.h> |
14 | #include <linux/tracehook.h> | 11 | #include <linux/tracehook.h> |
diff --git a/arch/c6x/kernel/setup.c b/arch/c6x/kernel/setup.c index e9d6824ae94d..8ef35131f999 100644 --- a/arch/c6x/kernel/setup.c +++ b/arch/c6x/kernel/setup.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/dma-mapping.h> | 8 | #include <linux/dma-mapping.h> |
12 | #include <linux/memblock.h> | 9 | #include <linux/memblock.h> |
diff --git a/arch/c6x/kernel/signal.c b/arch/c6x/kernel/signal.c index 33b9f69c38f7..e72d9b6bc234 100644 --- a/arch/c6x/kernel/signal.c +++ b/arch/c6x/kernel/signal.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | 7 | * |
7 | * Updated for 2.6.34: Mark Salter <msalter@redhat.com> | 8 | * Updated for 2.6.34: Mark Salter <msalter@redhat.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
diff --git a/arch/c6x/kernel/soc.c b/arch/c6x/kernel/soc.c index 3ac74080fded..8362f9390e03 100644 --- a/arch/c6x/kernel/soc.c +++ b/arch/c6x/kernel/soc.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Miscellaneous SoC-specific hooks. | 3 | * Miscellaneous SoC-specific hooks. |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2011 Texas Instruments Incorporated |
5 | * Author: Mark Salter <msalter@redhat.com> | 6 | * Author: Mark Salter <msalter@redhat.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
12 | #include <linux/ctype.h> | 9 | #include <linux/ctype.h> |
diff --git a/arch/c6x/kernel/switch_to.S b/arch/c6x/kernel/switch_to.S index 09177ed0fa5c..b7f9f607042e 100644 --- a/arch/c6x/kernel/switch_to.S +++ b/arch/c6x/kernel/switch_to.S | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Texas Instruments Incorporated | 3 | * Copyright (C) 2011 Texas Instruments Incorporated |
3 | * Author: Mark Salter (msalter@redhat.com) | 4 | * Author: Mark Salter (msalter@redhat.com) |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/linkage.h> | 7 | #include <linux/linkage.h> |
diff --git a/arch/c6x/kernel/sys_c6x.c b/arch/c6x/kernel/sys_c6x.c index a742ae259239..600277f057cf 100644 --- a/arch/c6x/kernel/sys_c6x.c +++ b/arch/c6x/kernel/sys_c6x.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
12 | #include <linux/syscalls.h> | 9 | #include <linux/syscalls.h> |
diff --git a/arch/c6x/kernel/time.c b/arch/c6x/kernel/time.c index 6a8e00a1f6d5..f3ec91a87f4f 100644 --- a/arch/c6x/kernel/time.c +++ b/arch/c6x/kernel/time.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/c6x/kernel/traps.c b/arch/c6x/kernel/traps.c index 5c60aea3b75a..c4785c9b67a2 100644 --- a/arch/c6x/kernel/traps.c +++ b/arch/c6x/kernel/traps.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Port on Texas Instruments TMS320C6x architecture | 3 | * Port on Texas Instruments TMS320C6x architecture |
3 | * | 4 | * |
4 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | * Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
12 | #include <linux/ptrace.h> | 9 | #include <linux/ptrace.h> |
diff --git a/arch/c6x/kernel/vectors.S b/arch/c6x/kernel/vectors.S index c95c66fc71e8..ad3dc006a6d3 100644 --- a/arch/c6x/kernel/vectors.S +++ b/arch/c6x/kernel/vectors.S | |||
@@ -1,13 +1,10 @@ | |||
1 | ; SPDX-License-Identifier: GPL-2.0-only | ||
1 | ; | 2 | ; |
2 | ; Port on Texas Instruments TMS320C6x architecture | 3 | ; Port on Texas Instruments TMS320C6x architecture |
3 | ; | 4 | ; |
4 | ; Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated | 5 | ; Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated |
5 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) | 6 | ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) |
6 | ; | 7 | ; |
7 | ; This program is free software; you can redistribute it and/or modify | ||
8 | ; it under the terms of the GNU General Public License version 2 as | ||
9 | ; published by the Free Software Foundation. | ||
10 | ; | ||
11 | ; This section handles all the interrupt vector routines. | 8 | ; This section handles all the interrupt vector routines. |
12 | ; At RESET the processor sets up the DRAM timing parameters and | 9 | ; At RESET the processor sets up the DRAM timing parameters and |
13 | ; branches to the label _c_int00 which handles initialization for the C code. | 10 | ; branches to the label _c_int00 which handles initialization for the C code. |