]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Input: add MStar MSG2638 touchscreen driver
authorVincent Knecht <vincent.knecht@mailoo.org>
Fri, 9 Apr 2021 20:29:03 +0000 (13:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 10 Apr 2021 06:22:38 +0000 (23:22 -0700)
commitcbdb24e59e7fc1943bc72bab4a7b477d298a2d80
tree37f5ad6514ba135072011e5c214736bc439ca89e
parent2911ce35faf3df41eb09610cc5c55796fe69104b
Input: add MStar MSG2638 touchscreen driver

Add support for the msg2638 touchscreen IC from MStar.
Firmware handling, wakeup gestures and other specialties are not supported.
This driver reuses zinitix.c structure, while the checksum and irq handler
functions are based on out-of-tree driver for Alcatel Idol 3 (4.7").

Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210305153815.126937-2-vincent.knecht@mailoo.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/msg2638.c [new file with mode: 0644]