]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: Add touchscreen support for Colibri VF50
authorSanchayan Maity <maitysanchayan@gmail.com>
Sat, 5 Sep 2015 17:32:09 +0000 (10:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 5 Sep 2015 18:11:48 +0000 (11:11 -0700)
commit48ead50c1dd8e5cdb7ead067558a834c1e895e6e
treea5e12cf6a2763d7f6419389347d7a8cffe5a5339
parentf5d75341fac6033f6afac900da110cc78e06d40d
Input: Add touchscreen support for Colibri VF50

The Colibri Vybrid VF50 module supports 4-wire touchscreens using
FETs and ADC inputs. This driver uses the IIO consumer interface
and relies on the vf610_adc driver based on the IIO framework.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/colibri-vf50-ts.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/colibri-vf50-ts.c [new file with mode: 0644]