summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da903x.c
diff options
context:
space:
mode:
authorAxel Lin2019-05-03 07:36:37 +0200
committerMark Brown2019-05-03 08:07:39 +0200
commitfd2f02f9724c416221b42af95e1a7a57fa42d681 (patch)
tree11624b09f3cf99bc34785907bf9a8aea2f2e9b56 /drivers/regulator/da903x.c
parentregulator: stm32-pwr: Remove unneeded .min_uV and .list_volage (diff)
downloadkernel-qcow2-linux-fd2f02f9724c416221b42af95e1a7a57fa42d681.tar.gz
kernel-qcow2-linux-fd2f02f9724c416221b42af95e1a7a57fa42d681.tar.xz
kernel-qcow2-linux-fd2f02f9724c416221b42af95e1a7a57fa42d681.zip
regulator: da9xxx: Switch to SPDX identifier
Convert Dialog Semiconductor DA9xxx regulator drivers to SPDX identifier. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/da903x.c')
-rw-r--r--drivers/regulator/da903x.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/drivers/regulator/da903x.c b/drivers/regulator/da903x.c
index 33e8f3b8d2bd..5493c3a86426 100644
--- a/drivers/regulator/da903x.c
+++ b/drivers/regulator/da903x.c
@@ -1,13 +1,9 @@
-/*
- * Regulators driver for Dialog Semiconductor DA903x
- *
- * Copyright (C) 2006-2008 Marvell International Ltd.
- * Copyright (C) 2008 Compulab Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Regulators driver for Dialog Semiconductor DA903x
+//
+// Copyright (C) 2006-2008 Marvell International Ltd.
+// Copyright (C) 2008 Compulab Ltd.
#include <linux/kernel.h>
#include <linux/init.h>