All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
@ 2022-04-14  6:42 Vinod Koul
  2022-04-14  7:36 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vinod Koul @ 2022-04-14  6:42 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-msm, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

Add the minItems for interrupts property as well. In the absence of
this, we get warning if interrupts are less than 13

arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
  596, 4], [0, 597, 4]] is too short

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
index 8a790ffbdaac..7d2fc4eb5530 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -32,6 +32,7 @@ properties:
   interrupts:
     description:
       Interrupt lines for each GPI instance
+    minItems: 1
     maxItems: 13
 
   "#dma-cells":
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14  6:42 [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts Vinod Koul
@ 2022-04-14  7:36 ` Krzysztof Kozlowski
  2022-04-14 10:25   ` Vinod Koul
  2022-04-20 12:06 ` Krzysztof Kozlowski
  2022-04-20 12:41 ` Vinod Koul
  2 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-14  7:36 UTC (permalink / raw)
  To: Vinod Koul, Bjorn Andersson
  Cc: linux-arm-msm, Rob Herring, Krzysztof Kozlowski, dmaengine,
	devicetree, linux-kernel

On 14/04/2022 08:42, Vinod Koul wrote:
> Add the minItems for interrupts property as well. In the absence of
> this, we get warning if interrupts are less than 13
> 
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
> dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
> 4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
>   596, 4], [0, 597, 4]] is too short
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> index 8a790ffbdaac..7d2fc4eb5530 100644
> --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> @@ -32,6 +32,7 @@ properties:
>    interrupts:
>      description:
>        Interrupt lines for each GPI instance
> +    minItems: 1

This should be some real case minimum, not just 1. Unless really only
one interrupt is also possible in existing variations?


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14  7:36 ` Krzysztof Kozlowski
@ 2022-04-14 10:25   ` Vinod Koul
  2022-04-14 11:44     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Vinod Koul @ 2022-04-14 10:25 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

On 14-04-22, 09:36, Krzysztof Kozlowski wrote:
> On 14/04/2022 08:42, Vinod Koul wrote:
> > Add the minItems for interrupts property as well. In the absence of
> > this, we get warning if interrupts are less than 13
> > 
> > arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
> > dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
> > 4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
> >   596, 4], [0, 597, 4]] is too short
> > 
> > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> > index 8a790ffbdaac..7d2fc4eb5530 100644
> > --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> > +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
> > @@ -32,6 +32,7 @@ properties:
> >    interrupts:
> >      description:
> >        Interrupt lines for each GPI instance
> > +    minItems: 1
> 
> This should be some real case minimum, not just 1. Unless really only
> one interrupt is also possible in existing variations?

So that depends on the channels available to use which can be worst case
of 1. Maximum is 13.. Most of the controllers are between 12-13, but we
dont want to change binding in future if controller has lesser channels
right?

-- 
~Vinod

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14 10:25   ` Vinod Koul
@ 2022-04-14 11:44     ` Krzysztof Kozlowski
  2022-04-20 10:36       ` Vinod Koul
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-14 11:44 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

On 14/04/2022 12:25, Vinod Koul wrote:
>>>        Interrupt lines for each GPI instance
>>> +    minItems: 1
>>
>> This should be some real case minimum, not just 1. Unless really only
>> one interrupt is also possible in existing variations?
> 
> So that depends on the channels available to use which can be worst case
> of 1. Maximum is 13.. Most of the controllers are between 12-13, but we
> dont want to change binding in future if controller has lesser channels
> right?

If the choice is per SoC-controller, then the best would be to limit in
allOf:if:then. However maybe the number of channels depends also on
other factor (e.g. secure world configuration)?


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14 11:44     ` Krzysztof Kozlowski
@ 2022-04-20 10:36       ` Vinod Koul
  2022-04-20 11:11         ` Krzysztof Kozlowski
  0 siblings, 1 reply; 9+ messages in thread
From: Vinod Koul @ 2022-04-20 10:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

