···11-/*22- * Device driver for regulators in Hi6421 IC33- *44- * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.55- * http://www.hisilicon.com66- * Copyright (c) <2013-2014> Linaro Ltd.77- * http://www.linaro.org88- *99- * Author: Guodong Xu <guodong.xu@linaro.org>1010- *1111- * This program is free software; you can redistribute it and/or modify1212- * it under the terms of the GNU General Public License version 2 as1313- * published by the Free Software Foundation.1414- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Device driver for regulators in Hi6421 IC44+//55+// Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.66+// http://www.hisilicon.com77+// Copyright (c) <2013-2014> Linaro Ltd.88+// http://www.linaro.org99+//1010+// Author: Guodong Xu <guodong.xu@linaro.org>15111612#include <linux/slab.h>1713#include <linux/device.h>
+11-15
drivers/regulator/hi6421v530-regulator.c
···11-/*22- * Device driver for regulators in Hi6421V530 IC33- *44- * Copyright (c) <2017> HiSilicon Technologies Co., Ltd.55- * http://www.hisilicon.com66- * Copyright (c) <2017> Linaro Ltd.77- * http://www.linaro.org88- *99- * Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>1010- * Guodong Xu <guodong.xu@linaro.org>1111- *1212- * This program is free software; you can redistribute it and/or modify1313- * it under the terms of the GNU General Public License version 2 as1414- * published by the Free Software Foundation.1515- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Device driver for regulators in Hi6421V530 IC44+//55+// Copyright (c) <2017> HiSilicon Technologies Co., Ltd.66+// http://www.hisilicon.com77+// Copyright (c) <2017> Linaro Ltd.88+// http://www.linaro.org99+//1010+// Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>1111+// Guodong Xu <guodong.xu@linaro.org>16121713#include <linux/mfd/hi6421-pmic.h>1814#include <linux/module.h>
+9-13
drivers/regulator/hi655x-regulator.c
···11-/*22- * Device driver for regulators in Hi655x IC33- *44- * Copyright (c) 2016 Hisilicon.55- *66- * Authors:77- * Chen Feng <puck.chen@hisilicon.com>88- * Fei Wang <w.f@huawei.com>99- *1010- * This program is free software; you can redistribute it and/or modify1111- * it under the terms of the GNU General Public License version 2 as1212- * published by the Free Software Foundation.1313- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Device driver for regulators in Hi655x IC44+//55+// Copyright (c) 2016 Hisilicon.66+//77+// Authors:88+// Chen Feng <puck.chen@hisilicon.com>99+// Fei Wang <w.f@huawei.com>14101511#include <linux/bitops.h>1612#include <linux/device.h>