[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <20170117135441.31450-1-andi.shyti@samsung.com>
Date: Tue, 17 Jan 2017 22:54:38 +0900
From: Andi Shyti <andi.shyti@...sung.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Javier Martinez Canillas <javier@....samsung.com>
Cc: linux-input@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
Andi Shyti <andi.shyti@...sung.com>,
Andi Shyti <andi@...zian.org>
Subject: [PATCH 0/3] STM FingerTip S touchscreen support for TM2 board
Hi,
this patchset provides support for the ST-Microelectronics
FingerTip S device driver and enables it in the tm2 and tm2e
devices.
It's tested on top of next-20170117 kernel and applies on
Krzysztof's for-next branch.
Thanks,
Andi
Andi Shyti (3):
Input: add STMicroelectronics FingerTip touchscreen driver
Input: add support for the STMicroelectronics FingerTip touchscreen
arm64: dts: exynos: Add stmfts touchscreen node for TM2 and TM2E
.../bindings/input/touchscreen/st,stmfts.txt | 43 ++
.../boot/dts/exynos/exynos5433-tm2-common.dtsi | 13 +
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 5 +
arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 7 +
drivers/input/touchscreen/Kconfig | 12 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/stmfts.c | 759 +++++++++++++++++++++
7 files changed, 840 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/st,stmfts.txt
create mode 100644 drivers/input/touchscreen/stmfts.c
--
2.11.0
Powered by blists - more mailing lists