diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-12-25 14:54:33 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-01-03 12:42:53 -0500 |
commit | 28a196fe6c0d6817aec6c17432ec098a0e1b6475 (patch) | |
tree | f503bbbbb732073ec6148348a15fd5221a1caee8 | |
parent | 84b2170109e4db0505df3bcdf1c4bf3aabcc7145 (diff) |
ARM: S3C64XX: Add SPDX license identifiers
Replace GPL license statements with SPDX license identifiers (GPL-2.0
and GPL-2.0+).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
50 files changed, 221 insertions, 436 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index afd1f20be49e..5700822e3c74 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -1,7 +1,8 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | # | ||
1 | # Copyright 2008 Openmoko, Inc. | 3 | # Copyright 2008 Openmoko, Inc. |
2 | # Simtec Electronics, Ben Dooks <ben@simtec.co.uk> | 4 | # Simtec Electronics, Ben Dooks <ben@simtec.co.uk> |
3 | # | 5 | |
4 | # Licensed under GPLv2 | ||
5 | menuconfig ARCH_S3C64XX | 6 | menuconfig ARCH_S3C64XX |
6 | bool "Samsung S3C64XX" | 7 | bool "Samsung S3C64XX" |
7 | depends on ARCH_MULTI_V6 | 8 | depends on ARCH_MULTI_V6 |
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 256cd5b40c60..8caeb4ad17e9 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -1,9 +1,7 @@ | |||
1 | # arch/arm/mach-s3c64xx/Makefile | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | 2 | # |
3 | # Copyright 2008 Openmoko, Inc. | 3 | # Copyright 2008 Openmoko, Inc. |
4 | # Copyright 2008 Simtec Electronics | 4 | # Copyright 2008 Simtec Electronics |
5 | # | ||
6 | # Licensed under GPLv2 | ||
7 | 5 | ||
8 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include | 6 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include |
9 | asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include | 7 | asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include |
diff --git a/arch/arm/mach-s3c64xx/ata-core.h b/arch/arm/mach-s3c64xx/ata-core.h index 5951f24a9ec8..6d9a81f759e6 100644 --- a/arch/arm/mach-s3c64xx/ata-core.h +++ b/arch/arm/mach-s3c64xx/ata-core.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
4 | * | 5 | * |
5 | * Samsung CF-ATA Controller core functions | 6 | * Samsung CF-ATA Controller core functions |
6 | * | 7 | */ |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 8 | ||
12 | #ifndef __ASM_PLAT_ATA_CORE_H | 9 | #ifndef __ASM_PLAT_ATA_CORE_H |
13 | #define __ASM_PLAT_ATA_CORE_H __FILE__ | 10 | #define __ASM_PLAT_ATA_CORE_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/backlight.h b/arch/arm/mach-s3c64xx/backlight.h index 8dcacac523a2..028663f1cacc 100644 --- a/arch/arm/mach-s3c64xx/backlight.h +++ b/arch/arm/mach-s3c64xx/backlight.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef __ASM_PLAT_BACKLIGHT_H | 7 | #ifndef __ASM_PLAT_BACKLIGHT_H |
diff --git a/arch/arm/mach-s3c64xx/common.c b/arch/arm/mach-s3c64xx/common.c index 9843eb4dd04e..13e91074308a 100644 --- a/arch/arm/mach-s3c64xx/common.c +++ b/arch/arm/mach-s3c64xx/common.c | |||
@@ -1,18 +1,14 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 2 | // |
3 | * http://www.samsung.com | 3 | // Copyright (c) 2011 Samsung Electronics Co., Ltd. |
4 | * | 4 | // http://www.samsung.com |
5 | * Copyright 2008 Openmoko, Inc. | 5 | // |
6 | * Copyright 2008 Simtec Electronics | 6 | // Copyright 2008 Openmoko, Inc. |
7 | * Ben Dooks <ben@simtec.co.uk> | 7 | // Copyright 2008 Simtec Electronics |
8 | * http://armlinux.simtec.co.uk/ | 8 | // Ben Dooks <ben@simtec.co.uk> |
9 | * | 9 | // http://armlinux.simtec.co.uk/ |
10 | * Common Codes for S3C64XX machines | 10 | // |
11 | * | 11 | // Common Codes for S3C64XX machines |
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 | */ | ||
16 | 12 | ||
17 | /* | 13 | /* |
18 | * NOTE: Code in this file is not used when booting with Device Tree support. | 14 | * NOTE: Code in this file is not used when booting with Device Tree support. |
diff --git a/arch/arm/mach-s3c64xx/common.h b/arch/arm/mach-s3c64xx/common.h index 4f204668f00e..03670887a764 100644 --- a/arch/arm/mach-s3c64xx/common.h +++ b/arch/arm/mach-s3c64xx/common.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
@@ -8,10 +9,6 @@ | |||
8 | * http://armlinux.simtec.co.uk/ | 9 | * http://armlinux.simtec.co.uk/ |
9 | * | 10 | * |
10 | * Common Header for S3C64XX machines | 11 | * Common Header for S3C64XX machines |
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 | #ifndef __ARCH_ARM_MACH_S3C64XX_COMMON_H | 14 | #ifndef __ARCH_ARM_MACH_S3C64XX_COMMON_H |
diff --git a/arch/arm/mach-s3c64xx/cpuidle.c b/arch/arm/mach-s3c64xx/cpuidle.c index 5322db51150e..0bac6f6413b0 100644 --- a/arch/arm/mach-s3c64xx/cpuidle.c +++ b/arch/arm/mach-s3c64xx/cpuidle.c | |||
@@ -1,13 +1,8 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/cpuidle.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright (c) 2011 Wolfson Microelectronics, plc | 3 | // Copyright (c) 2011 Wolfson Microelectronics, plc |
4 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 4 | // Copyright (c) 2011 Samsung Electronics Co., Ltd. |
5 | * http://www.samsung.com | 5 | // http://www.samsung.com |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 6 | ||
12 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
13 | #include <linux/init.h> | 8 | #include <linux/init.h> |
diff --git a/arch/arm/mach-s3c64xx/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h index dcbe17f5e5f8..00d9aa114aa7 100644 --- a/arch/arm/mach-s3c64xx/crag6410.h +++ b/arch/arm/mach-s3c64xx/crag6410.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* Cragganmore 6410 shared definitions | 2 | /* Cragganmore 6410 shared definitions |
2 | * | 3 | * |
3 | * Copyright 2011 Wolfson Microelectronics plc | 4 | * Copyright 2011 Wolfson Microelectronics plc |
4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> | 5 | * Mark Brown <broonie@opensource.wolfsonmicro.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 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef MACH_CRAG6410_H | 8 | #ifndef MACH_CRAG6410_H |
diff --git a/arch/arm/mach-s3c64xx/dev-audio.c b/arch/arm/mach-s3c64xx/dev-audio.c index cb953e238b2a..e3c49b5d1355 100644 --- a/arch/arm/mach-s3c64xx/dev-audio.c +++ b/arch/arm/mach-s3c64xx/dev-audio.c | |||
@@ -1,12 +1,7 @@ | |||
1 | /* linux/arch/arm/plat-s3c/dev-audio.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2009 Wolfson Microelectronics | 3 | // Copyright 2009 Wolfson Microelectronics |
4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> | 4 | // Mark Brown <broonie@opensource.wolfsonmicro.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 | 5 | ||
11 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
12 | #include <linux/string.h> | 7 | #include <linux/string.h> |
diff --git a/arch/arm/mach-s3c64xx/dev-backlight.c b/arch/arm/mach-s3c64xx/dev-backlight.c index 7ef8b9019344..799cfdf0606b 100644 --- a/arch/arm/mach-s3c64xx/dev-backlight.c +++ b/arch/arm/mach-s3c64xx/dev-backlight.c | |||
@@ -1,13 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 2 | // |
3 | * http://www.samsung.com | 3 | // Copyright (c) 2011 Samsung Electronics Co., Ltd. |
4 | * | 4 | // http://www.samsung.com |
5 | * Common infrastructure for PWM Backlight for Samsung boards | 5 | // |
6 | * | 6 | // Common infrastructure for PWM Backlight for Samsung boards |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 7 | ||
12 | #include <linux/gpio.h> | 8 | #include <linux/gpio.h> |
13 | #include <linux/platform_device.h> | 9 | #include <linux/platform_device.h> |
diff --git a/arch/arm/mach-s3c64xx/dev-uart.c b/arch/arm/mach-s3c64xx/dev-uart.c index a0b4f0329811..5fb59ad30008 100644 --- a/arch/arm/mach-s3c64xx/dev-uart.c +++ b/arch/arm/mach-s3c64xx/dev-uart.c | |||
@@ -1,17 +1,11 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/dev-uart.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * Base S3C64XX UART resource and device definitions | 8 | // Base S3C64XX UART resource and device definitions |
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 | * | ||
14 | */ | ||
15 | 9 | ||
16 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
17 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/include/mach/gpio-samsung.h b/arch/arm/mach-s3c64xx/include/mach/gpio-samsung.h index 1d3636512e33..8ed144a0d474 100644 --- a/arch/arm/mach-s3c64xx/include/mach/gpio-samsung.h +++ b/arch/arm/mach-s3c64xx/include/mach/gpio-samsung.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
3 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
@@ -5,11 +6,7 @@ | |||
5 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
6 | * | 7 | * |
7 | * S3C6400 - GPIO lib support | 8 | * S3C6400 - GPIO lib support |
8 | * | 9 | */ |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | 10 | ||
14 | #ifndef GPIO_SAMSUNG_S3C64XX_H | 11 | #ifndef GPIO_SAMSUNG_S3C64XX_H |
15 | #define GPIO_SAMSUNG_S3C64XX_H | 12 | #define GPIO_SAMSUNG_S3C64XX_H |
diff --git a/arch/arm/mach-s3c64xx/include/mach/hardware.h b/arch/arm/mach-s3c64xx/include/mach/hardware.h index 862d033e57a4..c4ed359474de 100644 --- a/arch/arm/mach-s3c64xx/include/mach/hardware.h +++ b/arch/arm/mach-s3c64xx/include/mach/hardware.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* linux/arch/arm/mach-s3c6400/include/mach/hardware.h | 2 | /* linux/arch/arm/mach-s3c6400/include/mach/hardware.h |
2 | * | 3 | * |
3 | * Copyright 2008 Openmoko, Inc. | 4 | * Copyright 2008 Openmoko, Inc. |
diff --git a/arch/arm/mach-s3c64xx/include/mach/map.h b/arch/arm/mach-s3c64xx/include/mach/map.h index d51873e8f63f..9372a535b7ba 100644 --- a/arch/arm/mach-s3c64xx/include/mach/map.h +++ b/arch/arm/mach-s3c64xx/include/mach/map.h | |||
@@ -1,16 +1,12 @@ | |||
1 | /* linux/arch/arm/mach-s3c6400/include/mach/map.h | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | * | 2 | /* |
3 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
5 | * http://armlinux.simtec.co.uk/ | 5 | * http://armlinux.simtec.co.uk/ |
6 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
7 | * | 7 | * |
8 | * S3C64XX - Memory map definitions | 8 | * S3C64XX - Memory map definitions |
9 | * | 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 | */ | ||
14 | 10 | ||
15 | #ifndef __ASM_ARCH_MAP_H | 11 | #ifndef __ASM_ARCH_MAP_H |
16 | #define __ASM_ARCH_MAP_H __FILE__ | 12 | #define __ASM_ARCH_MAP_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/include/mach/pm-core.h b/arch/arm/mach-s3c64xx/include/mach/pm-core.h index 4a285e97afff..bbf79ed28583 100644 --- a/arch/arm/mach-s3c64xx/include/mach/pm-core.h +++ b/arch/arm/mach-s3c64xx/include/mach/pm-core.h | |||
@@ -1,15 +1,11 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/include/mach/pm-core.h | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | * | 2 | /* |
3 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | * http://armlinux.simtec.co.uk/ |
7 | * | 7 | * |
8 | * S3C64XX - PM core support for arch/arm/plat-s3c/pm.c | 8 | * S3C64XX - PM core support for arch/arm/plat-s3c/pm.c |
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 | */ | 9 | */ |
14 | 10 | ||
15 | #ifndef __MACH_S3C64XX_PM_CORE_H | 11 | #ifndef __MACH_S3C64XX_PM_CORE_H |
diff --git a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h index 4f44aac77092..35a68767b318 100644 --- a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h +++ b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h | |||
@@ -1,16 +1,12 @@ | |||
1 | /* arch/arm/plat-s3c64xx/include/plat/regs-clock.h | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | * | 2 | /* |
3 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | * http://armlinux.simtec.co.uk/ |
7 | * | 7 | * |
8 | * S3C64XX clock register definitions | 8 | * S3C64XX clock register definitions |
9 | * | 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 | */ | ||
14 | 10 | ||
15 | #ifndef __PLAT_REGS_CLOCK_H | 11 | #ifndef __PLAT_REGS_CLOCK_H |
16 | #define __PLAT_REGS_CLOCK_H __FILE__ | 12 | #define __PLAT_REGS_CLOCK_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/include/mach/regs-irq.h b/arch/arm/mach-s3c64xx/include/mach/regs-irq.h index 6a1127891c87..b18c7bcb61c5 100644 --- a/arch/arm/mach-s3c64xx/include/mach/regs-irq.h +++ b/arch/arm/mach-s3c64xx/include/mach/regs-irq.h | |||
@@ -1,16 +1,12 @@ | |||
1 | /* linux/arch/arm/mach-s3c6400/include/mach/regs-irq.h | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | * | 2 | /* |
3 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
5 | * http://armlinux.simtec.co.uk/ | 5 | * http://armlinux.simtec.co.uk/ |
6 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
7 | * | 7 | * |
8 | * S3C64XX - IRQ register definitions | 8 | * S3C64XX - IRQ register definitions |
9 | * | 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 | */ | ||
14 | 10 | ||
15 | #ifndef __ASM_ARCH_REGS_IRQ_H | 11 | #ifndef __ASM_ARCH_REGS_IRQ_H |
16 | #define __ASM_ARCH_REGS_IRQ_H __FILE__ | 12 | #define __ASM_ARCH_REGS_IRQ_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/irq-pm.c b/arch/arm/mach-s3c64xx/irq-pm.c index 0bbf1faaee42..31b221190479 100644 --- a/arch/arm/mach-s3c64xx/irq-pm.c +++ b/arch/arm/mach-s3c64xx/irq-pm.c | |||
@@ -1,16 +1,11 @@ | |||
1 | /* arch/arm/plat-s3c64xx/irq-pm.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * S3C64XX - Interrupt handling Power Management | 8 | // S3C64XX - Interrupt handling Power Management |
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 | */ | ||
14 | 9 | ||
15 | /* | 10 | /* |
16 | * NOTE: Code in this file is not used when booting with Device Tree support. | 11 | * NOTE: Code in this file is not used when booting with Device Tree support. |
diff --git a/arch/arm/mach-s3c64xx/irq-uart.h b/arch/arm/mach-s3c64xx/irq-uart.h index 4b296132962f..78eccdce95a7 100644 --- a/arch/arm/mach-s3c64xx/irq-uart.h +++ b/arch/arm/mach-s3c64xx/irq-uart.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Simtec Electronics | 3 | * Copyright (c) 2010 Simtec Electronics |
3 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
4 | * | 5 | * |
5 | * Header file for Samsung SoC UART IRQ demux for S3C64XX and later | 6 | * Header file for Samsung SoC UART IRQ demux for S3C64XX and later |
6 | * | 7 | */ |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 8 | ||
12 | struct s3c_uart_irq { | 9 | struct s3c_uart_irq { |
13 | void __iomem *regs; | 10 | void __iomem *regs; |
diff --git a/arch/arm/mach-s3c64xx/mach-anw6410.c b/arch/arm/mach-s3c64xx/mach-anw6410.c index 347ce6009a8c..0d3d5befb806 100644 --- a/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/arch/arm/mach-s3c64xx/mach-anw6410.c | |||
@@ -1,17 +1,11 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-anw6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * Copyright 2009 Kwangwoo Lee | 7 | // Copyright 2009 Kwangwoo Lee |
8 | * Kwangwoo Lee <kwangwoo.lee@gmail.com> | 8 | // Kwangwoo Lee <kwangwoo.lee@gmail.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 | * | ||
14 | */ | ||
15 | 9 | ||
16 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
17 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index ea5f2169c850..f00988705408 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -1,12 +1,9 @@ | |||
1 | /* Speyside modules for Cragganmore - board data probing | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2011 Wolfson Microelectronics plc | 3 | // Speyside modules for Cragganmore - board data probing |
4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> | 4 | // |
5 | * | 5 | // Copyright 2011 Wolfson Microelectronics plc |
6 | * This program is free software; you can redistribute it and/or modify | 6 | // Mark Brown <broonie@opensource.wolfsonmicro.com> |
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | 7 | ||
11 | #include <linux/export.h> | 8 | #include <linux/export.h> |
12 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index d9d0440aed78..f04650297487 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -1,15 +1,10 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-crag6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2011 Wolfson Microelectronics plc | 3 | // Copyright 2011 Wolfson Microelectronics plc |
4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> | 4 | // Mark Brown <broonie@opensource.wolfsonmicro.com> |
5 | * | 5 | // |
6 | * Copyright 2011 Simtec Electronics | 6 | // Copyright 2011 Simtec Electronics |
7 | * Ben Dooks <ben@simtec.co.uk> | 7 | // Ben Dooks <ben@simtec.co.uk> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | 8 | ||
14 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
15 | #include <linux/list.h> | 10 | #include <linux/list.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-hmt.c b/arch/arm/mach-s3c64xx/mach-hmt.c index 59b5531f1987..bfe9881d12cc 100644 --- a/arch/arm/mach-s3c64xx/mach-hmt.c +++ b/arch/arm/mach-s3c64xx/mach-hmt.c | |||
@@ -1,12 +1,8 @@ | |||
1 | /* mach-hmt.c - Platform code for Airgoo HMT | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2009 Peter Korsgaard <jacmet@sunsite.dk> | 3 | // mach-hmt.c - Platform code for Airgoo HMT |
4 | * | 4 | // |
5 | * This program is free software; you can redistribute it and/or modify | 5 | // Copyright 2009 Peter Korsgaard <jacmet@sunsite.dk> |
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | ||
10 | 6 | ||
11 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
12 | #include <linux/init.h> | 8 | #include <linux/init.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-mini6410.c b/arch/arm/mach-s3c64xx/mach-mini6410.c index a3e3e25728b4..0dd36ae49e6a 100644 --- a/arch/arm/mach-s3c64xx/mach-mini6410.c +++ b/arch/arm/mach-s3c64xx/mach-mini6410.c | |||
@@ -1,16 +1,10 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-mini6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2010 Darius Augulis <augulis.darius@gmail.com> | 3 | // Copyright 2010 Darius Augulis <augulis.darius@gmail.com> |
4 | * Copyright 2008 Openmoko, Inc. | 4 | // Copyright 2008 Openmoko, Inc. |
5 | * Copyright 2008 Simtec Electronics | 5 | // Copyright 2008 Simtec Electronics |
6 | * Ben Dooks <ben@simtec.co.uk> | 6 | // Ben Dooks <ben@simtec.co.uk> |
7 | * http://armlinux.simtec.co.uk/ | 7 | // http://armlinux.simtec.co.uk/ |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | ||
14 | 8 | ||
15 | #include <linux/init.h> | 9 | #include <linux/init.h> |
16 | #include <linux/interrupt.h> | 10 | #include <linux/interrupt.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-ncp.c b/arch/arm/mach-s3c64xx/mach-ncp.c index 23baaa04318c..13fea5c86ca3 100644 --- a/arch/arm/mach-s3c64xx/mach-ncp.c +++ b/arch/arm/mach-s3c64xx/mach-ncp.c | |||
@@ -1,13 +1,6 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * linux/arch/arm/mach-s3c64xx/mach-ncp.c | 2 | // |
3 | * | 3 | // Copyright (C) 2008-2009 Samsung Electronics |
4 | * Copyright (C) 2008-2009 Samsung Electronics | ||
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 | */ | ||
11 | 4 | ||
12 | #include <linux/kernel.h> | 5 | #include <linux/kernel.h> |
13 | #include <linux/types.h> | 6 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index d6b3ffd7704b..0ff88b6859c4 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c | |||
@@ -1,16 +1,10 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-real6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2010 Darius Augulis <augulis.darius@gmail.com> | 3 | // Copyright 2010 Darius Augulis <augulis.darius@gmail.com> |
4 | * Copyright 2008 Openmoko, Inc. | 4 | // Copyright 2008 Openmoko, Inc. |
5 | * Copyright 2008 Simtec Electronics | 5 | // Copyright 2008 Simtec Electronics |
6 | * Ben Dooks <ben@simtec.co.uk> | 6 | // Ben Dooks <ben@simtec.co.uk> |
7 | * http://armlinux.simtec.co.uk/ | 7 | // http://armlinux.simtec.co.uk/ |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | ||
14 | 8 | ||
15 | #include <linux/init.h> | 9 | #include <linux/init.h> |
16 | #include <linux/interrupt.h> | 10 | #include <linux/interrupt.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c b/arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c index 5bf9afae752d..1724f5ea5c46 100644 --- a/arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c +++ b/arch/arm/mach-s3c64xx/mach-s3c64xx-dt.c | |||
@@ -1,12 +1,8 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Samsung's S3C64XX flattened device tree enabled machine | 2 | // |
3 | * | 3 | // Samsung's S3C64XX flattened device tree enabled machine |
4 | * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> | 4 | // |
5 | * | 5 | // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> |
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 | #include <asm/mach/arch.h> | 7 | #include <asm/mach/arch.h> |
12 | #include <asm/mach/map.h> | 8 | #include <asm/mach/map.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index e0e1a729ef98..5655fe968b1f 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c | |||
@@ -1,13 +1,6 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * linux/arch/arm/mach-s3c64xx/mach-smartq.c | 2 | // |
3 | * | 3 | // Copyright (C) 2010 Maurus Cuelenaere |
4 | * Copyright (C) 2010 Maurus Cuelenaere | ||
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 | */ | ||
11 | 4 | ||
12 | #include <linux/delay.h> | 5 | #include <linux/delay.h> |
13 | #include <linux/fb.h> | 6 | #include <linux/fb.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.h b/arch/arm/mach-s3c64xx/mach-smartq.h index 8e8b693db3af..f98132f4f430 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.h +++ b/arch/arm/mach-s3c64xx/mach-smartq.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-s3c64xx/mach-smartq.h | 3 | * linux/arch/arm/mach-s3c64xx/mach-smartq.h |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Maurus Cuelenaere | 5 | * Copyright (C) 2010 Maurus Cuelenaere |
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 | 7 | ||
12 | #ifndef __MACH_SMARTQ_H | 8 | #ifndef __MACH_SMARTQ_H |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq5.c b/arch/arm/mach-s3c64xx/mach-smartq5.c index 0972b6ce0ef6..44e9edb144fa 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq5.c +++ b/arch/arm/mach-s3c64xx/mach-smartq5.c | |||
@@ -1,13 +1,6 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * linux/arch/arm/mach-s3c64xx/mach-smartq5.c | 2 | // |
3 | * | 3 | // Copyright (C) 2010 Maurus Cuelenaere |
4 | * Copyright (C) 2010 Maurus Cuelenaere | ||
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 | */ | ||
11 | 4 | ||
12 | #include <linux/fb.h> | 5 | #include <linux/fb.h> |
13 | #include <linux/gpio.h> | 6 | #include <linux/gpio.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c index 51ac1c6c654a..815ee7d0b5e3 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq7.c +++ b/arch/arm/mach-s3c64xx/mach-smartq7.c | |||
@@ -1,13 +1,6 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * linux/arch/arm/mach-s3c64xx/mach-smartq7.c | 2 | // |
3 | * | 3 | // Copyright (C) 2010 Maurus Cuelenaere |
4 | * Copyright (C) 2010 Maurus Cuelenaere | ||
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 | */ | ||
11 | 4 | ||
12 | #include <linux/fb.h> | 5 | #include <linux/fb.h> |
13 | #include <linux/gpio.h> | 6 | #include <linux/gpio.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6400.c b/arch/arm/mach-s3c64xx/mach-smdk6400.c index 7d8a74fd8915..cbd16843c7d1 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6400.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6400.c | |||
@@ -1,13 +1,8 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-smdk6400.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Simtec Electronics | 3 | // Copyright 2008 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | // Ben Dooks <ben@simtec.co.uk> |
5 | * http://armlinux.simtec.co.uk/ | 5 | // http://armlinux.simtec.co.uk/ |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 6 | ||
12 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
13 | #include <linux/types.h> | 8 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 92ec8c3b42b9..c46fa5dfd2e0 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -1,15 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/mach-smdk6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
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 | * | ||
12 | */ | ||
13 | 7 | ||
14 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
15 | #include <linux/types.h> | 9 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/onenand-core.h b/arch/arm/mach-s3c64xx/onenand-core.h index 925eb13bbb60..0cf6b5e76b24 100644 --- a/arch/arm/mach-s3c64xx/onenand-core.h +++ b/arch/arm/mach-s3c64xx/onenand-core.h | |||
@@ -1,14 +1,11 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Samsung Electronics | 3 | * Copyright (c) 2010 Samsung Electronics |
3 | * Kyungmin Park <kyungmin.park@samsung.com> | 4 | * Kyungmin Park <kyungmin.park@samsung.com> |
4 | * Marek Szyprowski <m.szyprowski@samsung.com> | 5 | * Marek Szyprowski <m.szyprowski@samsung.com> |
5 | * | 6 | * |
6 | * Samsung OneNAD Controller core functions | 7 | * Samsung OneNAD Controller core functions |
7 | * | 8 | */ |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | ||
12 | 9 | ||
13 | #ifndef __ASM_ARCH_ONENAND_CORE_H | 10 | #ifndef __ASM_ARCH_ONENAND_CORE_H |
14 | #define __ASM_ARCH_ONENAND_CORE_H __FILE__ | 11 | #define __ASM_ARCH_ONENAND_CORE_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/pl080.c b/arch/arm/mach-s3c64xx/pl080.c index 66fc774b70ec..152edbeea0c7 100644 --- a/arch/arm/mach-s3c64xx/pl080.c +++ b/arch/arm/mach-s3c64xx/pl080.c | |||
@@ -1,12 +1,8 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Samsung's S3C64XX generic DMA support using amba-pl08x driver. | 2 | // |
3 | * | 3 | // Samsung's S3C64XX generic DMA support using amba-pl08x driver. |
4 | * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> | 4 | // |
5 | * | 5 | // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> |
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 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
12 | #include <linux/amba/bus.h> | 8 | #include <linux/amba/bus.h> |
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c index 2f579be8fe67..fd6dbb263ed5 100644 --- a/arch/arm/mach-s3c64xx/pm.c +++ b/arch/arm/mach-s3c64xx/pm.c | |||
@@ -1,16 +1,11 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/pm.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * S3C64XX CPU PM support. | 8 | // S3C64XX CPU PM support. |
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 | */ | ||
14 | 9 | ||
15 | #include <linux/init.h> | 10 | #include <linux/init.h> |
16 | #include <linux/suspend.h> | 11 | #include <linux/suspend.h> |
diff --git a/arch/arm/mach-s3c64xx/regs-modem.h b/arch/arm/mach-s3c64xx/regs-modem.h index 073cdd3a03be..136ad44291bf 100644 --- a/arch/arm/mach-s3c64xx/regs-modem.h +++ b/arch/arm/mach-s3c64xx/regs-modem.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2008 Openmoko, Inc. | 3 | * Copyright 2008 Openmoko, Inc. |
3 | * Copyright 2008 Simtec Electronics | 4 | * Copyright 2008 Simtec Electronics |
@@ -5,11 +6,7 @@ | |||
5 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
6 | * | 7 | * |
7 | * S3C64XX - modem block registers | 8 | * S3C64XX - modem block registers |
8 | * | 9 | */ |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | 10 | ||
14 | #ifndef __MACH_S3C64XX_REGS_MODEM_H | 11 | #ifndef __MACH_S3C64XX_REGS_MODEM_H |
15 | #define __MACH_S3C64XX_REGS_MODEM_H __FILE__ | 12 | #define __MACH_S3C64XX_REGS_MODEM_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/regs-srom.h b/arch/arm/mach-s3c64xx/regs-srom.h index d56f3386eb00..2b37988bdf94 100644 --- a/arch/arm/mach-s3c64xx/regs-srom.h +++ b/arch/arm/mach-s3c64xx/regs-srom.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2009 Andy Green <andy@warmcat.com> | 3 | * Copyright 2009 Andy Green <andy@warmcat.com> |
3 | * | 4 | * |
4 | * S3C64XX SROM definitions | 5 | * S3C64XX SROM definitions |
5 | * | 6 | */ |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | 7 | ||
11 | #ifndef __MACH_S3C64XX_REGS_SROM_H | 8 | #ifndef __MACH_S3C64XX_REGS_SROM_H |
12 | #define __MACH_S3C64XX_REGS_SROM_H __FILE__ | 9 | #define __MACH_S3C64XX_REGS_SROM_H __FILE__ |
diff --git a/arch/arm/mach-s3c64xx/s3c6400.c b/arch/arm/mach-s3c64xx/s3c6400.c index 5ea82accc773..545eea716db8 100644 --- a/arch/arm/mach-s3c64xx/s3c6400.c +++ b/arch/arm/mach-s3c64xx/s3c6400.c | |||
@@ -1,13 +1,8 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/cpu.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2009 Simtec Electronics | 3 | // Copyright 2009 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | // Ben Dooks <ben@simtec.co.uk> |
5 | * http://armlinux.simtec.co.uk/ | 5 | // http://armlinux.simtec.co.uk/ |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 6 | ||
12 | /* | 7 | /* |
13 | * NOTE: Code in this file is not used when booting with Device Tree support. | 8 | * NOTE: Code in this file is not used when booting with Device Tree support. |
diff --git a/arch/arm/mach-s3c64xx/s3c6410.c b/arch/arm/mach-s3c64xx/s3c6410.c index 92bb927c4478..47e04e019624 100644 --- a/arch/arm/mach-s3c64xx/s3c6410.c +++ b/arch/arm/mach-s3c64xx/s3c6410.c | |||
@@ -1,14 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/s3c6410.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Simtec Electronics | 3 | // Copyright 2008 Simtec Electronics |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
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 | */ | ||
12 | 7 | ||
13 | /* | 8 | /* |
14 | * NOTE: Code in this file is not used when booting with Device Tree support. | 9 | * NOTE: Code in this file is not used when booting with Device Tree support. |
diff --git a/arch/arm/mach-s3c64xx/setup-fb-24bpp.c b/arch/arm/mach-s3c64xx/setup-fb-24bpp.c index 9d17bff12d4d..2c7178b26ebb 100644 --- a/arch/arm/mach-s3c64xx/setup-fb-24bpp.c +++ b/arch/arm/mach-s3c64xx/setup-fb-24bpp.c | |||
@@ -1,16 +1,11 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/setup-fb-24bpp.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * Base S3C64XX setup information for 24bpp LCD framebuffer | 8 | // Base S3C64XX setup information for 24bpp LCD framebuffer |
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 | */ | ||
14 | 9 | ||
15 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
16 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-i2c0.c b/arch/arm/mach-s3c64xx/setup-i2c0.c index 4b8c1cfdd1fc..552eb50da38c 100644 --- a/arch/arm/mach-s3c64xx/setup-i2c0.c +++ b/arch/arm/mach-s3c64xx/setup-i2c0.c | |||
@@ -1,16 +1,11 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/setup-i2c0.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * Base S3C64XX I2C bus 0 gpio configuration | 8 | // Base S3C64XX I2C bus 0 gpio configuration |
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 | */ | ||
14 | 9 | ||
15 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
16 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-i2c1.c b/arch/arm/mach-s3c64xx/setup-i2c1.c index cd1df71ee13b..d231f0fc508d 100644 --- a/arch/arm/mach-s3c64xx/setup-i2c1.c +++ b/arch/arm/mach-s3c64xx/setup-i2c1.c | |||
@@ -1,16 +1,11 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/setup-i2c1.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Openmoko, Inc. | 3 | // Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 4 | // Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 5 | // Ben Dooks <ben@simtec.co.uk> |
6 | * http://armlinux.simtec.co.uk/ | 6 | // http://armlinux.simtec.co.uk/ |
7 | * | 7 | // |
8 | * Base S3C64XX I2C bus 1 gpio configuration | 8 | // Base S3C64XX I2C bus 1 gpio configuration |
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 | */ | ||
14 | 9 | ||
15 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
16 | #include <linux/types.h> | 11 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-ide.c b/arch/arm/mach-s3c64xx/setup-ide.c index 689fb72e715c..810139a807ce 100644 --- a/arch/arm/mach-s3c64xx/setup-ide.c +++ b/arch/arm/mach-s3c64xx/setup-ide.c | |||
@@ -1,14 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/setup-ide.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 3 | // Copyright (c) 2010 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com/ | 4 | // http://www.samsung.com/ |
5 | * | 5 | // |
6 | * S3C64XX setup information for IDE | 6 | // S3C64XX setup information for IDE |
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 | */ | ||
12 | 7 | ||
13 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
14 | #include <linux/gpio.h> | 9 | #include <linux/gpio.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-keypad.c b/arch/arm/mach-s3c64xx/setup-keypad.c index 6ad9a89dfddf..351961025273 100644 --- a/arch/arm/mach-s3c64xx/setup-keypad.c +++ b/arch/arm/mach-s3c64xx/setup-keypad.c | |||
@@ -1,14 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/setup-keypad.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 3 | // Copyright (c) 2010 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com/ | 4 | // http://www.samsung.com/ |
5 | * | 5 | // |
6 | * GPIO configuration for S3C64XX KeyPad device | 6 | // GPIO configuration for S3C64XX KeyPad device |
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 | */ | ||
12 | 7 | ||
13 | #include <linux/gpio.h> | 8 | #include <linux/gpio.h> |
14 | #include <plat/gpio-cfg.h> | 9 | #include <plat/gpio-cfg.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-sdhci-gpio.c b/arch/arm/mach-s3c64xx/setup-sdhci-gpio.c index f426b7a16c16..138455af4937 100644 --- a/arch/arm/mach-s3c64xx/setup-sdhci-gpio.c +++ b/arch/arm/mach-s3c64xx/setup-sdhci-gpio.c | |||
@@ -1,15 +1,10 @@ | |||
1 | /* linux/arch/arm/plat-s3c64xx/setup-sdhci-gpio.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright 2008 Simtec Electronics | 3 | // Copyright 2008 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | // Ben Dooks <ben@simtec.co.uk> |
5 | * http://armlinux.simtec.co.uk/ | 5 | // http://armlinux.simtec.co.uk/ |
6 | * | 6 | // |
7 | * S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) | 7 | // S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC) |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | 8 | ||
14 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
15 | #include <linux/types.h> | 10 | #include <linux/types.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-spi.c b/arch/arm/mach-s3c64xx/setup-spi.c index 5fd1a315c901..39dfae1f46e7 100644 --- a/arch/arm/mach-s3c64xx/setup-spi.c +++ b/arch/arm/mach-s3c64xx/setup-spi.c | |||
@@ -1,12 +1,7 @@ | |||
1 | /* linux/arch/arm/mach-s3c64xx/setup-spi.c | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * | 2 | // |
3 | * Copyright (C) 2011 Samsung Electronics Ltd. | 3 | // Copyright (C) 2011 Samsung Electronics Ltd. |
4 | * http://www.samsung.com/ | 4 | // http://www.samsung.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 | 5 | ||
11 | #include <linux/gpio.h> | 6 | #include <linux/gpio.h> |
12 | #include <plat/gpio-cfg.h> | 7 | #include <plat/gpio-cfg.h> |
diff --git a/arch/arm/mach-s3c64xx/setup-usb-phy.c b/arch/arm/mach-s3c64xx/setup-usb-phy.c index 2b17b7f5152f..46a9e955607f 100644 --- a/arch/arm/mach-s3c64xx/setup-usb-phy.c +++ b/arch/arm/mach-s3c64xx/setup-usb-phy.c | |||
@@ -1,13 +1,7 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | * Copyright (C) 2011 Samsung Electronics Co.Ltd | 2 | // |
3 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> | 3 | // Copyright (C) 2011 Samsung Electronics Co.Ltd |
4 | * | 4 | // Author: Joonyoung Shim <jy0922.shim@samsung.com> |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | */ | ||
11 | 5 | ||
12 | #include <linux/clk.h> | 6 | #include <linux/clk.h> |
13 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
diff --git a/arch/arm/mach-s3c64xx/sleep.S b/arch/arm/mach-s3c64xx/sleep.S index 34313f9c8792..39e16a07a5e4 100644 --- a/arch/arm/mach-s3c64xx/sleep.S +++ b/arch/arm/mach-s3c64xx/sleep.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* linux/arch/arm/plat-s3c64xx/sleep.S | 2 | /* linux/arch/arm/plat-s3c64xx/sleep.S |
2 | * | 3 | * |
3 | * Copyright 2008 Openmoko, Inc. | 4 | * Copyright 2008 Openmoko, Inc. |
@@ -6,11 +7,7 @@ | |||
6 | * http://armlinux.simtec.co.uk/ | 7 | * http://armlinux.simtec.co.uk/ |
7 | * | 8 | * |
8 | * S3C64XX CPU sleep code | 9 | * S3C64XX CPU sleep code |
9 | * | 10 | */ |
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 | */ | ||
14 | 11 | ||
15 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
16 | #include <asm/assembler.h> | 13 | #include <asm/assembler.h> |
diff --git a/arch/arm/mach-s3c64xx/watchdog-reset.h b/arch/arm/mach-s3c64xx/watchdog-reset.h index 42707dfbda9c..1042d6c463dc 100644 --- a/arch/arm/mach-s3c64xx/watchdog-reset.h +++ b/arch/arm/mach-s3c64xx/watchdog-reset.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008 Simtec Electronics | 3 | * Copyright (c) 2008 Simtec Electronics |
3 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
4 | * | 5 | * |
5 | * S3C2410 - System define for arch_reset() function | 6 | * S3C2410 - System define for arch_reset() function |
6 | * | 7 | */ |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | 8 | ||
12 | #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H | 9 | #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H |
13 | #define __PLAT_SAMSUNG_WATCHDOG_RESET_H | 10 | #define __PLAT_SAMSUNG_WATCHDOG_RESET_H |