]> git.karo-electronics.de Git - linux-beck.git/commit
Input: add touchscreen support for TS-4800
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Wed, 16 Dec 2015 19:49:14 +0000 (11:49 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 16 Dec 2015 22:00:51 +0000 (14:00 -0800)
commit40e3be3933aee185fd6ab1ec87dfaf3502d9f5b3
tree9a540b813042313ad181449d4260543a43f9c1a6
parent6b0f8f9c52efe24d6dac06ab963b7bd91c723751
Input: add touchscreen support for TS-4800

On this board, the touchscreen, an ads7843, is not handled directly by
Linux but by a companion FPGA. This FPGA is memory-mapped and the IP
design is very similar to the mk712.

This commit adds the support for this IP.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/ts4800-ts.c [new file with mode: 0644]