]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add support for the Samsung S6SY761 touchscreen
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 10 Nov 2017 07:10:06 +0000 (23:10 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Nov 2017 18:18:23 +0000 (10:18 -0800)
commit6631383cb5924a93f6a32dffc4c0f7366af03626
treea135c6cca0f25944db9f14cdbda23f005e235236
parent5af5baa7d404083c15b3ff4186c6142b6066320a
Input: add support for the Samsung S6SY761 touchscreen

The S6SY761 touchscreen is a capicitive multi-touch controller
for mobile use. It's connected with i2c at the address 0x48.

This commit provides a basic version of the driver which can
handle only initialization, touch events and power states.

The controller is controlled by a firmware which, in the version
I currently have, doesn't provide all the possible
functionalities mentioned in the datasheet.

Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/samsung,s6sy761.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/s6sy761.c [new file with mode: 0644]