Re: [PATCH v1 1/3] dt-bindings: gpio: add Phytium GPIO controller
From: Krzysztof Kozlowski
Date: Tue Mar 03 2026 - 03:29:15 EST
On 02/03/2026 10:51, Zhu Ling wrote:
> Add the devicetree binding schema for the Phytium platform GPIO
> controller.
>
> Register the "phytium" vendor prefix used by the compatible string.
>
> Use ngpios as the preferred child-node property and keep nr-gpios as
> deprecated for compatibility with existing firmware descriptions.
>
You Cc-ed inactive address, not existing in the kernel for like 2 years,
so clearly this was based on some old kernel.
No, you must work on mainline, not two years old stuff.
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC (and consider --no-git-fallback argument, so you will
not CC people just because they made one commit years ago). It might
happen, that command when run on an older kernel, gives you outdated
entries. Therefore please be sure you base your patches on recent Linux
kernel.
Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.
Best regards,
Krzysztof