]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: adp5585: Add Analog Devices ADP5585/89 support
authorNuno Sá <nuno.sa@analog.com>
Tue, 1 Jul 2025 14:32:11 +0000 (15:32 +0100)
committerLee Jones <lee@kernel.org>
Tue, 1 Jul 2025 20:50:51 +0000 (21:50 +0100)
commit19298ac01306e564b48df9aa239731cf967298d2
tree434f3618f2f54d3d555da5803eb2916efb530c6c
parent988b28a83b658137e58123f4dafc3a1588e1cb2b
Input: adp5585: Add Analog Devices ADP5585/89 support

The ADP5585 is a 10/11 input/output port expander with a built in keypad
matrix decoder, programmable logic, reset generator, and PWM generator.
This driver supports the keyboard function using the platform device
registered by the core MFD driver.

The ADP5589 has 19 pins and also features an unlock function.

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-16-b1fcfe9e9826@analog.com
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/adp5585-keys.c [new file with mode: 0644]