]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: touchscreen - add imx6ul_tsc driver support
authorHaibo Chen <haibo.chen@freescale.com>
Sat, 5 Sep 2015 18:31:21 +0000 (11:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 5 Sep 2015 18:49:33 +0000 (11:49 -0700)
commit9a436d524d3533cd15ed5a189d2237ff1e4e5343
tree0f363fef34b13d0e8dc91dfec7f91714c8728e6d
parent48ead50c1dd8e5cdb7ead067558a834c1e895e6e
Input: touchscreen - add imx6ul_tsc driver support

Freescale i.MX6UL contains a internal touchscreen controller,
this patch add a driver to support this controller.

Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt [new file with mode: 0644]
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/imx6ul_tsc.c [new file with mode: 0644]