Input: matrix_keypad - switch to gpiod API and generic device properties
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Aug 2024 01:47:05 +0000 (18:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 6 Sep 2024 04:43:42 +0000 (21:43 -0700)
commit584bf366f8fa8b588437d452af0cbb445fbbbe5d
tree86722236f32ae2d8789493680e42d2aec71393af
parent5080f62adb126e28d316298505272efea0aed81a
Input: matrix_keypad - switch to gpiod API and generic device properties

gpiod API and generic device properties work with software nodes and
static properties, which will allow removing platform data support
from the driver, simplifying and streamlining the code.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240805014710.1961677-3-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/matrix_keypad.c