(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)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:29:50 +0000 (17:29 +0800)
commit1804146fbfc837e87a76ed4d25e6932e9b8cf376
tree74cf45722137c5afbde807bda4fcda0f3488d589
parent71ff1e1ef9c28bb558358602a1a6990c8433221e
(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