]> git.baikalelectronics.ru Git - kernel.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)
commit623e7748d1dfd5f7a570ea6b188eebcc1a5dd7f3
tree9a540b813042313ad181449d4260543a43f9c1a6
parentcf2f8957c164401b6c54b4e7549900770ce8556a
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]