MLK-17829 touchscreen: Add synaptics_dsx S3508 i2c touch driver
authorHaibo Chen <haibo.chen@nxp.com>
Mon, 5 Mar 2018 09:46:15 +0000 (17:46 +0800)
committerHaibo Chen <haibo.chen@nxp.com>
Thu, 12 Apr 2018 10:44:05 +0000 (18:44 +0800)
commit050995aff2cc569816d4b19e6066aebee01e1799
tree3de29738ddcafb456992373f6e40499486f760a4
parent02534dc039fc0cc71eef1bac3882f25aefb30665
MLK-17829 touchscreen: Add synaptics_dsx S3508 i2c touch driver

Add S3508 touch driver support.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/synaptics_dsx/Kconfig [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Makefile [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/synaptics_dsx.h [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_i2c.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_i2c.h [new file with mode: 0644]