hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/regulator/hi6421v530-regulator.c
....@@ -1,18 +1,14 @@
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
+// https://www.linaro.org
9
+//
10
+// Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>
11
+// Guodong Xu <guodong.xu@linaro.org>
1612
1713 #include <linux/mfd/hi6421-pmic.h>
1814 #include <linux/module.h>