(CR):[Kane]:[factory]add second supplier himax TP driver.
authorhq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
Tue, 23 Oct 2018 09:57:23 +0000 (17:57 +0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:44 +0000 (20:23 +0300)
commite4d51835af5057512ab039a43149445af605d124
treecf4bfcdad1428f7dc39bd491aa0b0cf8767b9366
parentb7c3e1cd5518db99420d1ac3f8b7800fdd347110
(CR):[Kane]:[factory]add second supplier himax TP driver.

add second supplier himax TP driver.

bug:(CR)

Change-Id: Ia50833f4ea4f292529b009f8e4e78d03bc433b96
Signed-off-by: hq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
25 files changed:
arch/arm64/boot/dts/exynos/exynos9609-robusta2_evb.dts
arch/arm64/boot/dts/exynos/exynos9609-wing.dts
arch/arm64/boot/dts/exynos/himax-hx83112a-i2c.dtsi [new file with mode: 0755]
arch/arm64/configs/robusta2_evb_defconfig
drivers/input/touchscreen/Kconfig [changed mode: 0644->0755]
drivers/input/touchscreen/Makefile [changed mode: 0644->0755]
drivers/input/touchscreen/hxchipset/Kconfig [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/Makefile [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_common.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_common.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_debug.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_debug.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_HX83102.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_HX83102.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_HX83112.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_HX83112.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_core.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_ic_incell_core.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_inspection.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_inspection.h [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_platform.c [new file with mode: 0755]
drivers/input/touchscreen/hxchipset/himax_platform.h [new file with mode: 0755]
drivers/input/touchscreen/nt36xxx/nt36xxx.c