On Mon, Jul 6, 2026, at 08:50, Arnd Bergmann wrote:
On Mon, Jul 6, 2026, at 03:29, Dmitry Torokhov wrote:
quoted
This patch series converts Marvell Orion and MV78xx0 board setup files
from legacy platform data to software nodes with the eventual goal of
dropping support for legacy gpio API and platform data from gpio-keys
driver.
The series registers static software nodes for Orion GPIO controllers
during gpiochip registration in orion_gpio_init(), allowing board setups
to reference GPIO controllers via PROPERTY_ENTRY_GPIO(). It then converts
gpio-keys setups to software nodes across MV78xx0 and Orion5x boards
(Buffalo WXL, DNS-323, MV2120, Net2Big, QNAP TS-209, and TS-409).
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Hi Dmitry,
These all look good to me. Unless there is an objection from the
platform maintainers, I'd suggest you can send them directly to
soc@lists.linux.dev for inclusion in 7.3, or alternatively
keep them together with any other gpio-keys patches you have in
the input tree if that lets you finish off the platform_data
support in the driver more quickly.
I case this goes through the gpio or input tree:
Acked-by: Arnd Bergmann <arnd@arndb.de>