]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: cyttsp4 - remove driver
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Aug 2024 00:16:25 +0000 (17:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Aug 2024 17:48:49 +0000 (10:48 -0700)
commit25162a4f64f8ba0065f300977589fe1f6af332f0
tree11ac0c3778269ba30337b80bee8650ff8b686364
parentae25dbac2ecced6b5825992449f2bd8bee3466ae
Input: cyttsp4 - remove driver

The cyttsp4 touchscreen driver was contributed in 2013 and since then
has seen no updates. The driver uses platform data (no device tree
support) and there are no users of it in the mainline kernel. There were
occasional fixes to it for issues either found by static code analysis
tools or via visual inspection, but otherwise the driver is completely
untested.

Remove the driver.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/ZrAZ2cUow_z838tp@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/cyttsp4_core.c [deleted file]
drivers/input/touchscreen/cyttsp4_core.h [deleted file]
drivers/input/touchscreen/cyttsp4_i2c.c [deleted file]
drivers/input/touchscreen/cyttsp4_spi.c [deleted file]
drivers/input/touchscreen/cyttsp_core.h
drivers/input/touchscreen/cyttsp_i2c.c
drivers/input/touchscreen/cyttsp_i2c_common.c [deleted file]
include/linux/platform_data/cyttsp4.h [deleted file]