Re: [PATCH] Input: keypad-nomadik-ske - remove the driver

From: Arnd Bergmann
Date: Mon Aug 19 2024 - 05:31:36 EST


On Fri, Aug 16, 2024, at 20:54, Dmitry Torokhov wrote:
> The users of this driver were removed in 2013 in commit 28633c54bda6
> ("ARM: ux500: Rip out keypad initialisation which is no longer used").
>
> Remove the driver as well.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
> drivers/input/keyboard/Kconfig | 11 -
> drivers/input/keyboard/Makefile | 1 -
> drivers/input/keyboard/nomadik-ske-keypad.c | 378 ------------------
> .../linux/platform_data/keypad-nomadik-ske.h | 50 ---
> 4 files changed, 440 deletions(-)
>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

I have a list of drivers that I determined to be likely
unused as well and found a few more input drivers
that were unused in 2022:

CONFIG_KEYBOARD_ADP5520/CONFIG_PMIC_ADP5520
CONFIG_KEYBOARD_ADP5589
CONFIG_INPUT_AD714X
CONFIG_TOUCHSCREEN_AD7877

As far as I can tell, these all lost their last device
definition, or they never had one and are impossible to
be used with device tree data.

Arnd