Re: [PATCH 0/2] sh: mach-x3proto: convert gpio-keys to software nodes
From: Bartosz Golaszewski
Date: Mon Jul 06 2026 - 06:49:51 EST
On Sun, 5 Jul 2026 07:04:36 +0200, Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> said:
> 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 <dmitry.torokhov@xxxxxxxxx>
> ---
> 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
>
>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>