]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: matrix_keypad - remove support for clustered interrupt
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 5 Aug 2024 01:47:04 +0000 (18:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 6 Sep 2024 04:43:42 +0000 (21:43 -0700)
commit5080f62adb126e28d316298505272efea0aed81a
tree982cd388a6db607924996ed2456a3c08a2394543
parent431c1646e1f86b949fa3685efc50b660a364c2b6
Input: matrix_keypad - remove support for clustered interrupt

There are no users of this functionality in the mainline kernel (it was
only available to boards using platform data and not device tree).
Remove it to simplify 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-2-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/matrix_keypad.c