diff options
Diffstat (limited to 'arch/mips/include')
31 files changed, 31 insertions, 123 deletions
diff --git a/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h index e6a8108cde4e..95a0b580909d 100644 --- a/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR231x/AR531x SoC specific CPU feature overrides | 3 | * Atheros AR231x/AR531x SoC specific CPU feature overrides |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * This file was derived from: include/asm-mips/cpu-features.h | 7 | * This file was derived from: include/asm-mips/cpu-features.h |
7 | * Copyright (C) 2003, 2004 Ralf Baechle | 8 | * Copyright (C) 2003, 2004 Ralf Baechle |
8 | * Copyright (C) 2004 Maciej W. Rozycki | 9 | * Copyright (C) 2004 Maciej W. Rozycki |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published | ||
12 | * by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | #ifndef __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H | 11 | #ifndef __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H |
16 | #define __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H | 12 | #define __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h index 284b4fa23e03..1f9e571af67c 100644 --- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h +++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR71XX/AR724X/AR913X SoC register definitions | 3 | * Atheros AR71XX/AR724X/AR913X SoC register definitions |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | 7 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
7 | * | 8 | * |
8 | * Parts of this file are based on Atheros' 2.6.15/2.6.31 BSP | 9 | * Parts of this file are based on Atheros' 2.6.15/2.6.31 BSP |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published | ||
12 | * by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef __ASM_MACH_AR71XX_REGS_H | 12 | #ifndef __ASM_MACH_AR71XX_REGS_H |
diff --git a/arch/mips/include/asm/mach-ath79/ar933x_uart.h b/arch/mips/include/asm/mach-ath79/ar933x_uart.h index c2917b39966b..b8f8af7dc47c 100644 --- a/arch/mips/include/asm/mach-ath79/ar933x_uart.h +++ b/arch/mips/include/asm/mach-ath79/ar933x_uart.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR933X UART defines | 3 | * Atheros AR933X UART defines |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> | 5 | * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __AR933X_UART_H | 8 | #ifndef __AR933X_UART_H |
diff --git a/arch/mips/include/asm/mach-ath79/ath79.h b/arch/mips/include/asm/mach-ath79/ath79.h index 47e8827e9564..70cda74494a4 100644 --- a/arch/mips/include/asm/mach-ath79/ath79.h +++ b/arch/mips/include/asm/mach-ath79/ath79.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR71XX/AR724X/AR913X common definitions | 3 | * Atheros AR71XX/AR724X/AR913X common definitions |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | 6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
6 | * | 7 | * |
7 | * Parts of this file are based on Atheros' 2.6.15 BSP | 8 | * Parts of this file are based on Atheros' 2.6.15 BSP |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published | ||
11 | * by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #ifndef __ASM_MACH_ATH79_H | 11 | #ifndef __ASM_MACH_ATH79_H |
diff --git a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h index 026ad90c8ac0..e7c972fccd9f 100644 --- a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides | 3 | * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * This file was derived from: include/asm-mips/cpu-features.h | 8 | * This file was derived from: include/asm-mips/cpu-features.h |
8 | * Copyright (C) 2003, 2004 Ralf Baechle | 9 | * Copyright (C) 2003, 2004 Ralf Baechle |
9 | * Copyright (C) 2004 Maciej W. Rozycki | 10 | * Copyright (C) 2004 Maciej W. Rozycki |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | * | ||
15 | */ | 11 | */ |
16 | #ifndef __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H | 12 | #ifndef __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H |
17 | #define __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H | 13 | #define __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ath79/irq.h b/arch/mips/include/asm/mach-ath79/irq.h index 5c9ca76a7ebf..2df1abf9e5af 100644 --- a/arch/mips/include/asm/mach-ath79/irq.h +++ b/arch/mips/include/asm/mach-ath79/irq.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> | 3 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> |
3 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | 4 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | #ifndef __ASM_MACH_ATH79_IRQ_H | 6 | #ifndef __ASM_MACH_ATH79_IRQ_H |
10 | #define __ASM_MACH_ATH79_IRQ_H | 7 | #define __ASM_MACH_ATH79_IRQ_H |
diff --git a/arch/mips/include/asm/mach-ath79/kernel-entry-init.h b/arch/mips/include/asm/mach-ath79/kernel-entry-init.h index d8d046bccc8e..88db67bf4761 100644 --- a/arch/mips/include/asm/mach-ath79/kernel-entry-init.h +++ b/arch/mips/include/asm/mach-ath79/kernel-entry-init.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atheros AR71XX/AR724X/AR913X specific kernel entry setup | 3 | * Atheros AR71XX/AR724X/AR913X specific kernel entry setup |
3 | * | 4 | * |
4 | * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> | 5 | * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | #ifndef __ASM_MACH_ATH79_KERNEL_ENTRY_H | 7 | #ifndef __ASM_MACH_ATH79_KERNEL_ENTRY_H |
12 | #define __ASM_MACH_ATH79_KERNEL_ENTRY_H | 8 | #define __ASM_MACH_ATH79_KERNEL_ENTRY_H |
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h index 096a10072430..f03c1c42dd90 100644 --- a/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-lantiq/falcon/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Lantiq FALCON specific CPU feature overrides | 3 | * Lantiq FALCON specific CPU feature overrides |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * This file was derived from: include/asm-mips/cpu-features.h | 7 | * This file was derived from: include/asm-mips/cpu-features.h |
7 | * Copyright (C) 2003, 2004 Ralf Baechle | 8 | * Copyright (C) 2003, 2004 Ralf Baechle |
8 | * Copyright (C) 2004 Maciej W. Rozycki | 9 | * Copyright (C) 2004 Maciej W. Rozycki |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published | ||
12 | * by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | #ifndef __ASM_MACH_FALCON_CPU_FEATURE_OVERRIDES_H | 11 | #ifndef __ASM_MACH_FALCON_CPU_FEATURE_OVERRIDES_H |
16 | #define __ASM_MACH_FALCON_CPU_FEATURE_OVERRIDES_H | 12 | #define __ASM_MACH_FALCON_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h index 6dd8ad2409dc..6eeda90f70ed 100644 --- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h +++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 Thomas Langer <thomas.langer@lantiq.com> | 4 | * Copyright (C) 2010 Thomas Langer <thomas.langer@lantiq.com> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/irq.h b/arch/mips/include/asm/mach-lantiq/falcon/irq.h index 2caccd9f9dbc..91d2bc03c9fa 100644 --- a/arch/mips/include/asm/mach-lantiq/falcon/irq.h +++ b/arch/mips/include/asm/mach-lantiq/falcon/irq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2011 Thomas Langer <thomas.langer@lantiq.com> | 4 | * Copyright (C) 2011 Thomas Langer <thomas.langer@lantiq.com> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h index 8e9b022c3594..5855ba1bd1ec 100644 --- a/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h +++ b/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/lantiq.h b/arch/mips/include/asm/mach-lantiq/lantiq.h index d750f93232e4..6ceb0287dbfe 100644 --- a/arch/mips/include/asm/mach-lantiq/lantiq.h +++ b/arch/mips/include/asm/mach-lantiq/lantiq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/lantiq_platform.h b/arch/mips/include/asm/mach-lantiq/lantiq_platform.h index 17d2fdcdaef4..70ebb4d6f050 100644 --- a/arch/mips/include/asm/mach-lantiq/lantiq_platform.h +++ b/arch/mips/include/asm/mach-lantiq/lantiq_platform.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/xway/irq.h b/arch/mips/include/asm/mach-lantiq/xway/irq.h index 83e5f03cccb5..76ebbf6c50ef 100644 --- a/arch/mips/include/asm/mach-lantiq/xway/irq.h +++ b/arch/mips/include/asm/mach-lantiq/xway/irq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h index 0b424214a5e9..5f0d0ba991cb 100644 --- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h +++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h index 17b41bb5991f..4790cfa190d6 100644 --- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h +++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2010 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2010 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-ralink/mt7620.h b/arch/mips/include/asm/mach-ralink/mt7620.h index 66af4ccb5c6c..757ce53d00e6 100644 --- a/arch/mips/include/asm/mach-ralink/mt7620.h +++ b/arch/mips/include/asm/mach-ralink/mt7620.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Parts of this file are based on Ralink's 2.6.21 BSP | 4 | * Parts of this file are based on Ralink's 2.6.21 BSP |
7 | * | 5 | * |
diff --git a/arch/mips/include/asm/mach-ralink/mt7620/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ralink/mt7620/cpu-feature-overrides.h index f7bb8cfc5eb1..6ea5908f0c11 100644 --- a/arch/mips/include/asm/mach-ralink/mt7620/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ralink/mt7620/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink MT7620 specific CPU feature overrides | 3 | * Ralink MT7620 specific CPU feature overrides |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * This file was derived from: include/asm-mips/cpu-features.h | 8 | * This file was derived from: include/asm-mips/cpu-features.h |
8 | * Copyright (C) 2003, 2004 Ralf Baechle | 9 | * Copyright (C) 2003, 2004 Ralf Baechle |
9 | * Copyright (C) 2004 Maciej W. Rozycki | 10 | * Copyright (C) 2004 Maciej W. Rozycki |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | * | ||
15 | */ | 11 | */ |
16 | #ifndef _MT7620_CPU_FEATURE_OVERRIDES_H | 12 | #ifndef _MT7620_CPU_FEATURE_OVERRIDES_H |
17 | #define _MT7620_CPU_FEATURE_OVERRIDES_H | 13 | #define _MT7620_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ralink/mt7621.h b/arch/mips/include/asm/mach-ralink/mt7621.h index a672e06fa5fd..65483a4681ab 100644 --- a/arch/mips/include/asm/mach-ralink/mt7621.h +++ b/arch/mips/include/asm/mach-ralink/mt7621.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2015 John Crispin <john@phrozen.org> | 4 | * Copyright (C) 2015 John Crispin <john@phrozen.org> |
7 | */ | 5 | */ |
diff --git a/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h index 15db1b330fe8..e06f517b2588 100644 --- a/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink MT7621 specific CPU feature overrides | 3 | * Ralink MT7621 specific CPU feature overrides |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * This file was derived from: include/asm-mips/cpu-features.h | 9 | * This file was derived from: include/asm-mips/cpu-features.h |
9 | * Copyright (C) 2003, 2004 Ralf Baechle | 10 | * Copyright (C) 2003, 2004 Ralf Baechle |
10 | * Copyright (C) 2004 Maciej W. Rozycki | 11 | * Copyright (C) 2004 Maciej W. Rozycki |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify it | ||
13 | * under the terms of the GNU General Public License version 2 as published | ||
14 | * by the Free Software Foundation. | ||
15 | * | ||
16 | */ | 12 | */ |
17 | #ifndef _MT7621_CPU_FEATURE_OVERRIDES_H | 13 | #ifndef _MT7621_CPU_FEATURE_OVERRIDES_H |
18 | #define _MT7621_CPU_FEATURE_OVERRIDES_H | 14 | #define _MT7621_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ralink/ralink_regs.h b/arch/mips/include/asm/mach-ralink/ralink_regs.h index b4e7dfa214eb..9dbd9f0870c9 100644 --- a/arch/mips/include/asm/mach-ralink/ralink_regs.h +++ b/arch/mips/include/asm/mach-ralink/ralink_regs.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink SoC register definitions | 3 | * Ralink SoC register definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2013 John Crispin <john@phrozen.org> | 5 | * Copyright (C) 2013 John Crispin <john@phrozen.org> |
5 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> | 6 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> |
6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | 7 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published | ||
10 | * by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _RALINK_REGS_H_ | 10 | #ifndef _RALINK_REGS_H_ |
diff --git a/arch/mips/include/asm/mach-ralink/rt288x.h b/arch/mips/include/asm/mach-ralink/rt288x.h index 25ae1042d57b..5d10178f26af 100644 --- a/arch/mips/include/asm/mach-ralink/rt288x.h +++ b/arch/mips/include/asm/mach-ralink/rt288x.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Parts of this file are based on Ralink's 2.6.21 BSP | 4 | * Parts of this file are based on Ralink's 2.6.21 BSP |
7 | * | 5 | * |
diff --git a/arch/mips/include/asm/mach-ralink/rt288x/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ralink/rt288x/cpu-feature-overrides.h index 72fc10669199..9c069646d0bd 100644 --- a/arch/mips/include/asm/mach-ralink/rt288x/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ralink/rt288x/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink RT288x specific CPU feature overrides | 3 | * Ralink RT288x specific CPU feature overrides |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * This file was derived from: include/asm-mips/cpu-features.h | 8 | * This file was derived from: include/asm-mips/cpu-features.h |
8 | * Copyright (C) 2003, 2004 Ralf Baechle | 9 | * Copyright (C) 2003, 2004 Ralf Baechle |
9 | * Copyright (C) 2004 Maciej W. Rozycki | 10 | * Copyright (C) 2004 Maciej W. Rozycki |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | * | ||
15 | */ | 11 | */ |
16 | #ifndef _RT288X_CPU_FEATURE_OVERRIDES_H | 12 | #ifndef _RT288X_CPU_FEATURE_OVERRIDES_H |
17 | #define _RT288X_CPU_FEATURE_OVERRIDES_H | 13 | #define _RT288X_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ralink/rt305x.h b/arch/mips/include/asm/mach-ralink/rt305x.h index ac2d65c04b5f..b54619dc4b88 100644 --- a/arch/mips/include/asm/mach-ralink/rt305x.h +++ b/arch/mips/include/asm/mach-ralink/rt305x.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can redistribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License version 2 as published | ||
4 | * by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Parts of this file are based on Ralink's 2.6.21 BSP | 4 | * Parts of this file are based on Ralink's 2.6.21 BSP |
7 | * | 5 | * |
diff --git a/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h index 917c28654552..2e423fd15384 100644 --- a/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ralink/rt305x/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink RT305x specific CPU feature overrides | 3 | * Ralink RT305x specific CPU feature overrides |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * This file was derived from: include/asm-mips/cpu-features.h | 8 | * This file was derived from: include/asm-mips/cpu-features.h |
8 | * Copyright (C) 2003, 2004 Ralf Baechle | 9 | * Copyright (C) 2003, 2004 Ralf Baechle |
9 | * Copyright (C) 2004 Maciej W. Rozycki | 10 | * Copyright (C) 2004 Maciej W. Rozycki |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | * | ||
15 | */ | 11 | */ |
16 | #ifndef _RT305X_CPU_FEATURE_OVERRIDES_H | 12 | #ifndef _RT305X_CPU_FEATURE_OVERRIDES_H |
17 | #define _RT305X_CPU_FEATURE_OVERRIDES_H | 13 | #define _RT305X_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mach-ralink/rt3883.h b/arch/mips/include/asm/mach-ralink/rt3883.h index 0fbe6f9257cd..565f2548496a 100644 --- a/arch/mips/include/asm/mach-ralink/rt3883.h +++ b/arch/mips/include/asm/mach-ralink/rt3883.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink RT3662/RT3883 SoC register definitions | 3 | * Ralink RT3662/RT3883 SoC register definitions |
3 | * | 4 | * |
4 | * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org> | 5 | * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _RT3883_REGS_H_ | 8 | #ifndef _RT3883_REGS_H_ |
diff --git a/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h index 181fbf4c976f..7cee0e232580 100644 --- a/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Ralink RT3662/RT3883 specific CPU feature overrides | 3 | * Ralink RT3662/RT3883 specific CPU feature overrides |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * This file was derived from: include/asm-mips/cpu-features.h | 7 | * This file was derived from: include/asm-mips/cpu-features.h |
7 | * Copyright (C) 2003, 2004 Ralf Baechle | 8 | * Copyright (C) 2003, 2004 Ralf Baechle |
8 | * Copyright (C) 2004 Maciej W. Rozycki | 9 | * Copyright (C) 2004 Maciej W. Rozycki |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published | ||
12 | * by the Free Software Foundation. | ||
13 | * | ||
14 | */ | 10 | */ |
15 | #ifndef _RT3883_CPU_FEATURE_OVERRIDES_H | 11 | #ifndef _RT3883_CPU_FEATURE_OVERRIDES_H |
16 | #define _RT3883_CPU_FEATURE_OVERRIDES_H | 12 | #define _RT3883_CPU_FEATURE_OVERRIDES_H |
diff --git a/arch/mips/include/asm/mips_machine.h b/arch/mips/include/asm/mips_machine.h index 9d00aebe9842..4efecb70c24e 100644 --- a/arch/mips/include/asm/mips_machine.h +++ b/arch/mips/include/asm/mips_machine.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> | 3 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License version 2 as published | ||
6 | * by the Free Software Foundation. | ||
7 | * | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __ASM_MIPS_MACHINE_H | 6 | #ifndef __ASM_MIPS_MACHINE_H |
diff --git a/arch/mips/include/asm/perf_event.h b/arch/mips/include/asm/perf_event.h index d0c77496c728..0babf6bbbd45 100644 --- a/arch/mips/include/asm/perf_event.h +++ b/arch/mips/include/asm/perf_event.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/mips/include/asm/perf_event.h | 3 | * linux/arch/mips/include/asm/perf_event.h |
3 | * | 4 | * |
4 | * Copyright (C) 2010 MIPS Technologies, Inc. | 5 | * Copyright (C) 2010 MIPS Technologies, Inc. |
5 | * Author: Deng-Cheng Zhu | 6 | * Author: Deng-Cheng Zhu |
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 | #ifndef __MIPS_PERF_EVENT_H__ | 9 | #ifndef __MIPS_PERF_EVENT_H__ |
diff --git a/arch/mips/include/asm/prom.h b/arch/mips/include/asm/prom.h index 0b4b668925f6..c42e07671934 100644 --- a/arch/mips/include/asm/prom.h +++ b/arch/mips/include/asm/prom.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/mips/include/asm/prom.h | 3 | * arch/mips/include/asm/prom.h |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Cisco Systems Inc. <dediao@cisco.com> | 5 | * Copyright (C) 2010 Cisco Systems Inc. <dediao@cisco.com> |
5 | * | ||
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 | */ | 6 | */ |
11 | #ifndef __ASM_PROM_H | 7 | #ifndef __ASM_PROM_H |
12 | #define __ASM_PROM_H | 8 | #define __ASM_PROM_H |
diff --git a/arch/mips/include/asm/txx9/dmac.h b/arch/mips/include/asm/txx9/dmac.h index 5e9151fccbb4..b47ef5fe7039 100644 --- a/arch/mips/include/asm/txx9/dmac.h +++ b/arch/mips/include/asm/txx9/dmac.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TXx9 SoC DMA Controller | 3 | * TXx9 SoC DMA Controller |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef __ASM_TXX9_DMAC_H | 6 | #ifndef __ASM_TXX9_DMAC_H |