summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorLinus Walleij2019-06-02 23:11:19 +0200
committerLinus Walleij2019-06-08 01:29:42 +0200
commit6c99d348fde78dc05d3acc05f1af4d85574c663c (patch)
tree9fff2dddb6f12ebda3f30b7f5faed595db5aa939 /drivers/pinctrl
parentpinctrl: bcm2835: Fix build error without CONFIG_OF (diff)
downloadkernel-qcow2-linux-6c99d348fde78dc05d3acc05f1af4d85574c663c.tar.gz
kernel-qcow2-linux-6c99d348fde78dc05d3acc05f1af4d85574c663c.tar.xz
kernel-qcow2-linux-6c99d348fde78dc05d3acc05f1af4d85574c663c.zip
pinctrl: u300: Fix SPDX tags
Some files were missing the appropriate SPDX tags so fixed it up. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/pinctrl-coh901.c2
-rw-r--r--drivers/pinctrl/pinctrl-u300.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-coh901.c b/drivers/pinctrl/pinctrl-coh901.c
index 63035181dfde..d10704cc9318 100644
--- a/drivers/pinctrl/pinctrl-coh901.c
+++ b/drivers/pinctrl/pinctrl-coh901.c
@@ -1,8 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* U300 GPIO module.
*
* Copyright (C) 2007-2012 ST-Ericsson AB
- * License terms: GNU General Public License (GPL) version 2
* COH 901 571/3 - Used in DB3210 (U365 2.0) and DB3350 (U335 1.0)
* Author: Linus Walleij <linus.walleij@linaro.org>
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c
index 2b1a61dba224..6d59e3f836df 100644
--- a/drivers/pinctrl/pinctrl-u300.c
+++ b/drivers/pinctrl/pinctrl-u300.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Driver for the U300 pin controller
*