On 14-04-22, 13:44, Krzysztof Kozlowski wrote:
> On 14/04/2022 12:25, Vinod Koul wrote:
> >>>        Interrupt lines for each GPI instance
> >>> +    minItems: 1
> >>
> >> This should be some real case minimum, not just 1. Unless really only
> >> one interrupt is also possible in existing variations?
> > 
> > So that depends on the channels available to use which can be worst case
> > of 1. Maximum is 13.. Most of the controllers are between 12-13, but we
> > dont want to change binding in future if controller has lesser channels
> > right?
> 
> If the choice is per SoC-controller, then the best would be to limit in
> allOf:if:then. However maybe the number of channels depends also on
> other factor (e.g. secure world configuration)?

That is quite right. So we wont know how many channels are made
available..

So is min 1 acceptable or do you have an alternate ?

-- 
~Vinod

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-20 10:36       ` Vinod Koul
@ 2022-04-20 11:11         ` Krzysztof Kozlowski
  2022-04-20 11:32           ` Vinod Koul
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-20 11:11 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

On 20/04/2022 12:36, Vinod Koul wrote:
>> If the choice is per SoC-controller, then the best would be to limit in
>> allOf:if:then. However maybe the number of channels depends also on
>> other factor (e.g. secure world configuration)?
> 
> That is quite right. So we wont know how many channels are made
> available..
> 
> So is min 1 acceptable or do you have an alternate ?

minItems:1 is ok.


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-20 11:11         ` Krzysztof Kozlowski
@ 2022-04-20 11:32           ` Vinod Koul
  0 siblings, 0 replies; 9+ messages in thread
From: Vinod Koul @ 2022-04-20 11:32 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bjorn Andersson, linux-arm-msm, Rob Herring, Krzysztof Kozlowski,
	dmaengine, devicetree, linux-kernel

On 20-04-22, 13:11, Krzysztof Kozlowski wrote:
> On 20/04/2022 12:36, Vinod Koul wrote:
> >> If the choice is per SoC-controller, then the best would be to limit in
> >> allOf:if:then. However maybe the number of channels depends also on
> >> other factor (e.g. secure world configuration)?
> > 
> > That is quite right. So we wont know how many channels are made
> > available..
> > 
> > So is min 1 acceptable or do you have an alternate ?
> 
> minItems:1 is ok.

Thanks, can I get an ack?

-- 
~Vinod

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14  6:42 [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts Vinod Koul
  2022-04-14  7:36 ` Krzysztof Kozlowski
@ 2022-04-20 12:06 ` Krzysztof Kozlowski
  2022-04-20 12:41 ` Vinod Koul
  2 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-20 12:06 UTC (permalink / raw)
  To: Vinod Koul, Bjorn Andersson
  Cc: linux-arm-msm, Rob Herring, Krzysztof Kozlowski, dmaengine,
	devicetree, linux-kernel

On 14/04/2022 08:42, Vinod Koul wrote:
> Add the minItems for interrupts property as well. In the absence of
> this, we get warning if interrupts are less than 13
> 
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
> dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
> 4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
>   596, 4], [0, 597, 4]] is too short
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts
  2022-04-14  6:42 [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts Vinod Koul
  2022-04-14  7:36 ` Krzysztof Kozlowski
  2022-04-20 12:06 ` Krzysztof Kozlowski
@ 2022-04-20 12:41 ` Vinod Koul
  2 siblings, 0 replies; 9+ messages in thread
From: Vinod Koul @ 2022-04-20 12:41 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-msm, Rob Herring, Krzysztof Kozlowski, dmaengine,
	devicetree, linux-kernel

On 14-04-22, 12:12, Vinod Koul wrote:
> Add the minItems for interrupts property as well. In the absence of
> this, we get warning if interrupts are less than 13
> 
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb:
> dma-controller@800000: interrupts: [[0, 588, 4], [0, 589, 4], [0, 590,
> 4], [0, 591, 4], [0, 592, 4], [0, 593, 4], [0, 594, 4], [0, 595, 4], [0,
>   596, 4], [0, 597, 4]] is too short

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-20 12:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  6:42 [PATCH] dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts Vinod Koul
2022-04-14  7:36 ` Krzysztof Kozlowski
2022-04-14 10:25   ` Vinod Koul
2022-04-14 11:44     ` Krzysztof Kozlowski
2022-04-20 10:36       ` Vinod Koul
2022-04-20 11:11         ` Krzysztof Kozlowski
2022-04-20 11:32           ` Vinod Koul
2022-04-20 12:06 ` Krzysztof Kozlowski
2022-04-20 12:41 ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.