MLK-14392-1 input: touch: add focaltech touch screen support
authorGao Pan <pandy.gao@nxp.com>
Thu, 16 Mar 2017 08:31:56 +0000 (16:31 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:33 +0000 (15:21 -0500)
commitd73ae9221552589954c8f18e726192d80d08403f
treed251c1c17b2bc29f19aa3eeaba920db9b7cf5708
parent5d871c2f585970b488e10b961e64a3de07dd945a
MLK-14392-1 input: touch: add focaltech touch screen support

add focaltech touch screen support

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
(cherry-pick from 595cefbee5586e77ceb9ad900c256177a98367c7)
23 files changed:
Documentation/devicetree/bindings/input/touchscreen/focaltech-ts.txt [new file with mode: 0644]
arch/arm/configs/imx_v7_defconfig
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/focaltech_touch/Kconfig [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/Makefile [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_common.h [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_config.h [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_core.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_core.h [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_esdcheck.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_ex_mode.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_gesture.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_i2c.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_point_report_check.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/focaltech_sensor.c [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/firmware/FT8716_app_sample.i [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/firmware/lcd_cfg.i [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/pramboot/FT8606_Pramboot_V0.7_20150507.i [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/pramboot/FT8607_Pramboot_V0.3_20160727.i [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/pramboot/FT8716_Pramboot_V0.5_20160723.i [new file with mode: 0644]
drivers/input/touchscreen/focaltech_touch/include/pramboot/FT8736_Pramboot_V0.4_20160627.i [new file with mode: 0644]
include/linux/wakelock.h [new file with mode: 0644]