diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2018-05-16 04:04:29 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-06-01 14:00:30 -0400 |
commit | 3504395f610fa654dca7b2f37ff08a7ae2cb7a7e (patch) | |
tree | 51d21ac096db4439a6a9068aff38f00012c7447e | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
clk: berlin: switch to SPDX license identifier
Use the appropriate SPDX license identifier and drop the previous
license text.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | drivers/clk/berlin/berlin2-avpll.c | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/berlin2-avpll.h | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/berlin2-div.c | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/berlin2-div.h | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/berlin2-pll.c | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/berlin2-pll.h | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/bg2.c | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/bg2q.c | 13 | ||||
-rw-r--r-- | drivers/clk/berlin/common.h | 13 |
9 files changed, 9 insertions, 108 deletions
diff --git a/drivers/clk/berlin/berlin2-avpll.c b/drivers/clk/berlin/berlin2-avpll.c index cfcae468e989..aa89b4c9464e 100644 --- a/drivers/clk/berlin/berlin2-avpll.c +++ b/drivers/clk/berlin/berlin2-avpll.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 6 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #include <linux/clk-provider.h> | 8 | #include <linux/clk-provider.h> |
20 | #include <linux/io.h> | 9 | #include <linux/io.h> |
diff --git a/drivers/clk/berlin/berlin2-avpll.h b/drivers/clk/berlin/berlin2-avpll.h index 17e311153b42..f3af34dc2bee 100644 --- a/drivers/clk/berlin/berlin2-avpll.h +++ b/drivers/clk/berlin/berlin2-avpll.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 6 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #ifndef __BERLIN2_AVPLL_H | 8 | #ifndef __BERLIN2_AVPLL_H |
20 | #define __BERLIN2_AVPLL_H | 9 | #define __BERLIN2_AVPLL_H |
diff --git a/drivers/clk/berlin/berlin2-div.c b/drivers/clk/berlin/berlin2-div.c index 41ab2d392c57..4d0be66aa6a8 100644 --- a/drivers/clk/berlin/berlin2-div.c +++ b/drivers/clk/berlin/berlin2-div.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 6 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
20 | #include <linux/clk-provider.h> | 9 | #include <linux/clk-provider.h> |
diff --git a/drivers/clk/berlin/berlin2-div.h b/drivers/clk/berlin/berlin2-div.h index e835ddf8374a..d4da64325190 100644 --- a/drivers/clk/berlin/berlin2-div.h +++ b/drivers/clk/berlin/berlin2-div.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 6 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #ifndef __BERLIN2_DIV_H | 8 | #ifndef __BERLIN2_DIV_H |
20 | #define __BERLIN2_DIV_H | 9 | #define __BERLIN2_DIV_H |
diff --git a/drivers/clk/berlin/berlin2-pll.c b/drivers/clk/berlin/berlin2-pll.c index 4ffbe80f6323..9661820717a5 100644 --- a/drivers/clk/berlin/berlin2-pll.c +++ b/drivers/clk/berlin/berlin2-pll.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 6 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #include <linux/clk-provider.h> | 8 | #include <linux/clk-provider.h> |
20 | #include <linux/io.h> | 9 | #include <linux/io.h> |
diff --git a/drivers/clk/berlin/berlin2-pll.h b/drivers/clk/berlin/berlin2-pll.h index 583e024b9bed..3757fb25c4e8 100644 --- a/drivers/clk/berlin/berlin2-pll.h +++ b/drivers/clk/berlin/berlin2-pll.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 6 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #ifndef __BERLIN2_PLL_H | 8 | #ifndef __BERLIN2_PLL_H |
20 | #define __BERLIN2_PLL_H | 9 | #define __BERLIN2_PLL_H |
diff --git a/drivers/clk/berlin/bg2.c b/drivers/clk/berlin/bg2.c index e7331ace0337..cd2905364261 100644 --- a/drivers/clk/berlin/bg2.c +++ b/drivers/clk/berlin/bg2.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 6 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | 8 | ||
20 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
diff --git a/drivers/clk/berlin/bg2q.c b/drivers/clk/berlin/bg2q.c index 67c270b143f7..9ca26f3bc6e6 100644 --- a/drivers/clk/berlin/bg2q.c +++ b/drivers/clk/berlin/bg2q.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 6 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | 8 | ||
20 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
diff --git a/drivers/clk/berlin/common.h b/drivers/clk/berlin/common.h index bc68a14c4550..1afb3c29b796 100644 --- a/drivers/clk/berlin/common.h +++ b/drivers/clk/berlin/common.h | |||
@@ -1,20 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Marvell Technology Group Ltd. | 3 | * Copyright (c) 2014 Marvell Technology Group Ltd. |
3 | * | 4 | * |
4 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 5 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
5 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> | 6 | * Alexandre Belloni <alexandre.belloni@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program. If not, see <http://www.gnu.org/licenses/>. | ||
18 | */ | 7 | */ |
19 | #ifndef __BERLIN2_COMMON_H | 8 | #ifndef __BERLIN2_COMMON_H |
20 | #define __BERLIN2_COMMON_H | 9 | #define __BERLIN2_COMMON_H |