Re: [PATCH] Input: twl4030_keypad - drop support for platform data
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2025-08-15 19:29:57
Also in:
lkml
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2025-08-15 19:29:57
Also in:
lkml
Am Fri, 15 Aug 2025 10:36:09 -0700 schrieb Dmitry Torokhov [off-list ref]:
Support for platform data from dropped from twl in 4a346a03a63c ("mfd:
twl: Remove platform data support") and board files were dropped even
earlier. There are no in-kernel users of twl4030_keypad_data in the
kernel, and the driver supports configuration via generic device
properties.
Drop support of static platform data from the keypad driver.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>Reviewed-by: Andreas Kemnade <andreas@kemnade.info>