[COMMON] touchscreen: synaptics: Add synaptics touch screen code
authorJaehyoung Choi <jkkkkk.choi@samsung.com>
Fri, 15 Sep 2017 00:56:20 +0000 (09:56 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Tue, 15 May 2018 05:58:01 +0000 (14:58 +0900)
commit9b3c1f08e9c40964fdb2c502a6773328e07e310e
tree713bb6c03de2105a9af654cbfe9c4f96d7fb18e6
parentb2b3f5a8c4b36886fbf7a63ba4bb9c0c135f1e3e
[COMMON] touchscreen: synaptics: Add synaptics touch screen code

Change-Id: I1b8d96fb7513ba7c089a05fdeeb986b2dbd757f9
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
24 files changed:
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/Multiverse/GBuild.h [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/GMvBrane.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/GMvCommon.h [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/GMvSystem.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/GMvSystem.h [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/GSystem.h [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/Multiverse/Makefile [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/rmi_db.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/rmi_dev.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/rmi_f54.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/rmi_fw_update.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/rmi_guest.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/synaptics_i2c_rmi.c [new file with mode: 0644]
drivers/input/touchscreen/synaptics_dsx/synaptics_i2c_rmi.h [new file with mode: 0644]
firmware/Makefile
firmware/tsp_synaptics/synaptics_b0_fac.fw.ihex [new file with mode: 0644]
firmware/tsp_synaptics/synaptics_b0_h.fw.ihex [new file with mode: 0644]
firmware/tsp_synaptics/synaptics_s5100_a2_k.fw.ihex [new file with mode: 0644]
firmware/tsp_synaptics/synaptics_s5100_a2_k_FHD.fw.ihex [new file with mode: 0644]
firmware/tsp_synaptics/synaptics_s5100_a2_k_WQHD.fw.ihex [new file with mode: 0644]
firmware/tsp_synaptics/synaptics_s5100_a3_k_FHD.fw.ihex [new file with mode: 0644]
include/linux/i2c/synaptics_rmi.h [new file with mode: 0644]