Input: msc_touchkey - remove the driver
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 14 Jul 2024 06:00:28 +0000 (23:00 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 16 Jul 2024 01:12:23 +0000 (18:12 -0700)
commitdd29eadee1e8f07bbec57dddf4befbcd3e3c0af7
treef0d33d694707e699feec1b821b0a14d89d92930e
parente8858fc07eb8386b9b6436d3e86eeb4b81e4f660
Input: msc_touchkey - remove the driver

MCS-5000/5080 chips belong to the 1st generation of Melfas chips,
manufactured in 2000-2007.

The driver relies on custom platform data (no DT support) and there
never were any users of this driver in the mainline kernel. It is likely
that the driver was (like mcs5000_ts driver) was tested on S3C6410 NCP
board (with Samsung S3C6410 SoC), but the touchkey device was never
added to the board file. This board was removed in v6.3 in commit
743c8fbb90ca ("ARM: s3c: remove most s3c64xx board support").

Remove the driver since there are no users.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240714060029.1528662-2-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/mcs_touchkey.c [deleted file]
include/linux/platform_data/mcs.h [deleted file]