input: avin_detect: add avin detect driver
authorXingyu Chen <xingyu.chen@amlogic.com>
Mon, 30 Jul 2018 07:29:03 +0000 (15:29 +0800)
committerXingyu Chen <xingyu.chen@amlogic.com>
Thu, 2 Aug 2018 02:59:32 +0000 (10:59 +0800)
commitb5aba319aa402e56210d479891c99dc9388670be
tree2317794b474557bc6c799be286d35280da02656b
parent8c9d51363c6b2bfa0f59fb68751dbed2bfc0e21b
input: avin_detect: add avin detect driver

PD#170716: input: avin_detect: add avin detect driver

porting from the Linux-3.14

Change-Id: Id0566a62be7d587ca6368b3d29f3887bab1f6d87
Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
12 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/txl_t950_p341.dts
arch/arm64/boot/dts/amlogic/txl_t960_p346.dts
arch/arm64/boot/dts/amlogic/txl_t962_p320.dts
arch/arm64/boot/dts/amlogic/txl_t962_p321.dts
arch/arm64/configs/meson64_defconfig
drivers/amlogic/input/Kconfig
drivers/amlogic/input/Makefile
drivers/amlogic/input/avin_detect/Kconfig [new file with mode: 0644]
drivers/amlogic/input/avin_detect/Makefile [new file with mode: 0644]
drivers/amlogic/input/avin_detect/avin_detect.c [new file with mode: 0644]
drivers/amlogic/input/avin_detect/avin_detect.h [new file with mode: 0644]