2021-06-12 09:48:44

by Martin Botka

[permalink] [raw]
Subject: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125

This patch adds binding for sm6125 SoC

Signed-off-by: Martin Botka <[email protected]>
---
Changes in V2:
Add commit description
Changes in V3:
None
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 9d27aa5111d4..26d7ca86e519 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -37,6 +37,7 @@ properties:
- qcom,sc7280-smmu-500
- qcom,sc8180x-smmu-500
- qcom,sdm845-smmu-500
+ - qcom,sm6125-smmu-500
- qcom,sm8150-smmu-500
- qcom,sm8250-smmu-500
- qcom,sm8350-smmu-500
--
2.31.1


2021-06-24 19:27:53

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125

On Sat, 12 Jun 2021 11:46:04 +0200, Martin Botka wrote:
> This patch adds binding for sm6125 SoC
>
> Signed-off-by: Martin Botka <[email protected]>
> ---
> Changes in V2:
> Add commit description
> Changes in V3:
> None
> Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-11-14 13:25:26

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125

On Sat, Jun 12, 2021 at 11:46:04AM +0200, Martin Botka wrote:
> This patch adds binding for sm6125 SoC
>
> Signed-off-by: Martin Botka <[email protected]>
> ---
> Changes in V2:
> Add commit description
> Changes in V3:
> None
> Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> index 9d27aa5111d4..26d7ca86e519 100644
> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> @@ -37,6 +37,7 @@ properties:
> - qcom,sc7280-smmu-500
> - qcom,sc8180x-smmu-500
> - qcom,sdm845-smmu-500
> + - qcom,sm6125-smmu-500
> - qcom,sm8150-smmu-500
> - qcom,sm8250-smmu-500
> - qcom,sm8350-smmu-500

Neither this patch nor the subsequent driver patch apply. Please can you
send a v4 based on v6.1-rc1?

Thanks,

Will

2022-12-16 19:45:02

by Marijn Suijten

[permalink] [raw]
Subject: Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125

On 2022-11-14 12:56:18, Will Deacon wrote:
> On Sat, Jun 12, 2021 at 11:46:04AM +0200, Martin Botka wrote:
> > This patch adds binding for sm6125 SoC
> >
> > Signed-off-by: Martin Botka <[email protected]>
> > ---
> > Changes in V2:
> > Add commit description
> > Changes in V3:
> > None
> > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> > index 9d27aa5111d4..26d7ca86e519 100644
> > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
> > @@ -37,6 +37,7 @@ properties:
> > - qcom,sc7280-smmu-500
> > - qcom,sc8180x-smmu-500
> > - qcom,sdm845-smmu-500
> > + - qcom,sm6125-smmu-500
> > - qcom,sm8150-smmu-500
> > - qcom,sm8250-smmu-500
> > - qcom,sm8350-smmu-500
>
> Neither this patch nor the subsequent driver patch apply. Please can you
> send a v4 based on v6.1-rc1?

It looks like this v3 is from June 2021, while a resend (without v4) was
later sent as:

https://lore.kernel.org/all/[email protected]/

I'll skip that and send a v4 of the entire sm6125 iommu, adhering to the
latest compatible conventions.

- Marijn