]> git.baikalelectronics.ru Git - kernel.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)
commit3c669b24174907895bd5cc6e253827c7292b1437
treea5e12cf6a2763d7f6419389347d7a8cffe5a5339
parent9919ba68392f5b4b4c7b80f70079247669d754a8
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]