diff options
Diffstat (limited to 'arch/arm/mach-omap1')
35 files changed, 35 insertions, 141 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq-handler.S b/arch/arm/mach-omap1/ams-delta-fiq-handler.S index 7c9fb7fe0070..81159af44862 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq-handler.S +++ b/arch/arm/mach-omap1/ams-delta-fiq-handler.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S | 3 | * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (C) 2004 Pete Trapps | 8 | * Copyright (C) 2004 Pete Trapps |
8 | * Copyright (C) 2006 Matt Callow | 9 | * Copyright (C) 2006 Matt Callow |
9 | * Copyright (C) 2010 Janusz Krzysztofik | 10 | * Copyright (C) 2010 Janusz Krzysztofik |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 | ||
13 | * as published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/linkage.h> | 13 | #include <linux/linkage.h> |
diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c index 51212133ce06..0af2bf6f9933 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq.c +++ b/arch/arm/mach-omap1/ams-delta-fiq.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Amstrad E3 FIQ handling | 3 | * Amstrad E3 FIQ handling |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Parts of this code are taken from linux/arch/arm/mach-omap/irq.c | 10 | * Parts of this code are taken from linux/arch/arm/mach-omap/irq.c |
10 | * in the MontaVista 2.4 kernel (and the Amstrad changes therein) | 11 | * in the MontaVista 2.4 kernel (and the Amstrad changes therein) |
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 by | ||
14 | * the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | #include <linux/gpio/consumer.h> | 13 | #include <linux/gpio/consumer.h> |
17 | #include <linux/gpio/driver.h> | 14 | #include <linux/gpio/driver.h> |
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index b6e814166ee0..36498ea1b2f3 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-ams-delta.c | 3 | * linux/arch/arm/mach-omap1/board-ams-delta.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Board specific inits for the Amstrad E3 (codename Delta) videophone | 7 | * Board specific inits for the Amstrad E3 (codename Delta) videophone |
7 | * | 8 | * |
8 | * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li> | 9 | * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li> |
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 | #include <linux/gpio/driver.h> | 11 | #include <linux/gpio/driver.h> |
15 | #include <linux/gpio/machine.h> | 12 | #include <linux/gpio/machine.h> |
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c index 4a0a66815ca0..c3aa6f2e5546 100644 --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-fsample.c | 3 | * linux/arch/arm/mach-omap1/board-fsample.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> | 7 | * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> |
7 | * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> | 8 | * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #include <linux/gpio.h> | 10 | #include <linux/gpio.h> |
14 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-generic.c b/arch/arm/mach-omap1/board-generic.c index 9708629f8c5f..c62554990115 100644 --- a/arch/arm/mach-omap1/board-generic.c +++ b/arch/arm/mach-omap1/board-generic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-generic.c | 3 | * linux/arch/arm/mach-omap1/board-generic.c |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * the device drivers take care of all the necessary hardware initialization. | 8 | * the device drivers take care of all the necessary hardware initialization. |
8 | * Do not put any board specific code to this file; create a new machine | 9 | * Do not put any board specific code to this file; create a new machine |
9 | * type if you need custom low-level initializations. | 10 | * type if you need custom low-level initializations. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | #include <linux/gpio.h> | 12 | #include <linux/gpio.h> |
16 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-h2-mmc.c b/arch/arm/mach-omap1/board-h2-mmc.c index 91bda9c802ff..06c5404078aa 100644 --- a/arch/arm/mach-omap1/board-h2-mmc.c +++ b/arch/arm/mach-omap1/board-h2-mmc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-h2-mmc.c | 3 | * linux/arch/arm/mach-omap1/board-h2-mmc.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is: | 8 | * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is: |
8 | * Copyright (C) 2006 Nokia Corporation | 9 | * Copyright (C) 2006 Nokia Corporation |
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 | #include <linux/gpio.h> | 11 | #include <linux/gpio.h> |
15 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 9d9a6ca15df0..cb7ce627ffe8 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-h2.c | 3 | * linux/arch/arm/mach-omap1/board-h2.c |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * | 14 | * |
14 | * H2 specific changes and cleanup | 15 | * H2 specific changes and cleanup |
15 | * Copyright (C) 2004 Nokia Corporation by Imre Deak <imre.deak@nokia.com> | 16 | * Copyright (C) 2004 Nokia Corporation by Imre Deak <imre.deak@nokia.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 | #include <linux/gpio.h> | 18 | #include <linux/gpio.h> |
22 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-h3-mmc.c b/arch/arm/mach-omap1/board-h3-mmc.c index 692c267a9a90..f595bd4f5024 100644 --- a/arch/arm/mach-omap1/board-h3-mmc.c +++ b/arch/arm/mach-omap1/board-h3-mmc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-h3-mmc.c | 3 | * linux/arch/arm/mach-omap1/board-h3-mmc.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is: | 8 | * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is: |
8 | * Copyright (C) 2006 Nokia Corporation | 9 | * Copyright (C) 2006 Nokia Corporation |
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 | #include <linux/gpio.h> | 11 | #include <linux/gpio.h> |
15 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index cd6e02c5c01a..4249984f9c30 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-h3.c | 3 | * linux/arch/arm/mach-omap1/board-h3.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (C) 2001 RidgeRun, Inc. | 9 | * Copyright (C) 2001 RidgeRun, Inc. |
9 | * Author: RidgeRun, Inc. | 10 | * Author: RidgeRun, Inc. |
10 | * Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.com | 11 | * Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.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 | #include <linux/gpio.h> | 13 | #include <linux/gpio.h> |
17 | #include <linux/types.h> | 14 | #include <linux/types.h> |
diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c index 8c286a29f24b..cbe093f969d5 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-innovator.c | 3 | * linux/arch/arm/mach-omap1/board-innovator.c |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 | 12 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 |
12 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com> | 13 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.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 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
19 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-nand.c b/arch/arm/mach-omap1/board-nand.c index 20923eb2d9b6..479ab9be784d 100644 --- a/arch/arm/mach-omap1/board-nand.c +++ b/arch/arm/mach-omap1/board-nand.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-nand.c | 3 | * linux/arch/arm/mach-omap1/board-nand.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (C) 2001 RidgeRun, Inc. | 9 | * Copyright (C) 2001 RidgeRun, Inc. |
9 | * Author: RidgeRun, Inc. | 10 | * Author: RidgeRun, Inc. |
10 | * Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.com | 11 | * Greg Lonnon (glonnon@ridgerun.com) or info@ridgerun.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 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
17 | #include <linux/io.h> | 14 | #include <linux/io.h> |
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 10848f573d37..11511ae2e0a2 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-nokia770.c | 3 | * linux/arch/arm/mach-omap1/board-nokia770.c |
3 | * | 4 | * |
4 | * Modified from board-generic.c | 5 | * Modified from board-generic.c |
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 | #include <linux/clkdev.h> | 7 | #include <linux/clkdev.h> |
11 | #include <linux/irq.h> | 8 | #include <linux/irq.h> |
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index d4d8a32e57eb..ce6f0fcd9d12 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-palmte.c | 3 | * linux/arch/arm/mach-omap1/board-palmte.c |
3 | * | 4 | * |
@@ -11,10 +12,6 @@ | |||
11 | * palmtelinux-developpers@lists.sf.net | 12 | * palmtelinux-developpers@lists.sf.net |
12 | * | 13 | * |
13 | * Copyright (c) 2006 Andrzej Zaborowski <balrog@zabor.org> | 14 | * Copyright (c) 2006 Andrzej Zaborowski <balrog@zabor.org> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License version 2 as | ||
17 | * published by the Free Software Foundation. | ||
18 | */ | 15 | */ |
19 | #include <linux/gpio.h> | 16 | #include <linux/gpio.h> |
20 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index a23327682df0..8a08311c4e05 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-palmtt.c | 3 | * linux/arch/arm/mach-omap1/board-palmtt.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Modified and amended for Palm Tungsten|T | 7 | * Modified and amended for Palm Tungsten|T |
7 | * by Marek Vasut <marek.vasut@gmail.com> | 8 | * by Marek Vasut <marek.vasut@gmail.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/delay.h> | 11 | #include <linux/delay.h> |
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index 30b07096197b..034e5bc6a029 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-palmz71.c | 3 | * linux/arch/arm/mach-omap1/board-palmz71.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Original version : Laurent Gonzalez | 9 | * Original version : Laurent Gonzalez |
9 | * | 10 | * |
10 | * Modified for zire71 : Marek Vasut | 11 | * Modified for zire71 : Marek Vasut |
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/delay.h> | 14 | #include <linux/delay.h> |
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 06a584fef5b8..1aeeb7337d29 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-perseus2.c | 3 | * linux/arch/arm/mach-omap1/board-perseus2.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> | 7 | * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> |
7 | * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> | 8 | * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #include <linux/gpio.h> | 10 | #include <linux/gpio.h> |
14 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index 79f0af8bfae0..6192b1da75cb 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-sx1-mmc.c | 3 | * linux/arch/arm/mach-omap1/board-sx1-mmc.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * This code is based on linux/arch/arm/mach-omap1/board-h2-mmc.c, which is: | 8 | * This code is based on linux/arch/arm/mach-omap1/board-h2-mmc.c, which is: |
8 | * Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT | 9 | * Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT |
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/gpio.h> | 12 | #include <linux/gpio.h> |
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index ec27bb3e370f..bb9ec345e204 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/board-sx1.c | 3 | * linux/arch/arm/mach-omap1/board-sx1.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Maintainters : Vladimir Ananiev (aka Vovan888), Sergge | 11 | * Maintainters : Vladimir Ananiev (aka Vovan888), Sergge |
11 | * oslik.ru | 12 | * oslik.ru |
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 | #include <linux/gpio.h> | 14 | #include <linux/gpio.h> |
18 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index c8c6fe88b2d6..406fd2a9a88f 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/clock.c | 3 | * linux/arch/arm/mach-omap1/clock.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Modified to use omap shared clock framework by | 8 | * Modified to use omap shared clock framework by |
8 | * Tony Lindgren <tony@atomide.com> | 9 | * Tony Lindgren <tony@atomide.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 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
15 | #include <linux/export.h> | 12 | #include <linux/export.h> |
diff --git a/arch/arm/mach-omap1/clock.h b/arch/arm/mach-omap1/clock.h index f2d1be211723..f3b8811f5ac0 100644 --- a/arch/arm/mach-omap1/clock.h +++ b/arch/arm/mach-omap1/clock.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/clock.h | 3 | * linux/arch/arm/mach-omap1/clock.h |
3 | * | 4 | * |
4 | * Copyright (C) 2004 - 2005, 2009 Nokia corporation | 5 | * Copyright (C) 2004 - 2005, 2009 Nokia corporation |
5 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> | 6 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> |
6 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc | 7 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc |
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 | 9 | ||
13 | #ifndef __ARCH_ARM_MACH_OMAP1_CLOCK_H | 10 | #ifndef __ARCH_ARM_MACH_OMAP1_CLOCK_H |
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 6c4f766365a2..3ebcd96efbff 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/clock_data.c | 3 | * linux/arch/arm/mach-omap1/clock_data.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> | 6 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> |
6 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc | 7 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc |
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 | * To do: | 9 | * To do: |
13 | * - Clocks that are only available on some chips should be marked with the | 10 | * - Clocks that are only available on some chips should be marked with the |
14 | * chips that they are present on. | 11 | * chips that they are present on. |
diff --git a/arch/arm/mach-omap1/dma.c b/arch/arm/mach-omap1/dma.c index 52d7eda1adec..0ad8bdc2ed61 100644 --- a/arch/arm/mach-omap1/dma.c +++ b/arch/arm/mach-omap1/dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP1/OMAP7xx - specific DMA driver | 3 | * OMAP1/OMAP7xx - specific DMA driver |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | 13 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ |
13 | * Converted DMA library into platform driver | 14 | * Converted DMA library into platform driver |
14 | * - G, Manjunath Kondaiah <manjugk@ti.com> | 15 | * - G, Manjunath Kondaiah <manjugk@ti.com> |
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/err.h> | 18 | #include <linux/err.h> |
diff --git a/arch/arm/mach-omap1/flash.c b/arch/arm/mach-omap1/flash.c index 99cda402e1e2..40e43ce5329f 100644 --- a/arch/arm/mach-omap1/flash.c +++ b/arch/arm/mach-omap1/flash.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Flash support for OMAP1 | 3 | * Flash support for OMAP1 |
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/io.h> | 6 | #include <linux/io.h> |
diff --git a/arch/arm/mach-omap1/flash.h b/arch/arm/mach-omap1/flash.h index 0d88499b79e9..7077224f65bd 100644 --- a/arch/arm/mach-omap1/flash.h +++ b/arch/arm/mach-omap1/flash.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Flash support for OMAP1 | 3 | * Flash support for OMAP1 |
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 __OMAP_FLASH_H | 6 | #ifndef __OMAP_FLASH_H |
diff --git a/arch/arm/mach-omap1/fpga.c b/arch/arm/mach-omap1/fpga.c index 39e20d0ead08..f03ed523f20f 100644 --- a/arch/arm/mach-omap1/fpga.c +++ b/arch/arm/mach-omap1/fpga.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/fpga.c | 3 | * linux/arch/arm/mach-omap1/fpga.c |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 | 12 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 |
12 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com> | 13 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.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/types.h> | 16 | #include <linux/types.h> |
diff --git a/arch/arm/mach-omap1/fpga.h b/arch/arm/mach-omap1/fpga.h index 4b4307a80e48..7e7450edacc1 100644 --- a/arch/arm/mach-omap1/fpga.h +++ b/arch/arm/mach-omap1/fpga.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Interrupt handler for OMAP-1510 FPGA | 3 | * Interrupt handler for OMAP-1510 FPGA |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 | 10 | * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 |
10 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com> | 11 | * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.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 | #ifndef __ASM_ARCH_OMAP_FPGA_H | 14 | #ifndef __ASM_ARCH_OMAP_FPGA_H |
diff --git a/arch/arm/mach-omap1/id.c b/arch/arm/mach-omap1/id.c index 7e49dfda3d2f..91556e374152 100644 --- a/arch/arm/mach-omap1/id.c +++ b/arch/arm/mach-omap1/id.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/id.c | 3 | * linux/arch/arm/mach-omap1/id.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2004 Nokia Corporation | 7 | * Copyright (C) 2004 Nokia Corporation |
7 | * Written by Tony Lindgren <tony@atomide.com> | 8 | * Written by Tony Lindgren <tony@atomide.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c index 499b8accb83d..5a173fc2a1ca 100644 --- a/arch/arm/mach-omap1/io.c +++ b/arch/arm/mach-omap1/io.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/io.c | 3 | * linux/arch/arm/mach-omap1/io.c |
3 | * | 4 | * |
4 | * OMAP1 I/O mapping code | 5 | * OMAP1 I/O mapping code |
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 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/arch/arm/mach-omap1/lcd_dma.c b/arch/arm/mach-omap1/lcd_dma.c index 26a2b01c7c4f..a72ac0c02b4f 100644 --- a/arch/arm/mach-omap1/lcd_dma.c +++ b/arch/arm/mach-omap1/lcd_dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/lcd_dma.c | 3 | * linux/arch/arm/mach-omap1/lcd_dma.c |
3 | * | 4 | * |
@@ -15,11 +16,6 @@ | |||
15 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> | 16 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> |
16 | * | 17 | * |
17 | * Support functions for the OMAP internal DMA channels. | 18 | * Support functions for the OMAP internal DMA channels. |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License version 2 as | ||
21 | * published by the Free Software Foundation. | ||
22 | * | ||
23 | */ | 19 | */ |
24 | 20 | ||
25 | #include <linux/module.h> | 21 | #include <linux/module.h> |
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index 27e22e702f96..f36c34f47f11 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/mcbsp.c | 3 | * linux/arch/arm/mach-omap1/mcbsp.c |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Instituto Nokia de Tecnologia | 5 | * Copyright (C) 2008 Instituto Nokia de Tecnologia |
5 | * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> | 6 | * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> |
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 | * Multichannel mode not supported. | 8 | * Multichannel mode not supported. |
12 | */ | 9 | */ |
13 | #include <linux/ioport.h> | 10 | #include <linux/ioport.h> |
diff --git a/arch/arm/mach-omap1/opp.h b/arch/arm/mach-omap1/opp.h index 79a683864a5c..5b8b9c8edfe3 100644 --- a/arch/arm/mach-omap1/opp.h +++ b/arch/arm/mach-omap1/opp.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/opp.h | 3 | * linux/arch/arm/mach-omap1/opp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2004 - 2005 Nokia corporation | 5 | * Copyright (C) 2004 - 2005 Nokia corporation |
5 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> | 6 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> |
6 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc | 7 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc |
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 | 9 | ||
13 | #ifndef __ARCH_ARM_MACH_OMAP1_OPP_H | 10 | #ifndef __ARCH_ARM_MACH_OMAP1_OPP_H |
diff --git a/arch/arm/mach-omap1/opp_data.c b/arch/arm/mach-omap1/opp_data.c index 8dcebe6d8882..a27ca7dc03a2 100644 --- a/arch/arm/mach-omap1/opp_data.c +++ b/arch/arm/mach-omap1/opp_data.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/opp_data.c | 3 | * linux/arch/arm/mach-omap1/opp_data.c |
3 | * | 4 | * |
4 | * Copyright (C) 2004 - 2005 Nokia corporation | 5 | * Copyright (C) 2004 - 2005 Nokia corporation |
5 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> | 6 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> |
6 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc | 7 | * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc |
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 | 9 | ||
13 | #include "clock.h" | 10 | #include "clock.h" |
diff --git a/arch/arm/mach-omap1/serial.c b/arch/arm/mach-omap1/serial.c index a65bd0c44296..9eb591fbfd89 100644 --- a/arch/arm/mach-omap1/serial.c +++ b/arch/arm/mach-omap1/serial.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/serial.c | 3 | * linux/arch/arm/mach-omap1/serial.c |
3 | * | 4 | * |
4 | * OMAP1 serial support. | 5 | * OMAP1 serial support. |
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 | #include <linux/gpio.h> | 7 | #include <linux/gpio.h> |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/arch/arm/mach-omap1/sram-init.c b/arch/arm/mach-omap1/sram-init.c index 6431b0f862ce..3bd60708c345 100644 --- a/arch/arm/mach-omap1/sram-init.c +++ b/arch/arm/mach-omap1/sram-init.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP SRAM detection and management | 3 | * OMAP SRAM detection and management |
3 | * | 4 | * |
4 | * Copyright (C) 2005 Nokia Corporation | 5 | * Copyright (C) 2005 Nokia Corporation |
5 | * Written by Tony Lindgren <tony@atomide.com> | 6 | * Written by Tony Lindgren <tony@atomide.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/arch/arm/mach-omap1/sram.S b/arch/arm/mach-omap1/sram.S index 00e9d9e9adf1..37f34fcd65fb 100644 --- a/arch/arm/mach-omap1/sram.S +++ b/arch/arm/mach-omap1/sram.S | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-omap/sram-fn.S | 3 | * linux/arch/arm/plat-omap/sram-fn.S |
3 | * | 4 | * |
4 | * Functions that need to be run in internal SRAM | 5 | * Functions that need to be run in internal SRAM |
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 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |