[PATCH] Input: keypad-nomadik-ske - remove the driver
Arnd Bergmann
arnd at arndb.de
Mon Aug 19 02:29:32 PDT 2024
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 at gmail.com>
> ---
> 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 at arndb.de>
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
More information about the linux-arm-kernel
mailing list