2022-03-04 12:01:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v6 1/3] dt-bindings: Add dma-channels property and modify compatible

On 04/03/2022 09:42, Zong Li wrote:
> Add dma-channels property, then we can determine how many channels there
> by device tree, rather than statically defining it in PDMA driver.
> In addition, we also modify the compatible for PDMA versioning scheme.
>
> Signed-off-by: Zong Li <[email protected]>
> Suggested-by: Palmer Dabbelt <[email protected]>
> Reviewed-by: Rob Herring <[email protected]>
> Reviewed-by: Palmer Dabbelt <[email protected]>
> Acked-by: Palmer Dabbelt <[email protected]>
> ---
> .../bindings/dma/sifive,fu540-c000-pdma.yaml | 19 +++++++++++++++++--
> 1 file changed, 17 insertions(+), 2 deletions(-)
>

Can you add subystem/driver prefix to the subject? In current form it
looks generic, but it is actually specific, so:

dt-bindings: dma-engine: sifive,fu540:

Best regards,
Krzysztof


2022-03-04 20:50:48

by Zong Li

[permalink] [raw]
Subject: Re: [PATCH v6 1/3] dt-bindings: Add dma-channels property and modify compatible

On Fri, Mar 4, 2022 at 5:09 PM Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 04/03/2022 09:42, Zong Li wrote:
> > Add dma-channels property, then we can determine how many channels there
> > by device tree, rather than statically defining it in PDMA driver.
> > In addition, we also modify the compatible for PDMA versioning scheme.
> >
> > Signed-off-by: Zong Li <[email protected]>
> > Suggested-by: Palmer Dabbelt <[email protected]>
> > Reviewed-by: Rob Herring <[email protected]>
> > Reviewed-by: Palmer Dabbelt <[email protected]>
> > Acked-by: Palmer Dabbelt <[email protected]>
> > ---
> > .../bindings/dma/sifive,fu540-c000-pdma.yaml | 19 +++++++++++++++++--
> > 1 file changed, 17 insertions(+), 2 deletions(-)
> >
>
> Can you add subystem/driver prefix to the subject? In current form it
> looks generic, but it is actually specific, so:
>
> dt-bindings: dma-engine: sifive,fu540:
>

Thanks for your correction, I will send the next version to change it.

> Best regards,
> Krzysztof