Re: [PATCH 0/2] sh: mach-x3proto: convert gpio-keys to software nodes

Bartosz Golaszewski <[email protected]> Mon, 6 Jul 2026 02:47:05 -0700
Newsgroups gmane.linux.ports.sh.devel,gmane.linux.kernel
Message-ID <CAMRc=MdKviXBsGDVat0NsJ-H4AzY7Mr7QLfu43QgCgF+4w5C7Q@mail.gmail.com>
On Sun, 5 Jul 2026 07:04:36 +0200, Dmitry Torokhov
<[email protected]> 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 <[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
>
>

Reviewed-by: Bartosz Golaszewski <[email protected]>