diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 12:57:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:29:22 -0400 |
commit | 0376148f303c7e87ff3577dac7d76b93e3a5779a (patch) | |
tree | 97c2e1fbb3687b11ab6d628839f8cfa878620a63 | |
parent | 8fe76f5a53718b20514fbf6a4a0ce1d4b1b93618 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Based on 1 normalized pattern(s):
license terms gnu general public license v2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 37 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.724130665@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
37 files changed, 37 insertions, 58 deletions
diff --git a/drivers/clk/sunxi/clk-sun6i-apb0-gates.c b/drivers/clk/sunxi/clk-sun6i-apb0-gates.c index 09cdb9874636..a165e7172346 100644 --- a/drivers/clk/sunxi/clk-sun6i-apb0-gates.c +++ b/drivers/clk/sunxi/clk-sun6i-apb0-gates.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Free Electrons | 3 | * Copyright (C) 2014 Free Electrons |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> | 5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> |
6 | * | 6 | * |
7 | * Allwinner A31 APB0 clock gates driver | 7 | * Allwinner A31 APB0 clock gates driver |
8 | * | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/clk-provider.h> | 10 | #include <linux/clk-provider.h> |
diff --git a/drivers/clk/sunxi/clk-sun6i-apb0.c b/drivers/clk/sunxi/clk-sun6i-apb0.c index b9c8d359288c..10f70c35c265 100644 --- a/drivers/clk/sunxi/clk-sun6i-apb0.c +++ b/drivers/clk/sunxi/clk-sun6i-apb0.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Free Electrons | 3 | * Copyright (C) 2014 Free Electrons |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> | 5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> |
6 | * | 6 | * |
7 | * Allwinner A31 APB0 clock driver | 7 | * Allwinner A31 APB0 clock driver |
8 | * | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/clk-provider.h> | 10 | #include <linux/clk-provider.h> |
diff --git a/drivers/clk/sunxi/clk-sun6i-ar100.c b/drivers/clk/sunxi/clk-sun6i-ar100.c index 64ca3e9e38e6..e1b7d0929cf7 100644 --- a/drivers/clk/sunxi/clk-sun6i-ar100.c +++ b/drivers/clk/sunxi/clk-sun6i-ar100.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Free Electrons | 3 | * Copyright (C) 2014 Free Electrons |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> | 5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> |
6 | * | 6 | * |
7 | * Allwinner A31 AR100 clock driver | 7 | * Allwinner A31 AR100 clock driver |
8 | * | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/bitops.h> | 10 | #include <linux/bitops.h> |
diff --git a/drivers/clk/sunxi/clk-sun8i-apb0.c b/drivers/clk/sunxi/clk-sun8i-apb0.c index 5a7d4dd09e85..fc5d6e3b77d1 100644 --- a/drivers/clk/sunxi/clk-sun8i-apb0.c +++ b/drivers/clk/sunxi/clk-sun8i-apb0.c | |||
@@ -1,17 +1,15 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Chen-Yu Tsai | 3 | * Copyright (C) 2014 Chen-Yu Tsai |
3 | * Author: Chen-Yu Tsai <wens@csie.org> | 4 | * Author: Chen-Yu Tsai <wens@csie.org> |
4 | * | 5 | * |
5 | * Allwinner A23 APB0 clock driver | 6 | * Allwinner A23 APB0 clock driver |
6 | * | 7 | * |
7 | * License Terms: GNU General Public License v2 | ||
8 | * | ||
9 | * Based on clk-sun6i-apb0.c | 8 | * Based on clk-sun6i-apb0.c |
10 | * Allwinner A31 APB0 clock driver | 9 | * Allwinner A31 APB0 clock driver |
11 | * | 10 | * |
12 | * Copyright (C) 2014 Free Electrons | 11 | * Copyright (C) 2014 Free Electrons |
13 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> | 12 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> |
14 | * | ||
15 | */ | 13 | */ |
16 | 14 | ||
17 | #include <linux/clk-provider.h> | 15 | #include <linux/clk-provider.h> |
diff --git a/drivers/clocksource/clksrc-dbx500-prcmu.c b/drivers/clocksource/clksrc-dbx500-prcmu.c index 51d53c4e646f..996900d017c6 100644 --- a/drivers/clocksource/clksrc-dbx500-prcmu.c +++ b/drivers/clocksource/clksrc-dbx500-prcmu.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011 | 3 | * Copyright (C) ST-Ericsson SA 2011 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson | 5 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson |
6 | * Author: Sundar Iyer for ST-Ericsson | 6 | * Author: Sundar Iyer for ST-Ericsson |
7 | * sched_clock implementation is based on: | 7 | * sched_clock implementation is based on: |
diff --git a/drivers/hwmon/ab8500.c b/drivers/hwmon/ab8500.c index 8b6a4f4c8774..207f77f85a40 100644 --- a/drivers/hwmon/ab8500.c +++ b/drivers/hwmon/ab8500.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2010 - 2013 | 3 | * Copyright (C) ST-Ericsson 2010 - 2013 |
3 | * Author: Martin Persson <martin.persson@stericsson.com> | 4 | * Author: Martin Persson <martin.persson@stericsson.com> |
4 | * Hongbo Zhang <hongbo.zhang@linaro.org> | 5 | * Hongbo Zhang <hongbo.zhang@linaro.org> |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | 6 | * |
7 | * When the AB8500 thermal warning temperature is reached (threshold cannot | 7 | * When the AB8500 thermal warning temperature is reached (threshold cannot |
8 | * be changed by SW), an interrupt is set, and if no further action is taken | 8 | * be changed by SW), an interrupt is set, and if no further action is taken |
diff --git a/drivers/hwmon/abx500.c b/drivers/hwmon/abx500.c index d4ad91d9f200..50e67cdd8e5e 100644 --- a/drivers/hwmon/abx500.c +++ b/drivers/hwmon/abx500.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2010 - 2013 | 3 | * Copyright (C) ST-Ericsson 2010 - 2013 |
3 | * Author: Martin Persson <martin.persson@stericsson.com> | 4 | * Author: Martin Persson <martin.persson@stericsson.com> |
4 | * Hongbo Zhang <hongbo.zhang@linaro.org> | 5 | * Hongbo Zhang <hongbo.zhang@linaro.org> |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | 6 | * |
7 | * ABX500 does not provide auto ADC, so to monitor the required temperatures, | 7 | * ABX500 does not provide auto ADC, so to monitor the required temperatures, |
8 | * a periodic work is used. It is more important to not wake up the CPU than | 8 | * a periodic work is used. It is more important to not wake up the CPU than |
diff --git a/drivers/hwmon/abx500.h b/drivers/hwmon/abx500.h index 9b295e684d0e..4517594260f2 100644 --- a/drivers/hwmon/abx500.h +++ b/drivers/hwmon/abx500.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2010 - 2013 | 3 | * Copyright (C) ST-Ericsson 2010 - 2013 |
3 | * License terms: GNU General Public License v2 | ||
4 | * Author: Martin Persson <martin.persson@stericsson.com> | 4 | * Author: Martin Persson <martin.persson@stericsson.com> |
5 | * Hongbo Zhang <hongbo.zhang@linaro.com> | 5 | * Hongbo Zhang <hongbo.zhang@linaro.com> |
6 | */ | 6 | */ |
diff --git a/drivers/input/misc/ab8500-ponkey.c b/drivers/input/misc/ab8500-ponkey.c index a33ed5710b15..12b18a8db315 100644 --- a/drivers/input/misc/ab8500-ponkey.c +++ b/drivers/input/misc/ab8500-ponkey.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
6 | * | 6 | * |
7 | * AB8500 Power-On Key handler | 7 | * AB8500 Power-On Key handler |
diff --git a/drivers/leds/leds-lm3530.c b/drivers/leds/leds-lm3530.c index b38430cb10ad..2f8362f6bf75 100644 --- a/drivers/leds/leds-lm3530.c +++ b/drivers/leds/leds-lm3530.c | |||
@@ -1,9 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 ST-Ericsson SA. | 3 | * Copyright (C) 2011 ST-Ericsson SA. |
3 | * Copyright (C) 2009 Motorola, Inc. | 4 | * Copyright (C) 2009 Motorola, Inc. |
4 | * | 5 | * |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | ||
7 | * Simple driver for National Semiconductor LM3530 Backlight driver chip | 6 | * Simple driver for National Semiconductor LM3530 Backlight driver chip |
8 | * | 7 | * |
9 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> | 8 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> |
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 11ab17f64c64..3e9dc92cb467 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | 5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> |
6 | * Author: Rabin Vincent <rabin.vincent@stericsson.com> | 6 | * Author: Rabin Vincent <rabin.vincent@stericsson.com> |
7 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> | 7 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> |
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c index f70d3f6a959b..d24c6ecccb88 100644 --- a/drivers/mfd/ab8500-debugfs.c +++ b/drivers/mfd/ab8500-debugfs.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson. | 5 | * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson. |
5 | * License Terms: GNU General Public License v2 | ||
6 | */ | 6 | */ |
7 | /* | 7 | /* |
8 | * AB8500 register access | 8 | * AB8500 register access |
diff --git a/drivers/mfd/ab8500-gpadc.c b/drivers/mfd/ab8500-gpadc.c index f4e94869d612..005f9ee34cd1 100644 --- a/drivers/mfd/ab8500-gpadc.c +++ b/drivers/mfd/ab8500-gpadc.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Arun R Murthy <arun.murthy@stericsson.com> | 5 | * Author: Arun R Murthy <arun.murthy@stericsson.com> |
6 | * Author: Daniel Willerud <daniel.willerud@stericsson.com> | 6 | * Author: Daniel Willerud <daniel.willerud@stericsson.com> |
7 | * Author: Johan Palsson <johan.palsson@stericsson.com> | 7 | * Author: Johan Palsson <johan.palsson@stericsson.com> |
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 65666b624ae8..3f21e26b8d36 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -1,16 +1,15 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * DB8500 PRCM Unit driver | 3 | * DB8500 PRCM Unit driver |
3 | * | 4 | * |
4 | * Copyright (C) STMicroelectronics 2009 | 5 | * Copyright (C) STMicroelectronics 2009 |
5 | * Copyright (C) ST-Ericsson SA 2010 | 6 | * Copyright (C) ST-Ericsson SA 2010 |
6 | * | 7 | * |
7 | * License Terms: GNU General Public License v2 | ||
8 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> | 8 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> |
9 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> | 9 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> |
10 | * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> | 10 | * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> |
11 | * | 11 | * |
12 | * U8500 PRCM Unit interface driver | 12 | * U8500 PRCM Unit interface driver |
13 | * | ||
14 | */ | 13 | */ |
15 | #include <linux/init.h> | 14 | #include <linux/init.h> |
16 | #include <linux/export.h> | 15 | #include <linux/export.h> |
diff --git a/drivers/mfd/dbx500-prcmu-regs.h b/drivers/mfd/dbx500-prcmu-regs.h index 7cc32a8ff01c..75fd1069372c 100644 --- a/drivers/mfd/dbx500-prcmu-regs.h +++ b/drivers/mfd/dbx500-prcmu-regs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics 2009 | 3 | * Copyright (C) STMicroelectronics 2009 |
3 | * Copyright (C) ST-Ericsson SA 2010 | 4 | * Copyright (C) ST-Ericsson SA 2010 |
@@ -5,8 +6,6 @@ | |||
5 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> | 6 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> |
6 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> | 7 | * Author: Sundar Iyer <sundar.iyer@stericsson.com> |
7 | * | 8 | * |
8 | * License Terms: GNU General Public License v2 | ||
9 | * | ||
10 | * PRCM Unit registers | 9 | * PRCM Unit registers |
11 | */ | 10 | */ |
12 | 11 | ||
diff --git a/drivers/mfd/sun6i-prcm.c b/drivers/mfd/sun6i-prcm.c index 2f12a415b807..c31927d4bbbe 100644 --- a/drivers/mfd/sun6i-prcm.c +++ b/drivers/mfd/sun6i-prcm.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014 Free Electrons | 3 | * Copyright (C) 2014 Free Electrons |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> | 5 | * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> |
6 | * | 6 | * |
7 | * Allwinner PRCM (Power/Reset/Clock Management) driver | 7 | * Allwinner PRCM (Power/Reset/Clock Management) driver |
8 | * | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/mfd/core.h> | 10 | #include <linux/mfd/core.h> |
diff --git a/drivers/power/supply/ab8500_btemp.c b/drivers/power/supply/ab8500_btemp.c index 708fd58cd62b..8fe81259bfd9 100644 --- a/drivers/power/supply/ab8500_btemp.c +++ b/drivers/power/supply/ab8500_btemp.c | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * | 4 | * |
4 | * Battery temperature driver for AB8500 | 5 | * Battery temperature driver for AB8500 |
5 | * | 6 | * |
6 | * License Terms: GNU General Public License v2 | ||
7 | * Author: | 7 | * Author: |
8 | * Johan Palsson <johan.palsson@stericsson.com> | 8 | * Johan Palsson <johan.palsson@stericsson.com> |
9 | * Karl Komierowski <karl.komierowski@stericsson.com> | 9 | * Karl Komierowski <karl.komierowski@stericsson.com> |
diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c index 98b335042ba6..30de448de802 100644 --- a/drivers/power/supply/ab8500_charger.c +++ b/drivers/power/supply/ab8500_charger.c | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * | 4 | * |
4 | * Charger driver for AB8500 | 5 | * Charger driver for AB8500 |
5 | * | 6 | * |
6 | * License Terms: GNU General Public License v2 | ||
7 | * Author: | 7 | * Author: |
8 | * Johan Palsson <johan.palsson@stericsson.com> | 8 | * Johan Palsson <johan.palsson@stericsson.com> |
9 | * Karl Komierowski <karl.komierowski@stericsson.com> | 9 | * Karl Komierowski <karl.komierowski@stericsson.com> |
diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c index 776102c31305..6fc4bc30644c 100644 --- a/drivers/power/supply/ab8500_fg.c +++ b/drivers/power/supply/ab8500_fg.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2012 | 3 | * Copyright (C) ST-Ericsson AB 2012 |
3 | * | 4 | * |
@@ -8,7 +9,6 @@ | |||
8 | * battery management is not used and the supported code is available in this | 9 | * battery management is not used and the supported code is available in this |
9 | * driver. | 10 | * driver. |
10 | * | 11 | * |
11 | * License Terms: GNU General Public License v2 | ||
12 | * Author: | 12 | * Author: |
13 | * Johan Palsson <johan.palsson@stericsson.com> | 13 | * Johan Palsson <johan.palsson@stericsson.com> |
14 | * Karl Komierowski <karl.komierowski@stericsson.com> | 14 | * Karl Komierowski <karl.komierowski@stericsson.com> |
diff --git a/drivers/power/supply/abx500_chargalg.c b/drivers/power/supply/abx500_chargalg.c index 947709cdd14e..23757fb10479 100644 --- a/drivers/power/supply/abx500_chargalg.c +++ b/drivers/power/supply/abx500_chargalg.c | |||
@@ -1,10 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2012 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
3 | * Copyright (c) 2012 Sony Mobile Communications AB | 4 | * Copyright (c) 2012 Sony Mobile Communications AB |
4 | * | 5 | * |
5 | * Charging algorithm driver for abx500 variants | 6 | * Charging algorithm driver for abx500 variants |
6 | * | 7 | * |
7 | * License Terms: GNU General Public License v2 | ||
8 | * Authors: | 8 | * Authors: |
9 | * Johan Palsson <johan.palsson@stericsson.com> | 9 | * Johan Palsson <johan.palsson@stericsson.com> |
10 | * Karl Komierowski <karl.komierowski@stericsson.com> | 10 | * Karl Komierowski <karl.komierowski@stericsson.com> |
diff --git a/drivers/regulator/ab8500-ext.c b/drivers/regulator/ab8500-ext.c index 95704446d89e..8bb43a671ded 100644 --- a/drivers/regulator/ab8500-ext.c +++ b/drivers/regulator/ab8500-ext.c | |||
@@ -1,8 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Authors: Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 5 | * Authors: Bengt Jonsson <bengt.g.jonsson@stericsson.com> |
7 | * | 6 | * |
8 | * This file is based on drivers/regulator/ab8500.c | 7 | * This file is based on drivers/regulator/ab8500.c |
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 3fcb4cbaab02..efb2f01a9101 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c | |||
@@ -1,8 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
7 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
8 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson | 7 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson |
diff --git a/drivers/regulator/db8500-prcmu.c b/drivers/regulator/db8500-prcmu.c index eb317663f875..88a2dcb9fe8a 100644 --- a/drivers/regulator/db8500-prcmu.c +++ b/drivers/regulator/db8500-prcmu.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
7 | * | 7 | * |
diff --git a/drivers/regulator/dbx500-prcmu.c b/drivers/regulator/dbx500-prcmu.c index 308e3ff0a1bd..f604c8db6d0e 100644 --- a/drivers/regulator/dbx500-prcmu.c +++ b/drivers/regulator/dbx500-prcmu.c | |||
@@ -1,7 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
7 | * | 7 | * |
diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h index 6e20dab611ac..2fb3aaef9dbb 100644 --- a/drivers/regulator/dbx500-prcmu.h +++ b/drivers/regulator/dbx500-prcmu.h | |||
@@ -1,11 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * Author: Bengt Jonsson <bengt.jonsson@stericsson.com> for ST-Ericsson, | 5 | * Author: Bengt Jonsson <bengt.jonsson@stericsson.com> for ST-Ericsson, |
5 | * Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson | 6 | * Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson |
6 | * | ||
7 | * License Terms: GNU General Public License v2 | ||
8 | * | ||
9 | */ | 7 | */ |
10 | 8 | ||
11 | #ifndef DBX500_REGULATOR_H | 9 | #ifndef DBX500_REGULATOR_H |
diff --git a/drivers/watchdog/ux500_wdt.c b/drivers/watchdog/ux500_wdt.c index 9fa7f95f7554..072758106865 100644 --- a/drivers/watchdog/ux500_wdt.c +++ b/drivers/watchdog/ux500_wdt.c | |||
@@ -1,8 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2011-2013 | 3 | * Copyright (C) ST-Ericsson SA 2011-2013 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Author: Mathieu Poirier <mathieu.poirier@linaro.org> for ST-Ericsson | 5 | * Author: Mathieu Poirier <mathieu.poirier@linaro.org> for ST-Ericsson |
7 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson | 6 | * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson |
8 | */ | 7 | */ |
diff --git a/include/linux/led-lm3530.h b/include/linux/led-lm3530.h index 4b133479d6ea..811f7ce4e218 100644 --- a/include/linux/led-lm3530.h +++ b/include/linux/led-lm3530.h | |||
@@ -1,9 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 ST-Ericsson SA. | 3 | * Copyright (C) 2011 ST-Ericsson SA. |
3 | * Copyright (C) 2009 Motorola, Inc. | 4 | * Copyright (C) 2009 Motorola, Inc. |
4 | * | 5 | * |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | ||
7 | * Simple driver for National Semiconductor LM35330 Backlight driver chip | 6 | * Simple driver for National Semiconductor LM35330 Backlight driver chip |
8 | * | 7 | * |
9 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> | 8 | * Author: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com> |
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index d33c245e75ca..524a7e4702c2 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | 5 | * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> |
6 | */ | 6 | */ |
7 | #ifndef MFD_AB8500_H | 7 | #ifndef MFD_AB8500_H |
diff --git a/include/linux/mfd/db8500-prcmu.h b/include/linux/mfd/db8500-prcmu.h index 7ba67b55b312..813710aa2cfd 100644 --- a/include/linux/mfd/db8500-prcmu.h +++ b/include/linux/mfd/db8500-prcmu.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) STMicroelectronics 2009 | 3 | * Copyright (C) STMicroelectronics 2009 |
3 | * Copyright (C) ST-Ericsson SA 2010 | 4 | * Copyright (C) ST-Ericsson SA 2010 |
4 | * | 5 | * |
5 | * License Terms: GNU General Public License v2 | ||
6 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> | 6 | * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> |
7 | * | 7 | * |
8 | * PRCMU f/w APIs | 8 | * PRCMU f/w APIs |
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h index 2e2c6a63a065..238401a50d0b 100644 --- a/include/linux/mfd/dbx500-prcmu.h +++ b/include/linux/mfd/dbx500-prcmu.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST Ericsson SA 2011 | 3 | * Copyright (C) ST Ericsson SA 2011 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * STE Ux500 PRCMU API | 5 | * STE Ux500 PRCMU API |
7 | */ | 6 | */ |
8 | #ifndef __MACH_PRCMU_H | 7 | #ifndef __MACH_PRCMU_H |
diff --git a/include/linux/platform_data/keypad-nomadik-ske.h b/include/linux/platform_data/keypad-nomadik-ske.h index 31382fbc07dc..7efabbca1dca 100644 --- a/include/linux/platform_data/keypad-nomadik-ske.h +++ b/include/linux/platform_data/keypad-nomadik-ske.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> | 5 | * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> |
6 | * | 6 | * |
7 | * ux500 Scroll key and Keypad Encoder (SKE) header | 7 | * ux500 Scroll key and Keypad Encoder (SKE) header |
diff --git a/include/linux/platform_data/leds-lm355x.h b/include/linux/platform_data/leds-lm355x.h index b88724bb0b46..b1090487b4b0 100644 --- a/include/linux/platform_data/leds-lm355x.h +++ b/include/linux/platform_data/leds-lm355x.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Texas Instruments | 3 | * Copyright (C) 2012 Texas Instruments |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Simple driver for Texas Instruments LM355x LED driver chip | 5 | * Simple driver for Texas Instruments LM355x LED driver chip |
7 | * | 6 | * |
8 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> | 7 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> |
diff --git a/include/linux/platform_data/leds-lm3642.h b/include/linux/platform_data/leds-lm3642.h index 72d6ee6ade57..2490a2fb6549 100644 --- a/include/linux/platform_data/leds-lm3642.h +++ b/include/linux/platform_data/leds-lm3642.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Texas Instruments | 3 | * Copyright (C) 2012 Texas Instruments |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Simple driver for Texas Instruments LM3642 LED driver chip | 5 | * Simple driver for Texas Instruments LM3642 LED driver chip |
7 | * | 6 | * |
8 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> | 7 | * Author: G.Shark Jeong <gshark.jeong@gmail.com> |
diff --git a/include/linux/platform_data/ux500_wdt.h b/include/linux/platform_data/ux500_wdt.h index 1689ff4c3bfd..de6a4ad41e76 100644 --- a/include/linux/platform_data/ux500_wdt.h +++ b/include/linux/platform_data/ux500_wdt.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST Ericsson SA 2011 | 3 | * Copyright (C) ST Ericsson SA 2011 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * STE Ux500 Watchdog platform data | 5 | * STE Ux500 Watchdog platform data |
7 | */ | 6 | */ |
8 | #ifndef __UX500_WDT_H | 7 | #ifndef __UX500_WDT_H |
diff --git a/include/linux/power/ab8500.h b/include/linux/power/ab8500.h index cdbb6c2a8c51..51976b52f373 100644 --- a/include/linux/power/ab8500.h +++ b/include/linux/power/ab8500.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2013 | 3 | * Copyright (C) ST-Ericsson 2013 |
3 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> | 4 | * Author: Hongbo Zhang <hongbo.zhang@linaro.com> |
4 | * License terms: GNU General Public License v2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef PWR_AB8500_H | 7 | #ifndef PWR_AB8500_H |
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 6d46f962685d..7cf8f797e13a 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson | 5 | * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson |
7 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 6 | * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
8 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson | 7 | * Daniel Willerud <daniel.willerud@stericsson.com> for ST-Ericsson |
diff --git a/include/linux/regulator/db8500-prcmu.h b/include/linux/regulator/db8500-prcmu.h index 612062313b68..f90df9ee703e 100644 --- a/include/linux/regulator/db8500-prcmu.h +++ b/include/linux/regulator/db8500-prcmu.h | |||
@@ -1,8 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson SA 2010 | 3 | * Copyright (C) ST-Ericsson SA 2010 |
3 | * | 4 | * |
4 | * License Terms: GNU General Public License v2 | ||
5 | * | ||
6 | * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson | 5 | * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson |
7 | * | 6 | * |
8 | * Interface to power domain regulators on DB8500 | 7 | * Interface to power domain regulators on DB8500 |