Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jisheng Zhang and committed by
Stephen Boyd
3504395f 60cc43fc

+9 -108
+1 -12
drivers/clk/berlin/berlin2-avpll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 5 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 #include <linux/clk-provider.h> 20 9 #include <linux/io.h>
+1 -12
drivers/clk/berlin/berlin2-avpll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 5 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 #ifndef __BERLIN2_AVPLL_H 20 9 #define __BERLIN2_AVPLL_H
+1 -12
drivers/clk/berlin/berlin2-div.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 5 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 #include <linux/bitops.h> 20 9 #include <linux/clk-provider.h>
+1 -12
drivers/clk/berlin/berlin2-div.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 5 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 #ifndef __BERLIN2_DIV_H 20 9 #define __BERLIN2_DIV_H
+1 -12
drivers/clk/berlin/berlin2-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 5 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 #include <linux/clk-provider.h> 20 9 #include <linux/io.h>
+1 -12
drivers/clk/berlin/berlin2-pll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 5 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 #ifndef __BERLIN2_PLL_H 20 9 #define __BERLIN2_PLL_H
+1 -12
drivers/clk/berlin/bg2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 5 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 9 #include <linux/clk.h>
+1 -12
drivers/clk/berlin/bg2q.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Alexandre Belloni <alexandre.belloni@free-electrons.com> 5 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 9 #include <linux/clk.h>
+1 -12
drivers/clk/berlin/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2014 Marvell Technology Group Ltd. 3 4 * 4 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 5 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 #ifndef __BERLIN2_COMMON_H 20 9 #define __BERLIN2_COMMON_H