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>
This commit is contained in:
Axel Lin 2019-04-21 10:26:56 +08:00 коммит произвёл Mark Brown
Родитель 6a1beee2fe
Коммит fe669cb95e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 24D68B725D5487D0
5 изменённых файлов: 17 добавлений и 56 удалений

Просмотреть файл

@ -1,16 +1,7 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2015 MediaTek Inc. //
* Author: Henry Chen <henryc.chen@mediatek.com> // Copyright (c) 2015 MediaTek Inc.
* // Author: Henry Chen <henryc.chen@mediatek.com>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#include <linux/err.h> #include <linux/err.h>
#include <linux/gpio.h> #include <linux/gpio.h>

Просмотреть файл

@ -1,15 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2015 MediaTek Inc. * Copyright (c) 2015 MediaTek Inc.
* Author: Henry Chen <henryc.chen@mediatek.com> * Author: Henry Chen <henryc.chen@mediatek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#ifndef __MT6311_REGULATOR_H__ #ifndef __MT6311_REGULATOR_H__

Просмотреть файл

@ -1,11 +1,7 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2016 MediaTek Inc. //
* Author: Chen Zhong <chen.zhong@mediatek.com> // Copyright (c) 2016 MediaTek Inc.
* // Author: Chen Zhong <chen.zhong@mediatek.com>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>

Просмотреть файл

@ -1,16 +1,7 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2017 MediaTek Inc. //
* Author: Chenglin Xu <chenglin.xu@mediatek.com> // Copyright (c) 2017 MediaTek Inc.
* // Author: Chenglin Xu <chenglin.xu@mediatek.com>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>

Просмотреть файл

@ -1,16 +1,7 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2014 MediaTek Inc. //
* Author: Flora Fu <flora.fu@mediatek.com> // Copyright (c) 2014 MediaTek Inc.
* // Author: Flora Fu <flora.fu@mediatek.com>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>