Re: [PATCH 1/5] dt-bindings: vendor-prefixes: Add Ezurio LLC
From: Krzysztof Kozlowski
Date: Mon Dec 01 2025 - 03:50:23 EST
On 01/12/2025 09:41, Gary Bisson wrote:
> Ezurio is the new name of Laird Connectivity after it acquired Boundary
> Devices.
>
> Signed-off-by: Gary Bisson <bisson.gary@xxxxxxxxx>
> ---
> Cc: robh@xxxxxxxxxx
> Cc: krzk+dt@xxxxxxxxxx
Why only two of us? Please don't work on old kernels, some ancient code.
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.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Best regards,
Krzysztof