summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-04-30 21:11:31 -0400
committerMark Brown <broonie@kernel.org>2019-05-01 22:16:40 -0400
commit8b9085200681329233d645466698596b87be77f2 (patch)
tree465aa5d5199ff5cceb5c141c283487e92f866ab6
parentc5e911add161f356aa5adf6cca33d02946006053 (diff)
regulator: hi6xxx: Switch to SPDX identifier
Convert HiSilicon hi6xxx PMIC drivers to SPDX identifier. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/regulator/hi6421-regulator.c24
-rw-r--r--drivers/regulator/hi6421v530-regulator.c26
-rw-r--r--drivers/regulator/hi655x-regulator.c22
3 files changed, 30 insertions, 42 deletions
diff --git a/drivers/regulator/hi6421-regulator.c b/drivers/regulator/hi6421-regulator.c
index 6c7ea4eb4bb0..5ac3d7c29725 100644
--- a/drivers/regulator/hi6421-regulator.c
+++ b/drivers/regulator/hi6421-regulator.c
@@ -1,17 +1,13 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * Device driver for regulators in Hi6421 IC 2//
3 * 3// Device driver for regulators in Hi6421 IC
4 * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. 4//
5 * http://www.hisilicon.com 5// Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.
6 * Copyright (c) <2013-2014> Linaro Ltd. 6// http://www.hisilicon.com
7 * http://www.linaro.org 7// Copyright (c) <2013-2014> Linaro Ltd.
8 * 8// http://www.linaro.org
9 * Author: Guodong Xu <guodong.xu@linaro.org> 9//
10 * 10// Author: Guodong Xu <guodong.xu@linaro.org>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 */
15 11
16#include <linux/slab.h> 12#include <linux/slab.h>
17#include <linux/device.h> 13#include <linux/device.h>
diff --git a/drivers/regulator/hi6421v530-regulator.c b/drivers/regulator/hi6421v530-regulator.c
index c09bc71538a5..06ae65199afd 100644
--- a/drivers/regulator/hi6421v530-regulator.c
+++ b/drivers/regulator/hi6421v530-regulator.c
@@ -1,18 +1,14 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * Device driver for regulators in Hi6421V530 IC 2//
3 * 3// Device driver for regulators in Hi6421V530 IC
4 * Copyright (c) <2017> HiSilicon Technologies Co., Ltd. 4//
5 * http://www.hisilicon.com 5// Copyright (c) <2017> HiSilicon Technologies Co., Ltd.
6 * Copyright (c) <2017> Linaro Ltd. 6// http://www.hisilicon.com
7 * http://www.linaro.org 7// Copyright (c) <2017> Linaro Ltd.
8 * 8// http://www.linaro.org
9 * Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com> 9//
10 * Guodong Xu <guodong.xu@linaro.org> 10// Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>
11 * 11// Guodong Xu <guodong.xu@linaro.org>
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 */
16 12
17#include <linux/mfd/hi6421-pmic.h> 13#include <linux/mfd/hi6421-pmic.h>
18#include <linux/module.h> 14#include <linux/module.h>
diff --git a/drivers/regulator/hi655x-regulator.c b/drivers/regulator/hi655x-regulator.c
index 6f6635daa026..ac2ee2030211 100644
--- a/drivers/regulator/hi655x-regulator.c
+++ b/drivers/regulator/hi655x-regulator.c
@@ -1,16 +1,12 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * Device driver for regulators in Hi655x IC 2//
3 * 3// Device driver for regulators in Hi655x IC
4 * Copyright (c) 2016 Hisilicon. 4//
5 * 5// Copyright (c) 2016 Hisilicon.
6 * Authors: 6//
7 * Chen Feng <puck.chen@hisilicon.com> 7// Authors:
8 * Fei Wang <w.f@huawei.com> 8// Chen Feng <puck.chen@hisilicon.com>
9 * 9// Fei Wang <w.f@huawei.com>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
14 10
15#include <linux/bitops.h> 11#include <linux/bitops.h>
16#include <linux/device.h> 12#include <linux/device.h>