Input: add Imagis touchscreen driver
authorMarkuss Broks <markuss.broks@gmail.com>
Tue, 15 Mar 2022 05:56:19 +0000 (22:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 21 Mar 2022 05:00:12 +0000 (22:00 -0700)
commita23ba3c043db9a2e8c967a3ff66dcedc5725afdf
tree7c3e4949936a7be8c1619564a37e85b3dd763dfe
parent0ce25e4b6df8ae6b9cf7c04d219050c5129bfb87
Input: add Imagis touchscreen driver

Add support for the IST3038C touchscreen IC from Imagis, based on
downstream driver. The driver supports multi-touch (10 touch points)
The IST3038C IC supports touch keys, but the support isn't added
because the touch screen used for testing doesn't utilize touch keys.
Looking at the downstream driver, it is possible to add support
for other Imagis ICs of IST30**C series.

Reviewed-by: Jeff LaBundy <jeff@labundy.com>
Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
Link: https://lore.kernel.org/r/20220305165330.13061-3-markuss.broks@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MAINTAINERS
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/imagis.c [new file with mode: 0644]