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

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>

authored by

Axel Lin and committed by
Mark Brown
8b908520 c5e911ad

+30 -42
+10 -14
drivers/regulator/hi6421-regulator.c
··· 1 - /* 2 - * Device driver for regulators in Hi6421 IC 3 - * 4 - * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. 5 - * http://www.hisilicon.com 6 - * Copyright (c) <2013-2014> Linaro Ltd. 7 - * http://www.linaro.org 8 - * 9 - * Author: Guodong Xu <guodong.xu@linaro.org> 10 - * 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Device driver for regulators in Hi6421 IC 4 + // 5 + // Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. 6 + // http://www.hisilicon.com 7 + // Copyright (c) <2013-2014> Linaro Ltd. 8 + // http://www.linaro.org 9 + // 10 + // Author: Guodong Xu <guodong.xu@linaro.org> 15 11 16 12 #include <linux/slab.h> 17 13 #include <linux/device.h>
+11 -15
drivers/regulator/hi6421v530-regulator.c
··· 1 - /* 2 - * Device driver for regulators in Hi6421V530 IC 3 - * 4 - * Copyright (c) <2017> HiSilicon Technologies Co., Ltd. 5 - * http://www.hisilicon.com 6 - * Copyright (c) <2017> Linaro Ltd. 7 - * http://www.linaro.org 8 - * 9 - * Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com> 10 - * Guodong Xu <guodong.xu@linaro.org> 11 - * 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Device driver for regulators in Hi6421V530 IC 4 + // 5 + // Copyright (c) <2017> HiSilicon Technologies Co., Ltd. 6 + // http://www.hisilicon.com 7 + // Copyright (c) <2017> Linaro Ltd. 8 + // http://www.linaro.org 9 + // 10 + // Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com> 11 + // Guodong Xu <guodong.xu@linaro.org> 16 12 17 13 #include <linux/mfd/hi6421-pmic.h> 18 14 #include <linux/module.h>
+9 -13
drivers/regulator/hi655x-regulator.c
··· 1 - /* 2 - * Device driver for regulators in Hi655x IC 3 - * 4 - * Copyright (c) 2016 Hisilicon. 5 - * 6 - * Authors: 7 - * Chen Feng <puck.chen@hisilicon.com> 8 - * Fei Wang <w.f@huawei.com> 9 - * 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 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // Device driver for regulators in Hi655x IC 4 + // 5 + // Copyright (c) 2016 Hisilicon. 6 + // 7 + // Authors: 8 + // Chen Feng <puck.chen@hisilicon.com> 9 + // Fei Wang <w.f@huawei.com> 14 10 15 11 #include <linux/bitops.h> 16 12 #include <linux/device.h>