diff options
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/nomadik/pinctrl-ab8500.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/nomadik/pinctrl-ab8505.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/nomadik/pinctrl-nomadik.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/pinctrl-falcon.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/pinctrl-st.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/zte/pinctrl-zx.c | 5 | ||||
-rw-r--r-- | drivers/pinctrl/zte/pinctrl-zx.h | 5 | ||||
-rw-r--r-- | drivers/pinctrl/zte/pinctrl-zx296718.c | 5 |
8 files changed, 8 insertions, 32 deletions
diff --git a/drivers/pinctrl/nomadik/pinctrl-ab8500.c b/drivers/pinctrl/nomadik/pinctrl-ab8500.c index 0723627c7bc2..3106a21cd277 100644 --- a/drivers/pinctrl/nomadik/pinctrl-ab8500.c +++ b/drivers/pinctrl/nomadik/pinctrl-ab8500.c | |||
@@ -1,11 +1,8 @@ | |||
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 | * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. | 5 | * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. |
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/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/pinctrl/nomadik/pinctrl-ab8505.c b/drivers/pinctrl/nomadik/pinctrl-ab8505.c index 2683509c1410..5e6e7d28390a 100644 --- a/drivers/pinctrl/nomadik/pinctrl-ab8505.c +++ b/drivers/pinctrl/nomadik/pinctrl-ab8505.c | |||
@@ -1,11 +1,8 @@ | |||
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 | * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. | 5 | * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. |
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/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/pinctrl/nomadik/pinctrl-nomadik.c b/drivers/pinctrl/nomadik/pinctrl-nomadik.c index ec02739bd21b..ddd1f466d302 100644 --- a/drivers/pinctrl/nomadik/pinctrl-nomadik.c +++ b/drivers/pinctrl/nomadik/pinctrl-nomadik.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Generic GPIO driver for logic cells found in the Nomadik SoC | 3 | * Generic GPIO driver for logic cells found in the Nomadik SoC |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it> | 6 | * Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it> |
6 | * Rewritten based on work by Prafulla WADASKAR <prafulla.wadaskar@st.com> | 7 | * Rewritten based on work by Prafulla WADASKAR <prafulla.wadaskar@st.com> |
7 | * Copyright (C) 2011-2013 Linus Walleij <linus.walleij@linaro.org> | 8 | * Copyright (C) 2011-2013 Linus Walleij <linus.walleij@linaro.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/kernel.h> | 10 | #include <linux/kernel.h> |
14 | #include <linux/init.h> | 11 | #include <linux/init.h> |
diff --git a/drivers/pinctrl/pinctrl-falcon.c b/drivers/pinctrl/pinctrl-falcon.c index 4d032e637f5c..ef133a82e612 100644 --- a/drivers/pinctrl/pinctrl-falcon.c +++ b/drivers/pinctrl/pinctrl-falcon.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/pinctrl/pinmux-falcon.c | 3 | * linux/drivers/pinctrl/pinmux-falcon.c |
3 | * based on linux/drivers/pinctrl/pinmux-pxa910.c | 4 | * based on linux/drivers/pinctrl/pinmux-pxa910.c |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation. | ||
8 | * | ||
9 | * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> | 6 | * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> |
10 | * Copyright (C) 2012 John Crispin <john@phrozen.org> | 7 | * Copyright (C) 2012 John Crispin <john@phrozen.org> |
11 | */ | 8 | */ |
diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index 195b442a2343..b9688ea548da 100644 --- a/drivers/pinctrl/pinctrl-st.c +++ b/drivers/pinctrl/pinctrl-st.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 STMicroelectronics (R&D) Limited. | 3 | * Copyright (C) 2013 STMicroelectronics (R&D) Limited. |
3 | * Authors: | 4 | * Authors: |
4 | * Srinivas Kandagatla <srinivas.kandagatla@st.com> | 5 | * Srinivas Kandagatla <srinivas.kandagatla@st.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/init.h> | 8 | #include <linux/init.h> |
diff --git a/drivers/pinctrl/zte/pinctrl-zx.c b/drivers/pinctrl/zte/pinctrl-zx.c index 3cb69309912b..9512045420ec 100644 --- a/drivers/pinctrl/zte/pinctrl-zx.c +++ b/drivers/pinctrl/zte/pinctrl-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/io.h> | 7 | #include <linux/io.h> |
diff --git a/drivers/pinctrl/zte/pinctrl-zx.h b/drivers/pinctrl/zte/pinctrl-zx.h index bc67e2be0503..a0692e2e9012 100644 --- a/drivers/pinctrl/zte/pinctrl-zx.h +++ b/drivers/pinctrl/zte/pinctrl-zx.h | |||
@@ -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 | #ifndef __PINCTRL_ZX_H | 7 | #ifndef __PINCTRL_ZX_H |
diff --git a/drivers/pinctrl/zte/pinctrl-zx296718.c b/drivers/pinctrl/zte/pinctrl-zx296718.c index 71efec17ee7e..c980aecb6f2f 100644 --- a/drivers/pinctrl/zte/pinctrl-zx296718.c +++ b/drivers/pinctrl/zte/pinctrl-zx296718.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/module.h> | 7 | #include <linux/module.h> |