linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
@ 2023-02-08  9:13 neil.armstrong
  2023-02-08  9:14 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: neil.armstrong @ 2023-02-08  9:13 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, linux-arm-msm, iommu, devicetree, linux-kernel,
	Abel Vesa, Neil Armstrong

From: Abel Vesa <abel.vesa@linaro.org>

Add the SoC specific compatible for SM8550 implementing
arm,mmu-500.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v3:
- update allOf:if: for disallowing clocks
- Link to v2: https://lore.kernel.org/r/20230207-topic-sm8550-upstream-smmu-bindings-v2-1-680cbfae6dac@linaro.org

Changes in v2:
- Rebased on new bindings using qcom,smmu-500 & arm,mmu-500
- Dropped driver changes since we rely on qcom,smmu-500 fallback
- Link to v1: https://lore.kernel.org/all/20221116114001.2669003-1-abel.vesa@linaro.org/
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 807cb511fe18..ea81e9b1860c 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -53,6 +53,7 @@ properties:
               - qcom,sm8250-smmu-500
               - qcom,sm8350-smmu-500
               - qcom,sm8450-smmu-500
+              - qcom,sm8550-smmu-500
           - const: qcom,smmu-500
           - const: arm,mmu-500
 
@@ -389,6 +390,7 @@ allOf:
               - qcom,sm6375-smmu-500
               - qcom,sm8350-smmu-500
               - qcom,sm8450-smmu-500
+              - qcom,sm8550-smmu-500
     then:
       properties:
         clock-names: false

---
base-commit: 49a8133221c71b935f36a7c340c0271c2a9ee2db
change-id: 20230207-topic-sm8550-upstream-smmu-bindings-dbf9242cc313

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

* Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
  2023-02-08  9:13 [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC neil.armstrong
@ 2023-02-08  9:14 ` Krzysztof Kozlowski
  2023-02-15  9:26 ` Neil Armstrong
  2023-03-27 12:52 ` Will Deacon
  2 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-08  9:14 UTC (permalink / raw)
  To: neil.armstrong, Will Deacon, Robin Murphy, Joerg Roedel,
	Rob Herring, Krzysztof Kozlowski
  Cc: linux-arm-kernel, linux-arm-msm, iommu, devicetree, linux-kernel,
	Abel Vesa

On 08/02/2023 10:13, neil.armstrong@linaro.org wrote:
> From: Abel Vesa <abel.vesa@linaro.org>
> 
> Add the SoC specific compatible for SM8550 implementing
> arm,mmu-500.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>


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

Best regards,
Krzysztof


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

* Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
  2023-02-08  9:13 [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC neil.armstrong
  2023-02-08  9:14 ` Krzysztof Kozlowski
@ 2023-02-15  9:26 ` Neil Armstrong
  2023-02-21  9:10   ` Will Deacon
  2023-03-27 12:52 ` Will Deacon
  2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2023-02-15  9:26 UTC (permalink / raw)
  To: Will Deacon
  Cc: linux-arm-kernel, Robin Murphy, linux-arm-msm, iommu, devicetree,
	linux-kernel, Abel Vesa, Krzysztof Kozlowski, Rob Herring,
	Joerg Roedel

Hi Will,

On 08/02/2023 10:13, neil.armstrong@linaro.org wrote:
> From: Abel Vesa <abel.vesa@linaro.org>
> 
> Add the SoC specific compatible for SM8550 implementing
> arm,mmu-500.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Changes in v3:
> - update allOf:if: for disallowing clocks
> - Link to v2: https://lore.kernel.org/r/20230207-topic-sm8550-upstream-smmu-bindings-v2-1-680cbfae6dac@linaro.org
> 
> Changes in v2:
> - Rebased on new bindings using qcom,smmu-500 & arm,mmu-500
> - Dropped driver changes since we rely on qcom,smmu-500 fallback
> - Link to v1: https://lore.kernel.org/all/20221116114001.2669003-1-abel.vesa@linaro.org/
> ---
>   Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
>   1 file changed, 2 insertions(+)

Do you think you can pick this patch for v6.3 ?

Thanks,
Neil

> 
> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> index 807cb511fe18..ea81e9b1860c 100644
> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> @@ -53,6 +53,7 @@ properties:
>                 - qcom,sm8250-smmu-500
>                 - qcom,sm8350-smmu-500
>                 - qcom,sm8450-smmu-500
> +              - qcom,sm8550-smmu-500
>             - const: qcom,smmu-500
>             - const: arm,mmu-500
>   
> @@ -389,6 +390,7 @@ allOf:
>                 - qcom,sm6375-smmu-500
>                 - qcom,sm8350-smmu-500
>                 - qcom,sm8450-smmu-500
> +              - qcom,sm8550-smmu-500
>       then:
>         properties:
>           clock-names: false
> 
> ---
> base-commit: 49a8133221c71b935f36a7c340c0271c2a9ee2db
> change-id: 20230207-topic-sm8550-upstream-smmu-bindings-dbf9242cc313
> 
> Best regards,


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

* Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
  2023-02-15  9:26 ` Neil Armstrong
@ 2023-02-21  9:10   ` Will Deacon
  2023-02-27  8:20     ` Neil Armstrong
  0 siblings, 1 reply; 6+ messages in thread
From: Will Deacon @ 2023-02-21  9:10 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: linux-arm-kernel, Robin Murphy, linux-arm-msm, iommu, devicetree,
	linux-kernel, Abel Vesa, Krzysztof Kozlowski, Rob Herring,
	Joerg Roedel

On Wed, Feb 15, 2023 at 10:26:39AM +0100, Neil Armstrong wrote:
> On 08/02/2023 10:13, neil.armstrong@linaro.org wrote:
> > From: Abel Vesa <abel.vesa@linaro.org>
> > 
> > Add the SoC specific compatible for SM8550 implementing
> > arm,mmu-500.
> > 
> > Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> > ---
> > Changes in v3:
> > - update allOf:if: for disallowing clocks
> > - Link to v2: https://lore.kernel.org/r/20230207-topic-sm8550-upstream-smmu-bindings-v2-1-680cbfae6dac@linaro.org
> > 
> > Changes in v2:
> > - Rebased on new bindings using qcom,smmu-500 & arm,mmu-500
> > - Dropped driver changes since we rely on qcom,smmu-500 fallback
> > - Link to v1: https://lore.kernel.org/all/20221116114001.2669003-1-abel.vesa@linaro.org/
> > ---
> >   Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
> >   1 file changed, 2 insertions(+)
> 
> Do you think you can pick this patch for v6.3 ?

This is 6.4 material now (I sent my SMMU pull request for 6.3 weeks ago
[1]).

Will

[1] https://lore.kernel.org/linux-iommu/20230124142957.GA26873@willie-the-truck/

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

* Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
  2023-02-21  9:10   ` Will Deacon
@ 2023-02-27  8:20     ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2023-02-27  8:20 UTC (permalink / raw)
  To: Will Deacon
  Cc: linux-arm-kernel, Robin Murphy, linux-arm-msm, iommu, devicetree,
	linux-kernel, Abel Vesa, Krzysztof Kozlowski, Rob Herring,
	Joerg Roedel

On 21/02/2023 10:10, Will Deacon wrote:
> On Wed, Feb 15, 2023 at 10:26:39AM +0100, Neil Armstrong wrote:
>> On 08/02/2023 10:13, neil.armstrong@linaro.org wrote:
>>> From: Abel Vesa <abel.vesa@linaro.org>
>>>
>>> Add the SoC specific compatible for SM8550 implementing
>>> arm,mmu-500.
>>>
>>> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
>>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>>> ---
>>> Changes in v3:
>>> - update allOf:if: for disallowing clocks
>>> - Link to v2: https://lore.kernel.org/r/20230207-topic-sm8550-upstream-smmu-bindings-v2-1-680cbfae6dac@linaro.org
>>>
>>> Changes in v2:
>>> - Rebased on new bindings using qcom,smmu-500 & arm,mmu-500
>>> - Dropped driver changes since we rely on qcom,smmu-500 fallback
>>> - Link to v1: https://lore.kernel.org/all/20221116114001.2669003-1-abel.vesa@linaro.org/
>>> ---
>>>    Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
>>>    1 file changed, 2 insertions(+)
>>
>> Do you think you can pick this patch for v6.3 ?
> 
> This is 6.4 material now (I sent my SMMU pull request for 6.3 weeks ago
> [1]).

Thanks!
Neil

> 
> Will
> 
> [1] https://lore.kernel.org/linux-iommu/20230124142957.GA26873@willie-the-truck/


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

* Re: [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
  2023-02-08  9:13 [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC neil.armstrong
  2023-02-08  9:14 ` Krzysztof Kozlowski
  2023-02-15  9:26 ` Neil Armstrong
@ 2023-03-27 12:52 ` Will Deacon
  2 siblings, 0 replies; 6+ messages in thread
From: Will Deacon @ 2023-03-27 12:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Joerg Roedel, neil.armstrong, Robin Murphy,
	Rob Herring
  Cc: catalin.marinas, kernel-team, Will Deacon, linux-arm-kernel,
	iommu, devicetree, Abel Vesa, linux-arm-msm, linux-kernel

On Wed, 08 Feb 2023 10:13:58 +0100, neil.armstrong@linaro.org wrote:
> From: Abel Vesa <abel.vesa@linaro.org>
> 
> Add the SoC specific compatible for SM8550 implementing
> arm,mmu-500.
> 
> 

Applied to will (for-joerg/arm-smmu/bindings), thanks!

[1/1] dt-bindings: arm-smmu: Add compatible for SM8550 SoC
      https://git.kernel.org/will/c/7f061c19f652

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

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

end of thread, other threads:[~2023-03-27 12:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08  9:13 [PATCH v3] dt-bindings: arm-smmu: Add compatible for SM8550 SoC neil.armstrong
2023-02-08  9:14 ` Krzysztof Kozlowski
2023-02-15  9:26 ` Neil Armstrong
2023-02-21  9:10   ` Will Deacon
2023-02-27  8:20     ` Neil Armstrong
2023-03-27 12:52 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).