Skip to content

Commit 3bdbd08

Browse files
nunojsalag-linaro
authored andcommitted
Input: adp5589: remove the driver
The adp5589 support is based on legacy platform data and there's no upstream platform using this device. Moreover, recently, with commit 480a8ad ("mfd: adp5585: Add Analog Devices ADP5585 core support") we overlapped support for the adp5585 device (gpiochip part of it) but since it actually makes sense for the device to be supported under MFD, we can complement it and add the keymap support for it (properly based on FW properties). And that is what commit 04840c5363a6 ("Input: adp5585: Add Analog Devices ADP5585/89 support") is doing. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Nuno Sá <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20250701-dev-adp5589-fw-v7-17-b1fcfe9e9826@analog.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 19298ac commit 3bdbd08

3 files changed

Lines changed: 0 additions & 1077 deletions

File tree

drivers/input/keyboard/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@ config KEYBOARD_ADP5588
6161
To compile this driver as a module, choose M here: the
6262
module will be called adp5588-keys.
6363

64-
config KEYBOARD_ADP5589
65-
tristate "ADP5585/ADP5589 I2C QWERTY Keypad and IO Expander"
66-
depends on I2C
67-
help
68-
Say Y here if you want to use a ADP5585/ADP5589 attached to your
69-
system I2C bus.
70-
71-
To compile this driver as a module, choose M here: the
72-
module will be called adp5589-keys.
73-
7464
config KEYBOARD_AMIGA
7565
tristate "Amiga keyboard"
7666
depends on AMIGA

drivers/input/keyboard/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ obj-$(CONFIG_KEYBOARD_ADC) += adc-keys.o
99
obj-$(CONFIG_KEYBOARD_ADP5520) += adp5520-keys.o
1010
obj-$(CONFIG_KEYBOARD_ADP5585) += adp5585-keys.o
1111
obj-$(CONFIG_KEYBOARD_ADP5588) += adp5588-keys.o
12-
obj-$(CONFIG_KEYBOARD_ADP5589) += adp5589-keys.o
1312
obj-$(CONFIG_KEYBOARD_AMIGA) += amikbd.o
1413
obj-$(CONFIG_KEYBOARD_APPLESPI) += applespi.o
1514
obj-$(CONFIG_KEYBOARD_ATARI) += atakbd.o

0 commit comments

Comments
 (0)