[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3c85ee34-2e64-40aa-8398-675bcaa92b10@kernel.org>
Date: Sun, 16 Mar 2025 12:42:18 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Sergey Khimich <serghox@...il.com>, linux-media@...r.kernel.org
Cc: Philipp Zabel <p.zabel@...gutronix.de>,
Mauro Carvalho Chehab <mchehab@...nel.org>, linux-kernel@...r.kernel.org,
Vladimir Yakovlev <vovchkir@...il.com>, Maksim Turok <turok.m7@...il.com>
Subject: Re: [PATCH 03/18] dt-bindings: media: coda: Fix resets count
On 14/03/2025 16:29, Sergey Khimich wrote:
> From: Vladimir Yakovlev <vovchkir@...il.com>
>
> Change resets count because now we use get array function and reset
> signas may be more than 1.
>
> Co-developed-by: Sergey Khimich <serghox@...il.com>
> Signed-off-by: Sergey Khimich <serghox@...il.com>
> Signed-off-by: Vladimir Yakovlev <vovchkir@...il.com>
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. 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.
You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.
Please kindly resend and include all necessary To/Cc entries.
</form letter>
> ---
> Documentation/devicetree/bindings/media/coda.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/media/coda.yaml b/Documentation/devicetree/bindings/media/coda.yaml
> index c9d5adbc8c4a..3cb0e9afc100 100644
> --- a/Documentation/devicetree/bindings/media/coda.yaml
> +++ b/Documentation/devicetree/bindings/media/coda.yaml
> @@ -60,7 +60,7 @@ properties:
> maxItems: 1
>
> resets:
> - maxItems: 1
> + minItems: 1
No, this must be specific.
Best regards,
Krzysztof
Powered by blists - more mailing lists