Re: [PATCH 0/5] Remove support for platform data from matrix keypad driver
From: Linus Walleij <hidden>
Date: 2024-08-23 15:51:43
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2024-08-23 15:51:43
Also in:
linux-arm-kernel, lkml
On Mon, Aug 5, 2024 at 3:47 AM Dmitry Torokhov [off-list ref] wrote:
This series attempts to remove support for platform data from matrix_keypad driver, and have it use generic device properties only for the keypad configuration. Spitz is the only board [left] that uses platform data. As part of the migration I am also dropping support for "clustered" interrupt mode, as it was only available through platform data and there are no users of it in the mainline kernel. Additionally gpio-keys device used by Spitz converted to use device properties instead of platform data. I would prefer not to have the song and dance of merging first 2 patches through the input tree, waiting, merging the spitz patches through SoC tree, waiting, and finally merging the last patch to matrix keypad through input again, so maybe we could merge it all through SoC? Alternatively, I could merge everything through input. What do you think?
Sounds like a plan. The series: Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij