[PATCH 0/2] sh: mach-x3proto: convert gpio-keys to software nodes
Dmitry Torokhov <[email protected]> Sat, 04 Jul 2026 22:04:36 -0700
| Newsgroups | org.kernel.vger.linux-sh,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series converts the legacy gpio-keys platform device on the SH-X3 Prototype board to use software nodes and static properties. This is part of the ongoing effort to remove platform data support from the gpio-keys driver, allowing it to rely purely on generic device properties. The first patch adds the software node to the GPIO controller, and the second patch performs the conversion for the gpio-keys device. Signed-off-by: Dmitry Torokhov <[email protected]> --- Dmitry Torokhov (2): sh: mach-x3proto: add software node for GPIO controller sh: mach-x3proto: convert gpio-keys to software nodes arch/sh/boards/mach-x3proto/gpio.c | 15 ++- arch/sh/boards/mach-x3proto/setup.c | 165 +++++++++++++-------------- arch/sh/include/mach-x3proto/mach/hardware.h | 2 + 3 files changed, 94 insertions(+), 88 deletions(-) --- base-commit: 3d5670d672ae08b8c534b7beed6f57c8b44e7b43 change-id: 20260627-sh-x3proto-swnode-3feadf472a92 Thanks. -- Dmitry