linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125
@ 2021-06-12  9:46 Martin Botka
  2021-06-12  9:46 ` [PATCH V3 2/2] iommu: arm-smmu-qcom: Add sm6125 compatible Martin Botka
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Botka @ 2021-06-12  9:46 UTC (permalink / raw)
  Cc: ~postmarketos/upstreaming, konrad.dybcio,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Martin Botka, Will Deacon, Robin Murphy, Joerg Roedel,
	Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel

This patch adds binding for sm6125 SoC

Signed-off-by: Martin Botka <martin.botka@somainline.org>
---
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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH V3 2/2] iommu: arm-smmu-qcom: Add sm6125 compatible
  2021-06-12  9:46 [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Martin Botka
@ 2021-06-12  9:46 ` Martin Botka
  2021-06-24 19:26 ` [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Rob Herring
  2022-11-14 12:56 ` Will Deacon
  2 siblings, 0 replies; 5+ messages in thread
From: Martin Botka @ 2021-06-12  9:46 UTC (permalink / raw)
  Cc: ~postmarketos/upstreaming, konrad.dybcio,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Martin Botka, Will Deacon, Robin Murphy, Joerg Roedel,
	Rob Herring, linux-arm-kernel, iommu, devicetree, linux-kernel,
	Bjorn Andersson, Jordan Crouse, Rob Clark, Isaac J. Manjarres

Add compatible for SM6125 SoC

Signed-off-by: Martin Botka <martin.botka@somainline.org>
---
Changes in V3:
Add this file
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index 98b3a1c2a181..7455bcc92f43 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -333,6 +333,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sc8180x-smmu-500" },
 	{ .compatible = "qcom,sdm630-smmu-v2" },
 	{ .compatible = "qcom,sdm845-smmu-500" },
+	{ .compatible = "qcom,sm6125-smmu-500" },
 	{ .compatible = "qcom,sm8150-smmu-500" },
 	{ .compatible = "qcom,sm8250-smmu-500" },
 	{ .compatible = "qcom,sm8350-smmu-500" },
-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125
  2021-06-12  9:46 [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Martin Botka
  2021-06-12  9:46 ` [PATCH V3 2/2] iommu: arm-smmu-qcom: Add sm6125 compatible Martin Botka
@ 2021-06-24 19:26 ` Rob Herring
  2022-11-14 12:56 ` Will Deacon
  2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2021-06-24 19:26 UTC (permalink / raw)
  To: Martin Botka
  Cc: Rob Herring, Will Deacon, jamipkettunen, Robin Murphy,
	angelogioacchino.delregno, Joerg Roedel, konrad.dybcio,
	linux-arm-kernel, marijn.suijten, ~postmarketos/upstreaming,
	iommu, devicetree, linux-kernel

On Sat, 12 Jun 2021 11:46:04 +0200, Martin Botka wrote:
> This patch adds binding for sm6125 SoC
> 
> Signed-off-by: Martin Botka <martin.botka@somainline.org>
> ---
> 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 <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125
  2021-06-12  9:46 [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Martin Botka
  2021-06-12  9:46 ` [PATCH V3 2/2] iommu: arm-smmu-qcom: Add sm6125 compatible Martin Botka
  2021-06-24 19:26 ` [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Rob Herring
@ 2022-11-14 12:56 ` Will Deacon
  2022-12-16 19:30   ` Marijn Suijten
  2 siblings, 1 reply; 5+ messages in thread
From: Will Deacon @ 2022-11-14 12:56 UTC (permalink / raw)
  To: Martin Botka
  Cc: ~postmarketos/upstreaming, konrad.dybcio,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Robin Murphy, Joerg Roedel, Rob Herring, linux-arm-kernel, iommu,
	devicetree, linux-kernel

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 <martin.botka@somainline.org>
> ---
> 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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125
  2022-11-14 12:56 ` Will Deacon
@ 2022-12-16 19:30   ` Marijn Suijten
  0 siblings, 0 replies; 5+ messages in thread
From: Marijn Suijten @ 2022-12-16 19:30 UTC (permalink / raw)
  To: Will Deacon
  Cc: Martin Botka, ~postmarketos/upstreaming, konrad.dybcio,
	angelogioacchino.delregno, jamipkettunen, Robin Murphy,
	Joerg Roedel, Rob Herring, linux-arm-kernel, iommu, devicetree,
	linux-kernel

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 <martin.botka@somainline.org>
> > ---
> > 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/20221001185715.495477-1-martin.botka@somainline.org/

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

- Marijn

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-12-16 19:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  9:46 [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Martin Botka
2021-06-12  9:46 ` [PATCH V3 2/2] iommu: arm-smmu-qcom: Add sm6125 compatible Martin Botka
2021-06-24 19:26 ` [PATCH V3 1/2] dt-bindings: iommu: arm-smmu: Add binding for sm6125 Rob Herring
2022-11-14 12:56 ` Will Deacon
2022-12-16 19:30   ` Marijn Suijten

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).