| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Device driver for Hi6421 PMIC |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. |
|---|
| 5 | 6 | * http://www.hisilicon.com |
|---|
| 6 | 7 | * Copyright (c) <2013-2017> Linaro Ltd. |
|---|
| 7 | | - * http://www.linaro.org |
|---|
| 8 | + * https://www.linaro.org |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * 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 | 11 | */ |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | #include <linux/device.h> |
|---|