All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent
@ 2024-02-12 11:08 Krzysztof Kozlowski
  2024-02-12 11:09 ` Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-12 11:08 UTC (permalink / raw)
  To: Srinivas Kandagatla, Amol Maheshwari, Bjorn Andersson,
	Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Apparently on Qualcomm SM8550 and SM8650 the FastRPC compute callbacks
are DMA coherent:

  sm8650-qrd.dtb: fastrpc: compute-cb@2: 'dma-coherent' does not match any of the regexes: 'pinctrl-[0-9]+'

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

---

Changes in v2:
1. Add missing subject prefix.
---
 Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
index 2dc3e245fa5d..c27a8f33d8d7 100644
--- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
+++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
@@ -77,6 +77,8 @@ patternProperties:
       reg:
         maxItems: 1
 
+      dma-coherent: true
+
       iommus:
         minItems: 1
         maxItems: 3
-- 
2.34.1


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

* Re: [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent
  2024-02-12 11:08 [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent Krzysztof Kozlowski
@ 2024-02-12 11:09 ` Konrad Dybcio
  2024-02-12 17:29 ` Conor Dooley
  2024-02-13 13:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2024-02-12 11:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Srinivas Kandagatla, Amol Maheshwari,
	Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-msm, devicetree, linux-kernel

On 12.02.2024 12:08, Krzysztof Kozlowski wrote:
> Apparently on Qualcomm SM8550 and SM8650 the FastRPC compute callbacks
> are DMA coherent:
> 
>   sm8650-qrd.dtb: fastrpc: compute-cb@2: 'dma-coherent' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad

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

* Re: [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent
  2024-02-12 11:08 [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent Krzysztof Kozlowski
  2024-02-12 11:09 ` Konrad Dybcio
@ 2024-02-12 17:29 ` Conor Dooley
  2024-02-13 13:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-02-12 17:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Srinivas Kandagatla, Amol Maheshwari, Bjorn Andersson,
	Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-msm, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

On Mon, Feb 12, 2024 at 12:08:27PM +0100, Krzysztof Kozlowski wrote:
> Apparently on Qualcomm SM8550 and SM8650 the FastRPC compute callbacks
> are DMA coherent:
> 
>   sm8650-qrd.dtb: fastrpc: compute-cb@2: 'dma-coherent' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent
  2024-02-12 11:08 [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent Krzysztof Kozlowski
  2024-02-12 11:09 ` Konrad Dybcio
  2024-02-12 17:29 ` Conor Dooley
@ 2024-02-13 13:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2024-02-13 13:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Srinivas Kandagatla, devicetree, linux-kernel,
	Krzysztof Kozlowski, linux-arm-msm, Conor Dooley,
	Bjorn Andersson, Amol Maheshwari, Konrad Dybcio


On Mon, 12 Feb 2024 12:08:27 +0100, Krzysztof Kozlowski wrote:
> Apparently on Qualcomm SM8550 and SM8650 the FastRPC compute callbacks
> are DMA coherent:
> 
>   sm8650-qrd.dtb: fastrpc: compute-cb@2: 'dma-coherent' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes in v2:
> 1. Add missing subject prefix.
> ---
>  Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!


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

end of thread, other threads:[~2024-02-13 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 11:08 [PATCH v2] dt-bindings: misc: qcom,fastrpc: Compute callbacks can be DMA coherent Krzysztof Kozlowski
2024-02-12 11:09 ` Konrad Dybcio
2024-02-12 17:29 ` Conor Dooley
2024-02-13 13:35 ` Rob Herring

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.