diff options
Diffstat (limited to 'drivers/pwm')
-rw-r--r-- | drivers/pwm/pwm-lpss-pci.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-lpss-platform.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-lpss.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-lpss.h | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-omap-dmtimer.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-puv3.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-pxa.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-rockchip.c | 5 | ||||
-rw-r--r-- | drivers/pwm/pwm-stmpe.c | 6 | ||||
-rw-r--r-- | drivers/pwm/pwm-zx.c | 5 |
10 files changed, 10 insertions, 41 deletions
diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c index c1527cb645be..cf749ea0de9f 100644 --- a/drivers/pwm/pwm-lpss-pci.c +++ b/drivers/pwm/pwm-lpss-pci.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Intel Low Power Subsystem PWM controller PCI driver | 3 | * Intel Low Power Subsystem PWM controller PCI driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * | 6 | * |
6 | * Derived from the original pwm-lpss.c | 7 | * Derived from the original pwm-lpss.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/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/pwm/pwm-lpss-platform.c b/drivers/pwm/pwm-lpss-platform.c index 757230e1f575..48f34d20aecd 100644 --- a/drivers/pwm/pwm-lpss-platform.c +++ b/drivers/pwm/pwm-lpss-platform.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Intel Low Power Subsystem PWM controller driver | 3 | * Intel Low Power Subsystem PWM controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * | 6 | * |
6 | * Derived from the original pwm-lpss.c | 7 | * Derived from the original pwm-lpss.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/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/pwm/pwm-lpss.c b/drivers/pwm/pwm-lpss.c index 2ac3a2aa9e53..4098a4601691 100644 --- a/drivers/pwm/pwm-lpss.c +++ b/drivers/pwm/pwm-lpss.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Intel Low Power Subsystem PWM controller driver | 3 | * Intel Low Power Subsystem PWM controller driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 8 | * Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> |
8 | * Author: Chew Chiau Ee <chiau.ee.chew@intel.com> | 9 | * Author: Chew Chiau Ee <chiau.ee.chew@intel.com> |
9 | * Author: Alan Cox <alan@linux.intel.com> | 10 | * Author: Alan Cox <alan@linux.intel.com> |
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 | 12 | ||
16 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
diff --git a/drivers/pwm/pwm-lpss.h b/drivers/pwm/pwm-lpss.h index 3236be835bd9..7909fa12fca2 100644 --- a/drivers/pwm/pwm-lpss.h +++ b/drivers/pwm/pwm-lpss.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Intel Low Power Subsystem PWM controller driver | 3 | * Intel Low Power Subsystem PWM controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * | 6 | * |
6 | * Derived from the original pwm-lpss.c | 7 | * Derived from the original pwm-lpss.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 | #ifndef __PWM_LPSS_H | 10 | #ifndef __PWM_LPSS_H |
diff --git a/drivers/pwm/pwm-omap-dmtimer.c b/drivers/pwm/pwm-omap-dmtimer.c index f45798679e3c..00772fc53490 100644 --- a/drivers/pwm/pwm-omap-dmtimer.c +++ b/drivers/pwm/pwm-omap-dmtimer.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Neil Armstrong <narmstrong@baylibre.com> | 3 | * Copyright (c) 2015 Neil Armstrong <narmstrong@baylibre.com> |
3 | * Copyright (c) 2014 Joachim Eastwood <manabian@gmail.com> | 4 | * Copyright (c) 2014 Joachim Eastwood <manabian@gmail.com> |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Also based on pwm-samsung.c | 9 | * Also based on pwm-samsung.c |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | * | ||
14 | * Description: | 11 | * Description: |
15 | * This file is the core OMAP support for the generic, Linux | 12 | * This file is the core OMAP support for the generic, Linux |
16 | * PWM driver / controller, using the OMAP's dual-mode timers. | 13 | * PWM driver / controller, using the OMAP's dual-mode timers. |
diff --git a/drivers/pwm/pwm-puv3.c b/drivers/pwm/pwm-puv3.c index 754fd9a98f6b..9d0bd87a425e 100644 --- a/drivers/pwm/pwm-puv3.c +++ b/drivers/pwm/pwm-puv3.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/unicore32/kernel/pwm.c | 3 | * linux/arch/unicore32/kernel/pwm.c |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> | 7 | * Maintained by GUAN Xue-tao <gxt@mprc.pku.edu.cn> |
7 | * Copyright (C) 2001-2010 Guan Xuetao | 8 | * Copyright (C) 2001-2010 Guan Xuetao |
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/pwm/pwm-pxa.c b/drivers/pwm/pwm-pxa.c index 4143a46684d2..a2a0912c2dcd 100644 --- a/drivers/pwm/pwm-pxa.c +++ b/drivers/pwm/pwm-pxa.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/pwm/pwm-pxa.c | 3 | * drivers/pwm/pwm-pxa.c |
3 | * | 4 | * |
4 | * simple driver for PWM (Pulse Width Modulator) controller | 5 | * simple driver for PWM (Pulse Width Modulator) controller |
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 | * 2008-02-13 initial version | 7 | * 2008-02-13 initial version |
11 | * eric miao <eric.miao@marvell.com> | 8 | * eric miao <eric.miao@marvell.com> |
12 | */ | 9 | */ |
diff --git a/drivers/pwm/pwm-rockchip.c b/drivers/pwm/pwm-rockchip.c index 4d99d468df09..51b96cb7dd25 100644 --- a/drivers/pwm/pwm-rockchip.c +++ b/drivers/pwm/pwm-rockchip.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PWM driver for Rockchip SoCs | 3 | * PWM driver for Rockchip SoCs |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> | 5 | * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> |
5 | * Copyright (C) 2014 ROCKCHIP, Inc. | 6 | * Copyright (C) 2014 ROCKCHIP, Inc. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
diff --git a/drivers/pwm/pwm-stmpe.c b/drivers/pwm/pwm-stmpe.c index 3439f1e902cb..be5f6d7359d4 100644 --- a/drivers/pwm/pwm-stmpe.c +++ b/drivers/pwm/pwm-stmpe.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Linaro Ltd. | 3 | * Copyright (C) 2016 Linaro Ltd. |
3 | * | 4 | * |
4 | * Author: Linus Walleij <linus.walleij@linaro.org> | 5 | * Author: Linus Walleij <linus.walleij@linaro.org> |
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/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/pwm/pwm-zx.c b/drivers/pwm/pwm-zx.c index 5d27c16edfb1..e24f4be35316 100644 --- a/drivers/pwm/pwm-zx.c +++ b/drivers/pwm/pwm-zx.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Sanechips Technology Co., Ltd. | 3 | * Copyright (C) 2017 Sanechips Technology Co., Ltd. |
3 | * Copyright 2017 Linaro Ltd. | 4 | * Copyright 2017 Linaro Ltd. |
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 | #include <linux/clk.h> | 7 | #include <linux/clk.h> |