PD#158972: touchscreen: focaltech ft3x27 driver support
authorSunny Luo <sunny.luo@amlogic.com>
Thu, 18 Jan 2018 06:08:22 +0000 (14:08 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 18 Jan 2018 09:05:00 +0000 (02:05 -0700)
commit4f75f1bd8b3203bc429f9d6178f0ebe55923a12f
tree58e30c5e2bdcac6ff8f0334178cc73b485bfd93a
parent6c8ce66989aca73d23d8db1a558659bdacabb676
PD#158972: touchscreen: focaltech ft3x27 driver support

Change-Id: I5e1de4a6074a75c288d52fd388323978415610bd
Signed-off-by: Sunny Luo <sunny.luo@amlogic.com>
27 files changed:
Documentation/devicetree/bindings/input/touchscreen/amlogic-ts.txt [new file with mode: 0644]
MAINTAINERS
arch/arm64/configs/meson64_defconfig
drivers/amlogic/input/Kconfig
drivers/amlogic/input/Makefile
drivers/amlogic/input/touchscreen/Kconfig [new file with mode: 0755]
drivers/amlogic/input/touchscreen/Makefile [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/Kconfig [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/Makefile [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_common.h [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_config.h [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_core.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_core.h [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_esdcheck.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_ex_fun.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_ex_mode.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash.h [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/Makefile [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/focaltech_upgrade_common.h [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/focaltech_upgrade_ft7250.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/focaltech_upgrade_idc.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_flash/focaltech_upgrade_test.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_gesture.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_i2c.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_point_report_check.c [new file with mode: 0755]
drivers/amlogic/input/touchscreen/focaltech_touch/focaltech_sensor.c [new file with mode: 0755]