diff options
Diffstat (limited to 'drivers/leds/trigger')
-rw-r--r-- | drivers/leds/trigger/ledtrig-activity.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-backlight.c | 6 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-camera.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-cpu.c | 6 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-default-on.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-disk.c | 6 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-gpio.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-heartbeat.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-mtd.c | 6 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-oneshot.c | 5 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-panic.c | 6 | ||||
-rw-r--r-- | drivers/leds/trigger/ledtrig-timer.c | 5 |
12 files changed, 12 insertions, 53 deletions
diff --git a/drivers/leds/trigger/ledtrig-activity.c b/drivers/leds/trigger/ledtrig-activity.c index bcbf41c90c30..4c8b0c3cf284 100644 --- a/drivers/leds/trigger/ledtrig-activity.c +++ b/drivers/leds/trigger/ledtrig-activity.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Activity LED trigger | 3 | * Activity LED trigger |
3 | * | 4 | * |
4 | * Copyright (C) 2017 Willy Tarreau <w@1wt.eu> | 5 | * Copyright (C) 2017 Willy Tarreau <w@1wt.eu> |
5 | * Partially based on Atsushi Nemoto's ledtrig-heartbeat.c. | 6 | * Partially based on Atsushi Nemoto's ledtrig-heartbeat.c. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/init.h> | 9 | #include <linux/init.h> |
diff --git a/drivers/leds/trigger/ledtrig-backlight.c b/drivers/leds/trigger/ledtrig-backlight.c index c2b57beef718..487577d22cfc 100644 --- a/drivers/leds/trigger/ledtrig-backlight.c +++ b/drivers/leds/trigger/ledtrig-backlight.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Backlight emulation LED trigger | 3 | * Backlight emulation LED trigger |
3 | * | 4 | * |
4 | * Copyright 2008 (C) Rodolfo Giometti <giometti@linux.it> | 5 | * Copyright 2008 (C) Rodolfo Giometti <giometti@linux.it> |
5 | * Copyright 2008 (C) Eurotech S.p.A. <info@eurotech.it> | 6 | * Copyright 2008 (C) Eurotech S.p.A. <info@eurotech.it> |
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 | */ | 7 | */ |
12 | 8 | ||
13 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/leds/trigger/ledtrig-camera.c b/drivers/leds/trigger/ledtrig-camera.c index 091a09a20c58..ab1c410872ff 100644 --- a/drivers/leds/trigger/ledtrig-camera.c +++ b/drivers/leds/trigger/ledtrig-camera.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Camera Flash and Torch On/Off Trigger | 3 | * Camera Flash and Torch On/Off Trigger |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright 2013 Texas Instruments | 7 | * Copyright 2013 Texas Instruments |
7 | * | 8 | * |
8 | * Author: Milo(Woogyom) Kim <milo.kim@ti.com> | 9 | * Author: Milo(Woogyom) Kim <milo.kim@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/drivers/leds/trigger/ledtrig-cpu.c b/drivers/leds/trigger/ledtrig-cpu.c index 66a626091936..869976d1b734 100644 --- a/drivers/leds/trigger/ledtrig-cpu.c +++ b/drivers/leds/trigger/ledtrig-cpu.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ledtrig-cpu.c - LED trigger based on CPU activity | 3 | * ledtrig-cpu.c - LED trigger based on CPU activity |
3 | * | 4 | * |
@@ -12,11 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Copyright 2011 Linus Walleij <linus.walleij@linaro.org> | 14 | * Copyright 2011 Linus Walleij <linus.walleij@linaro.org> |
14 | * Copyright 2011 - 2012 Bryan Wu <bryan.wu@canonical.com> | 15 | * Copyright 2011 - 2012 Bryan Wu <bryan.wu@canonical.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 | * | ||
20 | */ | 16 | */ |
21 | 17 | ||
22 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
diff --git a/drivers/leds/trigger/ledtrig-default-on.c b/drivers/leds/trigger/ledtrig-default-on.c index 7f6d9219711e..8207f85eceb1 100644 --- a/drivers/leds/trigger/ledtrig-default-on.c +++ b/drivers/leds/trigger/ledtrig-default-on.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LED Kernel Default ON Trigger | 3 | * LED Kernel Default ON Trigger |
3 | * | 4 | * |
4 | * Copyright 2008 Nick Forbes <nick.forbes@incepta.com> | 5 | * Copyright 2008 Nick Forbes <nick.forbes@incepta.com> |
5 | * | 6 | * |
6 | * Based on Richard Purdie's ledtrig-timer.c. | 7 | * Based on Richard Purdie's ledtrig-timer.c. |
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 <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/leds/trigger/ledtrig-disk.c b/drivers/leds/trigger/ledtrig-disk.c index 9816b0d60270..0741910785bb 100644 --- a/drivers/leds/trigger/ledtrig-disk.c +++ b/drivers/leds/trigger/ledtrig-disk.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LED Disk Activity Trigger | 3 | * LED Disk Activity Trigger |
3 | * | 4 | * |
4 | * Copyright 2006 Openedhand Ltd. | 5 | * Copyright 2006 Openedhand Ltd. |
5 | * | 6 | * |
6 | * Author: Richard Purdie <rpurdie@openedhand.com> | 7 | * Author: Richard Purdie <rpurdie@openedhand.com> |
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 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/leds/trigger/ledtrig-gpio.c b/drivers/leds/trigger/ledtrig-gpio.c index ed0db8ed825f..33cc99a1a16a 100644 --- a/drivers/leds/trigger/ledtrig-gpio.c +++ b/drivers/leds/trigger/ledtrig-gpio.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ledtrig-gio.c - LED Trigger Based on GPIO events | 3 | * ledtrig-gio.c - LED Trigger Based on GPIO events |
3 | * | 4 | * |
4 | * Copyright 2009 Felipe Balbi <me@felipebalbi.com> | 5 | * Copyright 2009 Felipe Balbi <me@felipebalbi.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 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/leds/trigger/ledtrig-heartbeat.c b/drivers/leds/trigger/ledtrig-heartbeat.c index 7a2b12e19329..36b6709afe9f 100644 --- a/drivers/leds/trigger/ledtrig-heartbeat.c +++ b/drivers/leds/trigger/ledtrig-heartbeat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LED Heartbeat Trigger | 3 | * LED Heartbeat Trigger |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on Richard Purdie's ledtrig-timer.c and some arch's | 7 | * Based on Richard Purdie's ledtrig-timer.c and some arch's |
7 | * CONFIG_HEARTBEAT code. | 8 | * CONFIG_HEARTBEAT code. |
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/drivers/leds/trigger/ledtrig-mtd.c b/drivers/leds/trigger/ledtrig-mtd.c index 99b5b0a4d826..8fa763c2269b 100644 --- a/drivers/leds/trigger/ledtrig-mtd.c +++ b/drivers/leds/trigger/ledtrig-mtd.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LED MTD trigger | 3 | * LED MTD trigger |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Copyright 2006 Openedhand Ltd. | 9 | * Copyright 2006 Openedhand Ltd. |
9 | * | 10 | * |
10 | * Author: Richard Purdie <rpurdie@openedhand.com> | 11 | * Author: Richard Purdie <rpurdie@openedhand.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 | * | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
diff --git a/drivers/leds/trigger/ledtrig-oneshot.c b/drivers/leds/trigger/ledtrig-oneshot.c index 8808f0ad7339..bee3bd452abf 100644 --- a/drivers/leds/trigger/ledtrig-oneshot.c +++ b/drivers/leds/trigger/ledtrig-oneshot.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * One-shot LED Trigger | 3 | * One-shot LED Trigger |
3 | * | 4 | * |
4 | * Copyright 2012, Fabio Baltieri <fabio.baltieri@gmail.com> | 5 | * Copyright 2012, Fabio Baltieri <fabio.baltieri@gmail.com> |
5 | * | 6 | * |
6 | * Based on ledtrig-timer.c by Richard Purdie <rpurdie@openedhand.com> | 7 | * Based on ledtrig-timer.c by Richard Purdie <rpurdie@openedhand.com> |
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 <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/leds/trigger/ledtrig-panic.c b/drivers/leds/trigger/ledtrig-panic.c index d735526b9db4..5751cd032f9d 100644 --- a/drivers/leds/trigger/ledtrig-panic.c +++ b/drivers/leds/trigger/ledtrig-panic.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Kernel Panic LED Trigger | 3 | * Kernel Panic LED Trigger |
3 | * | 4 | * |
4 | * Copyright 2016 Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 5 | * Copyright 2016 Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> |
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 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/leds/trigger/ledtrig-timer.c b/drivers/leds/trigger/ledtrig-timer.c index 427fc3c303d5..34a68604c46c 100644 --- a/drivers/leds/trigger/ledtrig-timer.c +++ b/drivers/leds/trigger/ledtrig-timer.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LED Kernel Timer Trigger | 3 | * LED Kernel Timer Trigger |
3 | * | 4 | * |
4 | * Copyright 2005-2006 Openedhand Ltd. | 5 | * Copyright 2005-2006 Openedhand Ltd. |
5 | * | 6 | * |
6 | * Author: Richard Purdie <rpurdie@openedhand.com> | 7 | * Author: Richard Purdie <rpurdie@openedhand.com> |
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 <linux/module.h> | 10 | #include <linux/module.h> |