]> git.baikalelectronics.ru Git - 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)
commite5845d5d17f210e6ce3f0310e501003d859f835e
tree37f5ad6514ba135072011e5c214736bc439ca89e
parent74fe6fac33e7f1bdb8b00c94200ea6dc4c9b7b8e
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]