diff options
Diffstat (limited to 'arch/x86/platform/geode')
-rw-r--r-- | arch/x86/platform/geode/alix.c | 6 | ||||
-rw-r--r-- | arch/x86/platform/geode/geos.c | 5 | ||||
-rw-r--r-- | arch/x86/platform/geode/net5501.c | 6 |
3 files changed, 3 insertions, 14 deletions
diff --git a/arch/x86/platform/geode/alix.c b/arch/x86/platform/geode/alix.c index 1865c196f136..8d4daca81eda 100644 --- a/arch/x86/platform/geode/alix.c +++ b/arch/x86/platform/geode/alix.c | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for PCEngines ALIX. | 3 | * System Specific setup for PCEngines ALIX. |
3 | * At the moment this means setup of GPIO control of LEDs | 4 | * At the moment this means setup of GPIO control of LEDs |
4 | * on Alix.2/3/6 boards. | 5 | * on Alix.2/3/6 boards. |
5 | * | 6 | * |
6 | * | ||
7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> | 7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> |
8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> | 8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> |
9 | * and Philip Prindeville <philipp@redfish-solutions.com> | 9 | * and Philip Prindeville <philipp@redfish-solutions.com> |
@@ -11,10 +11,6 @@ | |||
11 | * TODO: There are large similarities with leds-net5501.c | 11 | * TODO: There are large similarities with leds-net5501.c |
12 | * by Alessandro Zummo <a.zummo@towertech.it> | 12 | * by Alessandro Zummo <a.zummo@towertech.it> |
13 | * In the future leds-net5501.c should be migrated over to platform | 13 | * In the future leds-net5501.c should be migrated over to platform |
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 | ||
17 | * as published by the Free Software Foundation. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c index 4fcdb91318a0..136974ec9a90 100644 --- a/arch/x86/platform/geode/geos.c +++ b/arch/x86/platform/geode/geos.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for Traverse Technologies GEOS. | 3 | * System Specific setup for Traverse Technologies GEOS. |
3 | * At the moment this means setup of GPIO control of LEDs. | 4 | * At the moment this means setup of GPIO control of LEDs. |
@@ -9,10 +10,6 @@ | |||
9 | * TODO: There are large similarities with leds-net5501.c | 10 | * TODO: There are large similarities with leds-net5501.c |
10 | * by Alessandro Zummo <a.zummo@towertech.it> | 11 | * by Alessandro Zummo <a.zummo@towertech.it> |
11 | * In the future leds-net5501.c should be migrated over to platform | 12 | * In the future leds-net5501.c should be migrated over to platform |
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 | ||
15 | * as published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
diff --git a/arch/x86/platform/geode/net5501.c b/arch/x86/platform/geode/net5501.c index a2f6b982a729..2c24d8d30436 100644 --- a/arch/x86/platform/geode/net5501.c +++ b/arch/x86/platform/geode/net5501.c | |||
@@ -1,19 +1,15 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for Soekris net5501 | 3 | * System Specific setup for Soekris net5501 |
3 | * At the moment this means setup of GPIO control of LEDs and buttons | 4 | * At the moment this means setup of GPIO control of LEDs and buttons |
4 | * on net5501 boards. | 5 | * on net5501 boards. |
5 | * | 6 | * |
6 | * | ||
7 | * Copyright (C) 2008-2009 Tower Technologies | 7 | * Copyright (C) 2008-2009 Tower Technologies |
8 | * Written by Alessandro Zummo <a.zummo@towertech.it> | 8 | * Written by Alessandro Zummo <a.zummo@towertech.it> |
9 | * | 9 | * |
10 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> | 10 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> |
11 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> | 11 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> |
12 | * and Philip Prindeville <philipp@redfish-solutions.com> | 12 | * and Philip Prindeville <philipp@redfish-solutions.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 | ||
16 | * as published by the Free Software Foundation. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |