diff options
Diffstat (limited to 'arch/powerpc')
84 files changed, 84 insertions, 339 deletions
diff --git a/arch/powerpc/boot/cuboot-52xx.c b/arch/powerpc/boot/cuboot-52xx.c index 4c42ec8687be..b332056f2420 100644 --- a/arch/powerpc/boot/cuboot-52xx.c +++ b/arch/powerpc/boot/cuboot-52xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for MPC5200 | 3 | * Old U-boot compatibility for MPC5200 |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (c) 2007 Secret Lab Technologies Ltd. | 7 | * Copyright (c) 2007 Secret Lab Technologies Ltd. |
7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 11 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-824x.c b/arch/powerpc/boot/cuboot-824x.c index ced90c53de48..15818cb97c44 100644 --- a/arch/powerpc/boot/cuboot-824x.c +++ b/arch/powerpc/boot/cuboot-824x.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for 824x | 3 | * Old U-boot compatibility for 824x |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 5 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 8 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-83xx.c b/arch/powerpc/boot/cuboot-83xx.c index 61af1c1e8255..4063c6263c31 100644 --- a/arch/powerpc/boot/cuboot-83xx.c +++ b/arch/powerpc/boot/cuboot-83xx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for 83xx | 3 | * Old U-boot compatibility for 83xx |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-85xx-cpm2.c b/arch/powerpc/boot/cuboot-85xx-cpm2.c index 723872ddd447..ac5115beb348 100644 --- a/arch/powerpc/boot/cuboot-85xx-cpm2.c +++ b/arch/powerpc/boot/cuboot-85xx-cpm2.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for 85xx | 3 | * Old U-boot compatibility for 85xx |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-85xx.c b/arch/powerpc/boot/cuboot-85xx.c index 277ba4a79b5a..1466cc63d623 100644 --- a/arch/powerpc/boot/cuboot-85xx.c +++ b/arch/powerpc/boot/cuboot-85xx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for 85xx | 3 | * Old U-boot compatibility for 85xx |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-8xx.c b/arch/powerpc/boot/cuboot-8xx.c index c202c8868bd6..e4499fba5d2b 100644 --- a/arch/powerpc/boot/cuboot-8xx.c +++ b/arch/powerpc/boot/cuboot-8xx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for 8xx | 3 | * Old U-boot compatibility for 8xx |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-acadia.c b/arch/powerpc/boot/cuboot-acadia.c index 0634aba6348a..46e96756cfe1 100644 --- a/arch/powerpc/boot/cuboot-acadia.c +++ b/arch/powerpc/boot/cuboot-acadia.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Acadia | 3 | * Old U-boot compatibility for Acadia |
3 | * | 4 | * |
4 | * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> | 5 | * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
5 | * | 6 | * |
6 | * Copyright 2008 IBM Corporation | 7 | * Copyright 2008 IBM Corporation |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-amigaone.c b/arch/powerpc/boot/cuboot-amigaone.c index d5029674030b..f3b6d6236ca7 100644 --- a/arch/powerpc/boot/cuboot-amigaone.c +++ b/arch/powerpc/boot/cuboot-amigaone.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for AmigaOne | 3 | * Old U-boot compatibility for AmigaOne |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on cuboot-83xx.c | 7 | * Based on cuboot-83xx.c |
7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 11 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-bamboo.c b/arch/powerpc/boot/cuboot-bamboo.c index b5c30f766c40..a5dcf3091d45 100644 --- a/arch/powerpc/boot/cuboot-bamboo.c +++ b/arch/powerpc/boot/cuboot-bamboo.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Bamboo | 3 | * Old U-boot compatibility for Bamboo |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright 2007 IBM Corporation | 7 | * Copyright 2007 IBM Corporation |
7 | * | 8 | * |
8 | * Based on cuboot-ebony.c | 9 | * Based on cuboot-ebony.c |
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 | #include "ops.h" | 12 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-ebony.c b/arch/powerpc/boot/cuboot-ebony.c index 56564ba37f62..3e602ee0e183 100644 --- a/arch/powerpc/boot/cuboot-ebony.c +++ b/arch/powerpc/boot/cuboot-ebony.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Ebony | 3 | * Old U-boot compatibility for Ebony |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright 2007 David Gibson, IBM Corporatio. | 7 | * Copyright 2007 David Gibson, IBM Corporatio. |
7 | * Based on cuboot-83xx.c, which is: | 8 | * Based on cuboot-83xx.c, which is: |
8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 9 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 12 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-hotfoot.c b/arch/powerpc/boot/cuboot-hotfoot.c index 8f697b958e45..888a6b9bfead 100644 --- a/arch/powerpc/boot/cuboot-hotfoot.c +++ b/arch/powerpc/boot/cuboot-hotfoot.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Esteem 195E Hotfoot CPU Board | 3 | * Old U-boot compatibility for Esteem 195E Hotfoot CPU Board |
3 | * | 4 | * |
4 | * Author: Solomon Peachy <solomon@linux-wlan.com> | 5 | * Author: Solomon Peachy <solomon@linux-wlan.com> |
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 | #include "ops.h" | 8 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-katmai.c b/arch/powerpc/boot/cuboot-katmai.c index 5434d70b5660..034a748fde24 100644 --- a/arch/powerpc/boot/cuboot-katmai.c +++ b/arch/powerpc/boot/cuboot-katmai.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Katmai | 3 | * Old U-boot compatibility for Katmai |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright 2007 David Gibson, IBM Corporation. | 9 | * Copyright 2007 David Gibson, IBM Corporation. |
9 | * Based on cuboot-83xx.c, which is: | 10 | * Based on cuboot-83xx.c, which is: |
10 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | */ | 12 | */ |
16 | 13 | ||
17 | #include "ops.h" | 14 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-kilauea.c b/arch/powerpc/boot/cuboot-kilauea.c index 80cdad6bbc3f..fda182f518a2 100644 --- a/arch/powerpc/boot/cuboot-kilauea.c +++ b/arch/powerpc/boot/cuboot-kilauea.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for PPC405EX. This image is already included | 3 | * Old U-boot compatibility for PPC405EX. This image is already included |
3 | * a dtb. | 4 | * a dtb. |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Tiejun Chen <tiejun.chen@windriver.com> | 6 | * Author: Tiejun Chen <tiejun.chen@windriver.com> |
6 | * | 7 | * |
7 | * Copyright (C) 2009 Wind River Systems, Inc. | 8 | * Copyright (C) 2009 Wind River Systems, Inc. |
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 | #include "ops.h" | 11 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-pq2.c b/arch/powerpc/boot/cuboot-pq2.c index 9c7d13428293..d32765c03edd 100644 --- a/arch/powerpc/boot/cuboot-pq2.c +++ b/arch/powerpc/boot/cuboot-pq2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for PowerQUICC II | 3 | * Old U-boot compatibility for PowerQUICC II |
3 | * (a.k.a. 82xx with CPM, not the 8240 family of chips) | 4 | * (a.k.a. 82xx with CPM, not the 8240 family of chips) |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Scott Wood <scottwood@freescale.com> | 6 | * Author: Scott Wood <scottwood@freescale.com> |
6 | * | 7 | * |
7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 11 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-sam440ep.c b/arch/powerpc/boot/cuboot-sam440ep.c index ec10a47460dd..d875119e3c4a 100644 --- a/arch/powerpc/boot/cuboot-sam440ep.c +++ b/arch/powerpc/boot/cuboot-sam440ep.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Sam440ep based off bamboo.c code | 3 | * Old U-boot compatibility for Sam440ep based off bamboo.c code |
3 | * original copyrights below | 4 | * original copyrights below |
@@ -10,10 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Modified from cuboot-bamboo.c for sam440ep: | 12 | * Modified from cuboot-bamboo.c for sam440ep: |
12 | * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com> | 13 | * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify it | ||
15 | * under the terms of the GNU General Public License version 2 as published | ||
16 | * by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include "ops.h" | 16 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-taishan.c b/arch/powerpc/boot/cuboot-taishan.c index 9bc906a754dd..3d40670b248b 100644 --- a/arch/powerpc/boot/cuboot-taishan.c +++ b/arch/powerpc/boot/cuboot-taishan.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Taishan | 3 | * Old U-boot compatibility for Taishan |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright 2007 David Gibson, IBM Corporation. | 9 | * Copyright 2007 David Gibson, IBM Corporation. |
9 | * Based on cuboot-83xx.c, which is: | 10 | * Based on cuboot-83xx.c, which is: |
10 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | */ | 12 | */ |
16 | 13 | ||
17 | #include "ops.h" | 14 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-warp.c b/arch/powerpc/boot/cuboot-warp.c index 806df693fea6..1ec0fa28480b 100644 --- a/arch/powerpc/boot/cuboot-warp.c +++ b/arch/powerpc/boot/cuboot-warp.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008 PIKA Technologies | 3 | * Copyright (c) 2008 PIKA Technologies |
3 | * Sean MacLennan <smaclennan@pikatech.com> | 4 | * Sean MacLennan <smaclennan@pikatech.com> |
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 | 6 | ||
10 | #include "ops.h" | 7 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot-yosemite.c b/arch/powerpc/boot/cuboot-yosemite.c index cc6e338c5d0d..ce3fdb73798e 100644 --- a/arch/powerpc/boot/cuboot-yosemite.c +++ b/arch/powerpc/boot/cuboot-yosemite.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Yosemite | 3 | * Old U-boot compatibility for Yosemite |
3 | * | 4 | * |
4 | * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> | 5 | * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
5 | * | 6 | * |
6 | * Copyright 2008 IBM Corporation | 7 | * Copyright 2008 IBM Corporation |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/cuboot.c b/arch/powerpc/boot/cuboot.c index 7768b2306b7a..7f186658ff06 100644 --- a/arch/powerpc/boot/cuboot.c +++ b/arch/powerpc/boot/cuboot.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Compatibility for old (not device tree aware) U-Boot versions | 3 | * Compatibility for old (not device tree aware) U-Boot versions |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright 2007 David Gibson, IBM Corporation. | 8 | * Copyright 2007 David Gibson, IBM Corporation. |
8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 9 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 12 | #include "ops.h" |
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 6a109a0ceac9..1a8321ac105a 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MPC8610 HPCD Device Tree Source | 3 | * MPC8610 HPCD Device Tree Source |
3 | * | 4 | * |
4 | * Copyright 2007-2008 Freescale Semiconductor Inc. | 5 | * Copyright 2007-2008 Freescale Semiconductor Inc. |
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 | /dts-v1/; | 8 | /dts-v1/; |
diff --git a/arch/powerpc/boot/ep405.c b/arch/powerpc/boot/ep405.c index 2d08a862cbea..f9ad1e6a844e 100644 --- a/arch/powerpc/boot/ep405.c +++ b/arch/powerpc/boot/ep405.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Embedded Planet EP405 with PlanetCore firmware | 3 | * Embedded Planet EP405 with PlanetCore firmware |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Scott Wood <scottwood@freescale.com> | 9 | * Scott Wood <scottwood@freescale.com> |
9 | * | 10 | * |
10 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | */ | 12 | */ |
16 | 13 | ||
17 | #include "ops.h" | 14 | #include "ops.h" |
diff --git a/arch/powerpc/boot/ep8248e.c b/arch/powerpc/boot/ep8248e.c index f57d14d0272b..2ab9e0d8ca80 100644 --- a/arch/powerpc/boot/ep8248e.c +++ b/arch/powerpc/boot/ep8248e.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Embedded Planet EP8248E with PlanetCore firmware | 3 | * Embedded Planet EP8248E with PlanetCore firmware |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/ep88xc.c b/arch/powerpc/boot/ep88xc.c index a400f5407155..1c277a13b368 100644 --- a/arch/powerpc/boot/ep88xc.c +++ b/arch/powerpc/boot/ep88xc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Embedded Planet EP88xC with PlanetCore firmware | 3 | * Embedded Planet EP88xC with PlanetCore firmware |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/epapr.c b/arch/powerpc/boot/epapr.c index 02e91aa2194a..7c5b26ade6c4 100644 --- a/arch/powerpc/boot/epapr.c +++ b/arch/powerpc/boot/epapr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Bootwrapper for ePAPR compliant firmwares | 3 | * Bootwrapper for ePAPR compliant firmwares |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * and | 9 | * and |
9 | * Scott Wood <scottwood@freescale.com> | 10 | * Scott Wood <scottwood@freescale.com> |
10 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | */ | 12 | */ |
16 | 13 | ||
17 | #include "ops.h" | 14 | #include "ops.h" |
diff --git a/arch/powerpc/boot/fsl-soc.c b/arch/powerpc/boot/fsl-soc.c index b835ed69e1a1..01bad8ea62ee 100644 --- a/arch/powerpc/boot/fsl-soc.c +++ b/arch/powerpc/boot/fsl-soc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Freescale SOC support functions | 3 | * Freescale SOC support functions |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/holly.c b/arch/powerpc/boot/holly.c index 58013b923178..557c7a0ece08 100644 --- a/arch/powerpc/boot/holly.c +++ b/arch/powerpc/boot/holly.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2007 IBM Corporation | 3 | * Copyright 2007 IBM Corporation |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on earlier code: | 8 | * Based on earlier code: |
8 | * Copyright (C) Paul Mackerras 1997. | 9 | * Copyright (C) Paul Mackerras 1997. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | #include <stdarg.h> | 11 | #include <stdarg.h> |
15 | #include <stddef.h> | 12 | #include <stddef.h> |
diff --git a/arch/powerpc/boot/mpc8xx.c b/arch/powerpc/boot/mpc8xx.c index c9bd9285c548..e19ef64df4f1 100644 --- a/arch/powerpc/boot/mpc8xx.c +++ b/arch/powerpc/boot/mpc8xx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MPC8xx support functions | 3 | * MPC8xx support functions |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/mvme5100.c b/arch/powerpc/boot/mvme5100.c index cb865f83c60b..51453d0ec995 100644 --- a/arch/powerpc/boot/mvme5100.c +++ b/arch/powerpc/boot/mvme5100.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Motorola/Emerson MVME5100 with PPCBug firmware. | 3 | * Motorola/Emerson MVME5100 with PPCBug firmware. |
3 | * | 4 | * |
4 | * Author: Stephen Chivers <schivers@csc.com> | 5 | * Author: Stephen Chivers <schivers@csc.com> |
5 | * | 6 | * |
6 | * Copyright 2013 CSC Australia Pty. Ltd. | 7 | * Copyright 2013 CSC Australia Pty. Ltd. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | #include "types.h" | 9 | #include "types.h" |
14 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/planetcore.c b/arch/powerpc/boot/planetcore.c index 75117e63e6db..d5f391e342be 100644 --- a/arch/powerpc/boot/planetcore.c +++ b/arch/powerpc/boot/planetcore.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PlanetCore configuration data support functions | 3 | * PlanetCore configuration data support functions |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "stdio.h" | 10 | #include "stdio.h" |
diff --git a/arch/powerpc/boot/pq2.c b/arch/powerpc/boot/pq2.c index f6d118558f1d..de27f1c0721f 100644 --- a/arch/powerpc/boot/pq2.c +++ b/arch/powerpc/boot/pq2.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PowerQUICC II support functions | 3 | * PowerQUICC II support functions |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/redboot-83xx.c b/arch/powerpc/boot/redboot-83xx.c index 79aa9e151fa7..b610e78b43b6 100644 --- a/arch/powerpc/boot/redboot-83xx.c +++ b/arch/powerpc/boot/redboot-83xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * RedBoot firmware support | 3 | * RedBoot firmware support |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
7 | * Copyright (c) 2008 Codehermit | 8 | * Copyright (c) 2008 Codehermit |
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 | #include "ops.h" | 11 | #include "ops.h" |
diff --git a/arch/powerpc/boot/redboot-8xx.c b/arch/powerpc/boot/redboot-8xx.c index f7945adc8004..d7006eeaf5ea 100644 --- a/arch/powerpc/boot/redboot-8xx.c +++ b/arch/powerpc/boot/redboot-8xx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * RedBoot firmware support | 3 | * RedBoot firmware support |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 10 | #include "ops.h" |
diff --git a/arch/powerpc/boot/simpleboot.c b/arch/powerpc/boot/simpleboot.c index 9f8c678f0d9a..c80691d83880 100644 --- a/arch/powerpc/boot/simpleboot.c +++ b/arch/powerpc/boot/simpleboot.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * The simple platform -- for booting when firmware doesn't supply a device | 3 | * The simple platform -- for booting when firmware doesn't supply a device |
3 | * tree or any platform configuration information. | 4 | * tree or any platform configuration information. |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 11 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
11 | * Copyright (c) 2008 Secret Lab Technologies Ltd. | 12 | * Copyright (c) 2008 Secret Lab Technologies Ltd. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License version 2 as published | ||
15 | * by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include "ops.h" | 15 | #include "ops.h" |
diff --git a/arch/powerpc/boot/stdlib.c b/arch/powerpc/boot/stdlib.c index e00d58c29eea..868b019d6384 100644 --- a/arch/powerpc/boot/stdlib.c +++ b/arch/powerpc/boot/stdlib.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * stdlib functions | 3 | * stdlib functions |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "stdlib.h" | 10 | #include "stdlib.h" |
diff --git a/arch/powerpc/boot/treeboot-ebony.c b/arch/powerpc/boot/treeboot-ebony.c index 21cc4834a384..332e28659134 100644 --- a/arch/powerpc/boot/treeboot-ebony.c +++ b/arch/powerpc/boot/treeboot-ebony.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Ebony | 3 | * Old U-boot compatibility for Ebony |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright 2007 David Gibson, IBM Corporatio. | 7 | * Copyright 2007 David Gibson, IBM Corporatio. |
7 | * Based on cuboot-83xx.c, which is: | 8 | * Based on cuboot-83xx.c, which is: |
8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 9 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 12 | #include "ops.h" |
diff --git a/arch/powerpc/boot/treeboot-walnut.c b/arch/powerpc/boot/treeboot-walnut.c index 097974e59fac..623f58e7f7c9 100644 --- a/arch/powerpc/boot/treeboot-walnut.c +++ b/arch/powerpc/boot/treeboot-walnut.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Old U-boot compatibility for Walnut | 3 | * Old U-boot compatibility for Walnut |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright 2007 IBM Corporation | 7 | * Copyright 2007 IBM Corporation |
7 | * Based on cuboot-83xx.c, which is: | 8 | * Based on cuboot-83xx.c, which is: |
8 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 9 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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 | #include "ops.h" | 12 | #include "ops.h" |
diff --git a/arch/powerpc/boot/virtex.c b/arch/powerpc/boot/virtex.c index f622805f8000..f731cbb4bff0 100644 --- a/arch/powerpc/boot/virtex.c +++ b/arch/powerpc/boot/virtex.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * The platform specific code for virtex devices since a boot loader is not | 3 | * The platform specific code for virtex devices since a boot loader is not |
3 | * always used. | 4 | * always used. |
4 | * | 5 | * |
5 | * (C) Copyright 2008 Xilinx, Inc. | 6 | * (C) Copyright 2008 Xilinx, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include "ops.h" | 9 | #include "ops.h" |
diff --git a/arch/powerpc/crypto/crc-vpmsum_test.c b/arch/powerpc/crypto/crc-vpmsum_test.c index 98ea4f4d3dde..47985219a68f 100644 --- a/arch/powerpc/crypto/crc-vpmsum_test.c +++ b/arch/powerpc/crypto/crc-vpmsum_test.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * CRC vpmsum tester | 3 | * CRC vpmsum tester |
3 | * Copyright 2017 Daniel Axtens, IBM Corporation. | 4 | * Copyright 2017 Daniel Axtens, IBM Corporation. |
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/crc-t10dif.h> | 7 | #include <linux/crc-t10dif.h> |
diff --git a/arch/powerpc/include/asm/kvm_booke_hv_asm.h b/arch/powerpc/include/asm/kvm_booke_hv_asm.h index 931260b59ac6..7487ef582121 100644 --- a/arch/powerpc/include/asm/kvm_booke_hv_asm.h +++ b/arch/powerpc/include/asm/kvm_booke_hv_asm.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2010-2011 Freescale Semiconductor, Inc. | 3 | * Copyright 2010-2011 Freescale Semiconductor, Inc. |
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_KVM_BOOKE_HV_ASM_H | 6 | #ifndef ASM_KVM_BOOKE_HV_ASM_H |
diff --git a/arch/powerpc/include/asm/mm-arch-hooks.h b/arch/powerpc/include/asm/mm-arch-hooks.h index f2a2da895897..dce274be824a 100644 --- a/arch/powerpc/include/asm/mm-arch-hooks.h +++ b/arch/powerpc/include/asm/mm-arch-hooks.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Architecture specific mm hooks | 3 | * Architecture specific mm hooks |
3 | * | 4 | * |
4 | * Copyright (C) 2015, IBM Corporation | 5 | * Copyright (C) 2015, IBM Corporation |
5 | * Author: Laurent Dufour <ldufour@linux.vnet.ibm.com> | 6 | * Author: Laurent Dufour <ldufour@linux.vnet.ibm.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 | #ifndef _ASM_POWERPC_MM_ARCH_HOOKS_H | 9 | #ifndef _ASM_POWERPC_MM_ARCH_HOOKS_H |
diff --git a/arch/powerpc/include/asm/reg_booke.h b/arch/powerpc/include/asm/reg_booke.h index e382bd6ede84..f26fe482fbca 100644 --- a/arch/powerpc/include/asm/reg_booke.h +++ b/arch/powerpc/include/asm/reg_booke.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Contains register definitions common to the Book E PowerPC | 3 | * Contains register definitions common to the Book E PowerPC |
3 | * specification. Notice that while the IBM-40x series of CPUs | 4 | * specification. Notice that while the IBM-40x series of CPUs |
@@ -5,10 +6,6 @@ | |||
5 | * before Book E was finalized, and are included here as well. Unfortunately, | 6 | * before Book E was finalized, and are included here as well. Unfortunately, |
6 | * they sometimes used different locations than true Book E CPUs did. | 7 | * they sometimes used different locations than true Book E CPUs did. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version 2 | ||
10 | * as published by the Free Software Foundation. | ||
11 | * | ||
12 | * Copyright 2009-2010 Freescale Semiconductor, Inc. | 9 | * Copyright 2009-2010 Freescale Semiconductor, Inc. |
13 | */ | 10 | */ |
14 | #ifdef __KERNEL__ | 11 | #ifdef __KERNEL__ |
diff --git a/arch/powerpc/include/asm/trace_clock.h b/arch/powerpc/include/asm/trace_clock.h index cf1ee75ca069..ef70c2f7974d 100644 --- a/arch/powerpc/include/asm/trace_clock.h +++ b/arch/powerpc/include/asm/trace_clock.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 | ||
3 | * it under the terms of the GNU General Public License, version 2, as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation | 4 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation |
7 | */ | 5 | */ |
diff --git a/arch/powerpc/kernel/cacheinfo.c b/arch/powerpc/kernel/cacheinfo.c index 862e2890bd3d..9fbb9d12e0c0 100644 --- a/arch/powerpc/kernel/cacheinfo.c +++ b/arch/powerpc/kernel/cacheinfo.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Processor cache information made available to userspace via sysfs; | 3 | * Processor cache information made available to userspace via sysfs; |
3 | * intended to be compatible with x86 intel_cacheinfo implementation. | 4 | * intended to be compatible with x86 intel_cacheinfo implementation. |
4 | * | 5 | * |
5 | * Copyright 2008 IBM Corporation | 6 | * Copyright 2008 IBM Corporation |
6 | * Author: Nathan Lynch | 7 | * Author: Nathan Lynch |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/cpu.h> | 10 | #include <linux/cpu.h> |
@@ -353,8 +350,6 @@ static int cache_is_unified_d(const struct device_node *np) | |||
353 | CACHE_TYPE_UNIFIED_D : CACHE_TYPE_UNIFIED; | 350 | CACHE_TYPE_UNIFIED_D : CACHE_TYPE_UNIFIED; |
354 | } | 351 | } |
355 | 352 | ||
356 | /* | ||
357 | */ | ||
358 | static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) | 353 | static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) |
359 | { | 354 | { |
360 | pr_debug("creating L%d ucache for %pOF\n", level, node); | 355 | pr_debug("creating L%d ucache for %pOF\n", level, node); |
diff --git a/arch/powerpc/kernel/io-workarounds.c b/arch/powerpc/kernel/io-workarounds.c index 7e89d02a84e1..fbd2d0007c52 100644 --- a/arch/powerpc/kernel/io-workarounds.c +++ b/arch/powerpc/kernel/io-workarounds.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support PCI IO workaround | 3 | * Support PCI IO workaround |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Benjamin Herrenschmidt <benh@kernel.crashing.org> | 5 | * Copyright (C) 2006 Benjamin Herrenschmidt <benh@kernel.crashing.org> |
5 | * IBM, Corp. | 6 | * IBM, Corp. |
6 | * (C) Copyright 2007-2008 TOSHIBA CORPORATION | 7 | * (C) Copyright 2007-2008 TOSHIBA CORPORATION |
7 | * | ||
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 | */ | 8 | */ |
12 | #undef DEBUG | 9 | #undef DEBUG |
13 | 10 | ||
diff --git a/arch/powerpc/kernel/pci_of_scan.c b/arch/powerpc/kernel/pci_of_scan.c index 24191ea2d9a7..24522aa37665 100644 --- a/arch/powerpc/kernel/pci_of_scan.c +++ b/arch/powerpc/kernel/pci_of_scan.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Helper routines to scan the device tree for PCI devices and busses | 3 | * Helper routines to scan the device tree for PCI devices and busses |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM | 9 | * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM |
9 | * Rework, based on alpha PCI code. | 10 | * Rework, based on alpha PCI code. |
10 | * Copyright (c) 2009 Secret Lab Technologies Ltd. | 11 | * Copyright (c) 2009 Secret Lab Technologies Ltd. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2 as published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/pci.h> | 14 | #include <linux/pci.h> |
diff --git a/arch/powerpc/kernel/trace/trace_clock.c b/arch/powerpc/kernel/trace/trace_clock.c index 49170690946d..b0143a313736 100644 --- a/arch/powerpc/kernel/trace/trace_clock.c +++ b/arch/powerpc/kernel/trace/trace_clock.c | |||
@@ -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 | ||
3 | * it under the terms of the GNU General Public License, version 2, as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation | 4 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation |
7 | */ | 5 | */ |
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c index ac5664845aca..9524d92bc45d 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. | 3 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Description: | 9 | * Description: |
9 | * This file is derived from arch/powerpc/kvm/44x.c, | 10 | * This file is derived from arch/powerpc/kvm/44x.c, |
10 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 11 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License, version 2, as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/kvm_host.h> | 14 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/book3s_64_mmu_radix.c b/arch/powerpc/kvm/book3s_64_mmu_radix.c index f55ef071883f..08b2dfbc5305 100644 --- a/arch/powerpc/kvm/book3s_64_mmu_radix.c +++ b/arch/powerpc/kvm/book3s_64_mmu_radix.c | |||
@@ -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 | ||
3 | * it under the terms of the GNU General Public License, version 2, as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright 2016 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 4 | * Copyright 2016 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
7 | */ | 5 | */ |
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index 5e840113eda4..76b1801aa44a 100644 --- a/arch/powerpc/kvm/book3s_hv.c +++ b/arch/powerpc/kvm/book3s_hv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 3 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
3 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. | 4 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. |
@@ -12,10 +13,6 @@ | |||
12 | * | 13 | * |
13 | * This file is derived from arch/powerpc/kvm/book3s.c, | 14 | * This file is derived from arch/powerpc/kvm/book3s.c, |
14 | * by Alexander Graf <agraf@suse.de>. | 15 | * by Alexander Graf <agraf@suse.de>. |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License, version 2, as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #include <linux/kvm_host.h> | 18 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/book3s_hv_builtin.c b/arch/powerpc/kvm/book3s_hv_builtin.c index 6035d24f1d1d..41f93dbcd29f 100644 --- a/arch/powerpc/kvm/book3s_hv_builtin.c +++ b/arch/powerpc/kvm/book3s_hv_builtin.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 3 | * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
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 | #include <linux/cpu.h> | 6 | #include <linux/cpu.h> |
diff --git a/arch/powerpc/kvm/book3s_hv_ras.c b/arch/powerpc/kvm/book3s_hv_ras.c index 8c24c3bea0bf..79f7d07ef674 100644 --- a/arch/powerpc/kvm/book3s_hv_ras.c +++ b/arch/powerpc/kvm/book3s_hv_ras.c | |||
@@ -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 | ||
3 | * it under the terms of the GNU General Public License, version 2, as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright 2012 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 4 | * Copyright 2012 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
7 | */ | 5 | */ |
diff --git a/arch/powerpc/kvm/book3s_hv_rm_mmu.c b/arch/powerpc/kvm/book3s_hv_rm_mmu.c index 8431ad1e8391..63e0ce91e29d 100644 --- a/arch/powerpc/kvm/book3s_hv_rm_mmu.c +++ b/arch/powerpc/kvm/book3s_hv_rm_mmu.c | |||
@@ -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 | ||
3 | * it under the terms of the GNU General Public License, version 2, as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | 3 | * |
6 | * Copyright 2010-2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 4 | * Copyright 2010-2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
7 | */ | 5 | */ |
diff --git a/arch/powerpc/kvm/book3s_hv_rm_xics.c b/arch/powerpc/kvm/book3s_hv_rm_xics.c index 085509148d95..4d2ec77d806c 100644 --- a/arch/powerpc/kvm/book3s_hv_rm_xics.c +++ b/arch/powerpc/kvm/book3s_hv_rm_xics.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Michael Ellerman, IBM Corporation. | 3 | * Copyright 2012 Michael Ellerman, IBM Corporation. |
3 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation | 4 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation |
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/kernel.h> | 7 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/kvm/book3s_hv_tm.c b/arch/powerpc/kvm/book3s_hv_tm.c index 888e2609e3f1..229496e2652e 100644 --- a/arch/powerpc/kvm/book3s_hv_tm.c +++ b/arch/powerpc/kvm/book3s_hv_tm.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 3 | * Copyright 2017 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
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 | #include <linux/kvm_host.h> | 6 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/book3s_hv_tm_builtin.c b/arch/powerpc/kvm/book3s_hv_tm_builtin.c index 3cf5863bc06e..217246279dfa 100644 --- a/arch/powerpc/kvm/book3s_hv_tm_builtin.c +++ b/arch/powerpc/kvm/book3s_hv_tm_builtin.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> | 3 | * Copyright 2017 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> |
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 | #include <linux/kvm_host.h> | 6 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/book3s_pr.c b/arch/powerpc/kvm/book3s_pr.c index 811a3c2fb0e9..cc65af8fe6f7 100644 --- a/arch/powerpc/kvm/book3s_pr.c +++ b/arch/powerpc/kvm/book3s_pr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. | 3 | * Copyright (C) 2009. SUSE Linux Products GmbH. All rights reserved. |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * | 14 | * |
14 | * This file is derived from arch/powerpc/kvm/44x.c, | 15 | * This file is derived from arch/powerpc/kvm/44x.c, |
15 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 16 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License, version 2, as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #include <linux/kvm_host.h> | 19 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/book3s_pr_papr.c b/arch/powerpc/kvm/book3s_pr_papr.c index dae3be5ff42b..031c8015864a 100644 --- a/arch/powerpc/kvm/book3s_pr_papr.c +++ b/arch/powerpc/kvm/book3s_pr_papr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011. Freescale Inc. All rights reserved. | 3 | * Copyright (C) 2011. Freescale Inc. All rights reserved. |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Hypercall handling for running PAPR guests in PR KVM on Book 3S | 11 | * Hypercall handling for running PAPR guests in PR KVM on Book 3S |
11 | * processors. | 12 | * processors. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License, version 2, as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/anon_inodes.h> | 15 | #include <linux/anon_inodes.h> |
diff --git a/arch/powerpc/kvm/book3s_rtas.c b/arch/powerpc/kvm/book3s_rtas.c index b7ae3dfbf00e..26b25994c969 100644 --- a/arch/powerpc/kvm/book3s_rtas.c +++ b/arch/powerpc/kvm/book3s_rtas.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Michael Ellerman, IBM Corporation. | 3 | * Copyright 2012 Michael Ellerman, IBM Corporation. |
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 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c index f27ee57ab46e..e8276161872e 100644 --- a/arch/powerpc/kvm/book3s_xics.c +++ b/arch/powerpc/kvm/book3s_xics.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Michael Ellerman, IBM Corporation. | 3 | * Copyright 2012 Michael Ellerman, IBM Corporation. |
3 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation. | 4 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation. |
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/kernel.h> | 7 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/kvm/book3s_xics.h b/arch/powerpc/kvm/book3s_xics.h index 453c9e518c19..6231f76bdd66 100644 --- a/arch/powerpc/kvm/book3s_xics.h +++ b/arch/powerpc/kvm/book3s_xics.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2012 Michael Ellerman, IBM Corporation. | 3 | * Copyright 2012 Michael Ellerman, IBM Corporation. |
3 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation | 4 | * Copyright 2012 Benjamin Herrenschmidt, IBM Corporation |
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 | #ifndef _KVM_PPC_BOOK3S_XICS_H | 7 | #ifndef _KVM_PPC_BOOK3S_XICS_H |
diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powerpc/kvm/book3s_xive.c index 922fd62bcd2a..6ca0d7376a9f 100644 --- a/arch/powerpc/kvm/book3s_xive.c +++ b/arch/powerpc/kvm/book3s_xive.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation. | 3 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation. |
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 | #define pr_fmt(fmt) "xive-kvm: " fmt | 6 | #define pr_fmt(fmt) "xive-kvm: " fmt |
diff --git a/arch/powerpc/kvm/book3s_xive.h b/arch/powerpc/kvm/book3s_xive.h index 862c2c9650ae..50494d0ee375 100644 --- a/arch/powerpc/kvm/book3s_xive.h +++ b/arch/powerpc/kvm/book3s_xive.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation | 3 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation |
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 _KVM_PPC_BOOK3S_XIVE_H | 6 | #ifndef _KVM_PPC_BOOK3S_XIVE_H |
diff --git a/arch/powerpc/kvm/book3s_xive_template.c b/arch/powerpc/kvm/book3s_xive_template.c index 0737acfd17f1..a8a900ace1e6 100644 --- a/arch/powerpc/kvm/book3s_xive_template.c +++ b/arch/powerpc/kvm/book3s_xive_template.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation | 3 | * Copyright 2017 Benjamin Herrenschmidt, IBM Corporation |
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 | /* File to be included by other .c files */ | 6 | /* File to be included by other .c files */ |
diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c index afd3c255a427..b5a848a55504 100644 --- a/arch/powerpc/kvm/e500.c +++ b/arch/powerpc/kvm/e500.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Description: | 7 | * Description: |
7 | * This file is derived from arch/powerpc/kvm/44x.c, | 8 | * This file is derived from arch/powerpc/kvm/44x.c, |
8 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 9 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License, version 2, as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/kvm_host.h> | 12 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/kvm/e500.h b/arch/powerpc/kvm/e500.h index 962ee90a0dfe..c3ef751465fb 100644 --- a/arch/powerpc/kvm/e500.h +++ b/arch/powerpc/kvm/e500.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * This file is based on arch/powerpc/kvm/44x_tlb.h and | 11 | * This file is based on arch/powerpc/kvm/44x_tlb.h and |
11 | * arch/powerpc/include/asm/kvm_44x.h by Hollis Blanchard <hollisb@us.ibm.com>, | 12 | * arch/powerpc/include/asm/kvm_44x.h by Hollis Blanchard <hollisb@us.ibm.com>, |
12 | * Copyright IBM Corp. 2007-2008 | 13 | * Copyright IBM Corp. 2007-2008 |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License, version 2, as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #ifndef KVM_E500_H | 16 | #ifndef KVM_E500_H |
diff --git a/arch/powerpc/kvm/e500_emulate.c b/arch/powerpc/kvm/e500_emulate.c index fde1de08b4d7..3d0d3ec5be96 100644 --- a/arch/powerpc/kvm/e500_emulate.c +++ b/arch/powerpc/kvm/e500_emulate.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Description: | 7 | * Description: |
7 | * This file is derived from arch/powerpc/kvm/44x_emulate.c, | 8 | * This file is derived from arch/powerpc/kvm/44x_emulate.c, |
8 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 9 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License, version 2, as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <asm/kvm_ppc.h> | 12 | #include <asm/kvm_ppc.h> |
diff --git a/arch/powerpc/kvm/e500_mmu.c b/arch/powerpc/kvm/e500_mmu.c index e0af53fd78c5..2d910b87e441 100644 --- a/arch/powerpc/kvm/e500_mmu.c +++ b/arch/powerpc/kvm/e500_mmu.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Description: | 11 | * Description: |
11 | * This file is based on arch/powerpc/kvm/44x_tlb.c, | 12 | * This file is based on arch/powerpc/kvm/44x_tlb.c, |
12 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 13 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License, version 2, as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/kvm/e500_mmu_host.c b/arch/powerpc/kvm/e500_mmu_host.c index c3f312b2bcb3..321db0fdb9db 100644 --- a/arch/powerpc/kvm/e500_mmu_host.c +++ b/arch/powerpc/kvm/e500_mmu_host.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Description: | 11 | * Description: |
11 | * This file is based on arch/powerpc/kvm/44x_tlb.c, | 12 | * This file is based on arch/powerpc/kvm/44x_tlb.c, |
12 | * by Hollis Blanchard <hollisb@us.ibm.com>. | 13 | * by Hollis Blanchard <hollisb@us.ibm.com>. |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License, version 2, as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/kvm/e500_mmu_host.h b/arch/powerpc/kvm/e500_mmu_host.h index 7624835b76c7..d8178cc86b30 100644 --- a/arch/powerpc/kvm/e500_mmu_host.h +++ b/arch/powerpc/kvm/e500_mmu_host.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2008-2013 Freescale Semiconductor, Inc. All rights reserved. |
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 KVM_E500_MMU_HOST_H | 6 | #ifndef KVM_E500_MMU_HOST_H |
diff --git a/arch/powerpc/kvm/e500mc.c b/arch/powerpc/kvm/e500mc.c index d31645491a93..318e65c65999 100644 --- a/arch/powerpc/kvm/e500mc.c +++ b/arch/powerpc/kvm/e500mc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010,2012 Freescale Semiconductor, Inc. All rights reserved. | 3 | * Copyright (C) 2010,2012 Freescale Semiconductor, Inc. All rights reserved. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Description: | 7 | * Description: |
7 | * This file is derived from arch/powerpc/kvm/e500.c, | 8 | * This file is derived from arch/powerpc/kvm/e500.c, |
8 | * by Yu Liu <yu.liu@freescale.com>. | 9 | * by Yu Liu <yu.liu@freescale.com>. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License, version 2, as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/kvm_host.h> | 12 | #include <linux/kvm_host.h> |
diff --git a/arch/powerpc/mm/dma-noncoherent.c b/arch/powerpc/mm/dma-noncoherent.c index 2f6154b76328..c617282d5b2a 100644 --- a/arch/powerpc/mm/dma-noncoherent.c +++ b/arch/powerpc/mm/dma-noncoherent.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PowerPC version derived from arch/arm/mm/consistent.c | 3 | * PowerPC version derived from arch/arm/mm/consistent.c |
3 | * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) | 4 | * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) |
@@ -16,10 +17,6 @@ | |||
16 | * Added in_interrupt() safe dma_alloc_coherent()/dma_free_coherent() | 17 | * Added in_interrupt() safe dma_alloc_coherent()/dma_free_coherent() |
17 | * implementation. This is pulled straight from ARM and barely | 18 | * implementation. This is pulled straight from ARM and barely |
18 | * modified. -Matt | 19 | * modified. -Matt |
19 | * | ||
20 | * This program is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License version 2 as | ||
22 | * published by the Free Software Foundation. | ||
23 | */ | 20 | */ |
24 | 21 | ||
25 | #include <linux/sched.h> | 22 | #include <linux/sched.h> |
diff --git a/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c b/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c index 8b065bdf7412..096cc0d59fd8 100644 --- a/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c +++ b/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PQ2 ADS-style PCI interrupt controller | 3 | * PQ2 ADS-style PCI interrupt controller |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Loosely based on mpc82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com> | 8 | * Loosely based on mpc82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com> |
8 | * Copyright (c) 2006 MontaVista Software, Inc. | 9 | * Copyright (c) 2006 MontaVista Software, Inc. |
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 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/arch/powerpc/platforms/82xx/pq2fads.c b/arch/powerpc/platforms/82xx/pq2fads.c index 6c654dc74a4b..a74082140718 100644 --- a/arch/powerpc/platforms/82xx/pq2fads.c +++ b/arch/powerpc/platforms/82xx/pq2fads.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PQ2FADS board support | 3 | * PQ2FADS board support |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Loosely based on mp82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com> | 8 | * Loosely based on mp82xx ADS support by Vitaly Bordug <vbordug@ru.mvista.com> |
8 | * Copyright (c) 2006 MontaVista Software, Inc. | 9 | * Copyright (c) 2006 MontaVista Software, Inc. |
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 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/arch/powerpc/platforms/83xx/suspend-asm.S b/arch/powerpc/platforms/83xx/suspend-asm.S index 8137f77abad5..3acd7470dc5e 100644 --- a/arch/powerpc/platforms/83xx/suspend-asm.S +++ b/arch/powerpc/platforms/83xx/suspend-asm.S | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Enter and leave deep sleep state on MPC83xx | 3 | * Enter and leave deep sleep state on MPC83xx |
3 | * | 4 | * |
4 | * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. | 5 | * Copyright (c) 2006-2008 Freescale Semiconductor, Inc. |
5 | * Author: Scott Wood <scottwood@freescale.com> | 6 | * Author: Scott Wood <scottwood@freescale.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <asm/page.h> | 9 | #include <asm/page.h> |
diff --git a/arch/powerpc/platforms/83xx/suspend.c b/arch/powerpc/platforms/83xx/suspend.c index 7fa3e197871a..bb147d34d4a6 100644 --- a/arch/powerpc/platforms/83xx/suspend.c +++ b/arch/powerpc/platforms/83xx/suspend.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MPC83xx suspend support | 3 | * MPC83xx suspend support |
3 | * | 4 | * |
4 | * Author: Scott Wood <scottwood@freescale.com> | 5 | * Author: Scott Wood <scottwood@freescale.com> |
5 | * | 6 | * |
6 | * Copyright (c) 2006-2007 Freescale Semiconductor, Inc. | 7 | * Copyright (c) 2006-2007 Freescale Semiconductor, Inc. |
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 | #include <linux/pm.h> | 10 | #include <linux/pm.h> |
diff --git a/arch/powerpc/platforms/85xx/socrates_fpga_pic.c b/arch/powerpc/platforms/85xx/socrates_fpga_pic.c index 38d4ba9f37b5..199a137c0ddb 100644 --- a/arch/powerpc/platforms/85xx/socrates_fpga_pic.c +++ b/arch/powerpc/platforms/85xx/socrates_fpga_pic.c | |||
@@ -1,11 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 Ilya Yanok, Emcraft Systems | 3 | * Copyright (C) 2008 Ilya Yanok, Emcraft Systems |
3 | * | ||
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 | * | ||
9 | */ | 4 | */ |
10 | 5 | ||
11 | #include <linux/irq.h> | 6 | #include <linux/irq.h> |
diff --git a/arch/powerpc/platforms/85xx/socrates_fpga_pic.h b/arch/powerpc/platforms/85xx/socrates_fpga_pic.h index 21d7d8e42199..c592b8bc94dd 100644 --- a/arch/powerpc/platforms/85xx/socrates_fpga_pic.h +++ b/arch/powerpc/platforms/85xx/socrates_fpga_pic.h | |||
@@ -1,11 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 Ilya Yanok, Emcraft Systems | 3 | * Copyright (C) 2008 Ilya Yanok, Emcraft Systems |
3 | * | ||
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 | * | ||
9 | */ | 4 | */ |
10 | 5 | ||
11 | #ifndef SOCRATES_FPGA_PIC_H | 6 | #ifndef SOCRATES_FPGA_PIC_H |
diff --git a/arch/powerpc/platforms/8xx/adder875.c b/arch/powerpc/platforms/8xx/adder875.c index bcef9f66191e..651486acb896 100644 --- a/arch/powerpc/platforms/8xx/adder875.c +++ b/arch/powerpc/platforms/8xx/adder875.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* Analogue & Micro Adder MPC875 board support | 2 | /* Analogue & Micro Adder MPC875 board support |
2 | * | 3 | * |
3 | * Author: Scott Wood <scottwood@freescale.com> | 4 | * Author: Scott Wood <scottwood@freescale.com> |
4 | * | 5 | * |
5 | * Copyright (c) 2007 Freescale Semiconductor, Inc. | 6 | * Copyright (c) 2007 Freescale Semiconductor, Inc. |
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/init.h> | 9 | #include <linux/init.h> |
diff --git a/arch/powerpc/platforms/embedded6xx/holly.c b/arch/powerpc/platforms/embedded6xx/holly.c index 829bf3697dc9..d8f2e2c737bb 100644 --- a/arch/powerpc/platforms/embedded6xx/holly.c +++ b/arch/powerpc/platforms/embedded6xx/holly.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Board setup routines for the IBM 750GX/CL platform w/ TSI10x bridge | 3 | * Board setup routines for the IBM 750GX/CL platform w/ TSI10x bridge |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Josh Boyer <jwboyer@linux.vnet.ibm.com> | 8 | * Josh Boyer <jwboyer@linux.vnet.ibm.com> |
8 | * | 9 | * |
9 | * Based on code from mpc7448_hpc2.c | 10 | * Based on code from mpc7448_hpc2.c |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * version 2 as published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/stddef.h> | 13 | #include <linux/stddef.h> |
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index 17958043e7f7..437a74173db2 100644 --- a/arch/powerpc/platforms/pseries/dlpar.c +++ b/arch/powerpc/platforms/pseries/dlpar.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for dynamic reconfiguration for PCI, Memory, and CPU | 3 | * Support for dynamic reconfiguration for PCI, Memory, and CPU |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. |
4 | * | 5 | * |
5 | * Copyright (C) 2009 Nathan Fontenot | 6 | * Copyright (C) 2009 Nathan Fontenot |
6 | * Copyright (C) 2009 IBM Corporation | 7 | * Copyright (C) 2009 IBM Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) "dlpar: " fmt | 10 | #define pr_fmt(fmt) "dlpar: " fmt |
diff --git a/arch/powerpc/platforms/pseries/mobility.c b/arch/powerpc/platforms/pseries/mobility.c index 88925f8ca8a0..0c48c8964783 100644 --- a/arch/powerpc/platforms/pseries/mobility.c +++ b/arch/powerpc/platforms/pseries/mobility.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for Partition Mobility/Migration | 3 | * Support for Partition Mobility/Migration |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Nathan Fontenot | 5 | * Copyright (C) 2010 Nathan Fontenot |
5 | * Copyright (C) 2010 IBM Corporation | 6 | * Copyright (C) 2010 IBM Corporation |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/platforms/pseries/pseries_energy.c b/arch/powerpc/platforms/pseries/pseries_energy.c index 921f12182f3e..a96874f9492f 100644 --- a/arch/powerpc/platforms/pseries/pseries_energy.c +++ b/arch/powerpc/platforms/pseries/pseries_energy.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * POWER platform energy management driver | 3 | * POWER platform energy management driver |
3 | * Copyright (C) 2010 IBM Corporation | 4 | * Copyright (C) 2010 IBM Corporation |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * version 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This pseries platform device driver provides access to | 6 | * This pseries platform device driver provides access to |
10 | * platform energy management capabilities. | 7 | * platform energy management capabilities. |
11 | */ | 8 | */ |
diff --git a/arch/powerpc/platforms/pseries/reconfig.c b/arch/powerpc/platforms/pseries/reconfig.c index 0e0208117e77..8a9c4fb95b8b 100644 --- a/arch/powerpc/platforms/pseries/reconfig.c +++ b/arch/powerpc/platforms/pseries/reconfig.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI | 3 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). |
4 | * | 5 | * |
5 | * Copyright (C) 2005 Nathan Lynch | 6 | * Copyright (C) 2005 Nathan Lynch |
6 | * Copyright (C) 2005 IBM Corporation | 7 | * Copyright (C) 2005 IBM Corporation |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/sysdev/6xx-suspend.S b/arch/powerpc/sysdev/6xx-suspend.S index 6c4aec25c4ba..e882524fff5a 100644 --- a/arch/powerpc/sysdev/6xx-suspend.S +++ b/arch/powerpc/sysdev/6xx-suspend.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Enter and leave sleep state on chips with 6xx-style HID0 | 3 | * Enter and leave sleep state on chips with 6xx-style HID0 |
3 | * power management bits, which don't leave sleep state via reset. | 4 | * power management bits, which don't leave sleep state via reset. |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Scott Wood <scottwood@freescale.com> | 6 | * Author: Scott Wood <scottwood@freescale.com> |
6 | * | 7 | * |
7 | * Copyright (c) 2006-2007 Freescale Semiconductor, Inc. | 8 | * Copyright (c) 2006-2007 Freescale Semiconductor, Inc. |
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 | #include <asm/ppc_asm.h> | 11 | #include <asm/ppc_asm.h> |