aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2018-01-22 14:23:27 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-01-22 14:32:16 -0500
commitf30fefd8949290f505b3af2ba3c7c4c831f199b3 (patch)
tree00e56360402601f7686826e432c62c49b3596051
parent55edde9fff1ae4114c893c572e641620c76c9c21 (diff)
Input: stmfts,s6sy671 - add SPDX identifier
Replace the original license statement with the SPDX identifier. Update also the copyright owner adding myself as co-owner of the copyright. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/touchscreen/s6sy761.c15
-rw-r--r--drivers/input/touchscreen/stmfts.c15
2 files changed, 10 insertions, 20 deletions
diff --git a/drivers/input/touchscreen/s6sy761.c b/drivers/input/touchscreen/s6sy761.c
index 26b1cb8a88ec..675efa93d444 100644
--- a/drivers/input/touchscreen/s6sy761.c
+++ b/drivers/input/touchscreen/s6sy761.c
@@ -1,13 +1,8 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 2// Samsung S6SY761 Touchscreen device driver
3 * Author: Andi Shyti <andi.shyti@samsung.com> 3//
4 * 4// Copyright (c) 2017 Samsung Electronics Co., Ltd.
5 * This program is free software; you can redistribute it and/or modify 5// Copyright (c) 2017 Andi Shyti <andi.shyti@samsung.com>
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * Samsung S6SY761 Touchscreen device driver
10 */
11 6
12#include <asm/unaligned.h> 7#include <asm/unaligned.h>
13#include <linux/delay.h> 8#include <linux/delay.h>
diff --git a/drivers/input/touchscreen/stmfts.c b/drivers/input/touchscreen/stmfts.c
index c12d01899939..2a123e20a42e 100644
--- a/drivers/input/touchscreen/stmfts.c
+++ b/drivers/input/touchscreen/stmfts.c
@@ -1,13 +1,8 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 2// STMicroelectronics FTS Touchscreen device driver
3 * Author: Andi Shyti <andi.shyti@samsung.com> 3//
4 * 4// Copyright (c) 2017 Samsung Electronics Co., Ltd.
5 * This program is free software; you can redistribute it and/or modify 5// Copyright (c) 2017 Andi Shyti <andi.shyti@samsung.com>
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * STMicroelectronics FTS Touchscreen device driver
10 */
11 6
12#include <linux/delay.h> 7#include <linux/delay.h>
13#include <linux/i2c.h> 8#include <linux/i2c.h>