Input: add support for Elan eKTF2127 touchscreen controller
authorSiebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>
Thu, 15 Sep 2016 22:38:02 +0000 (15:38 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 27 Sep 2016 03:01:58 +0000 (20:01 -0700)
commit9ca5bf5029b6c17ce50b34581242f71f9b777ae7
treeb0c26bc3f1e1c6c27813a75562490779a42d1038
parent51db013767c46dc0243a8945085b5a229d9bd281
Input: add support for Elan eKTF2127 touchscreen controller

This adds a driver for the Elan eKTF2127 touchscreen controller,
which speaks an i2c protocol which is distinctly different from
the already supported eKTH controllers.

Signed-off-by: Michel Verlaan <michel.verl@gmail.com>
Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ektf2127.c [new file with mode: 0644]