.. | .. |
---|
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> |
---|
16 | 12 | |
---|
17 | 13 | #include <linux/mfd/hi6421-pmic.h> |
---|
18 | 14 | #include <linux/module.h> |
---|