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

regulator: mt63xx: Switch to SPDX identifier

Convert MediaTek mt63xx PMIC drivers to SPDX identifier.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
fe669cb9 6a1beee2

+17 -56
+4 -13
drivers/regulator/mt6311-regulator.c
··· 1 - /* 2 - * Copyright (c) 2015 MediaTek Inc. 3 - * Author: Henry Chen <henryc.chen@mediatek.com> 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 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Copyright (c) 2015 MediaTek Inc. 4 + // Author: Henry Chen <henryc.chen@mediatek.com> 14 5 15 6 #include <linux/err.h> 16 7 #include <linux/gpio.h>
+1 -9
drivers/regulator/mt6311-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Henry Chen <henryc.chen@mediatek.com> 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 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef __MT6311_REGULATOR_H__
+4 -8
drivers/regulator/mt6323-regulator.c
··· 1 - /* 2 - * Copyright (c) 2016 MediaTek Inc. 3 - * Author: Chen Zhong <chen.zhong@mediatek.com> 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Copyright (c) 2016 MediaTek Inc. 4 + // Author: Chen Zhong <chen.zhong@mediatek.com> 9 5 10 6 #include <linux/module.h> 11 7 #include <linux/of.h>
+4 -13
drivers/regulator/mt6380-regulator.c
··· 1 - /* 2 - * Copyright (c) 2017 MediaTek Inc. 3 - * Author: Chenglin Xu <chenglin.xu@mediatek.com> 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 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Copyright (c) 2017 MediaTek Inc. 4 + // Author: Chenglin Xu <chenglin.xu@mediatek.com> 14 5 15 6 #include <linux/module.h> 16 7 #include <linux/of.h>
+4 -13
drivers/regulator/mt6397-regulator.c
··· 1 - /* 2 - * Copyright (c) 2014 MediaTek Inc. 3 - * Author: Flora Fu <flora.fu@mediatek.com> 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 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Copyright (c) 2014 MediaTek Inc. 4 + // Author: Flora Fu <flora.fu@mediatek.com> 14 5 15 6 #include <linux/module.h> 16 7 #include <linux/of.h>