* [PATCH v2 0/4] MDSS support for MSM8953
@ 2022-06-12 9:22 Luca Weiss
2022-06-12 9:22 ` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible Luca Weiss
0 siblings, 1 reply; 4+ messages in thread
From: Luca Weiss @ 2022-06-12 9:22 UTC (permalink / raw)
To: linux-arm-msm
Cc: Rob Clark, devicetree, James Willcox, freedreno, Vladimir Lypak,
linux-kernel, dri-devel, Luca Weiss, iommu,
~postmarketos/upstreaming, Dmitry Baryshkov, phone-devel,
Sean Paul
This series adds the APPS IOMMU and the MDSS block for display that is
found on msm8953 SoCs.
Luca Weiss (1):
dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible
Vladimir Lypak (3):
arm64: dts: qcom: msm8953: add APPS IOMMU
drm/msm/mdp5: Add perf data for MDP v1.16
arm64: dts: qcom: msm8953: add MDSS
.../devicetree/bindings/iommu/qcom,iommu.txt | 1 +
arch/arm64/boot/dts/qcom/msm8953.dtsi | 244 ++++++++++++++++++
drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c | 5 +
3 files changed, 250 insertions(+)
--
2.36.1
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible
2022-06-12 9:22 [PATCH v2 0/4] MDSS support for MSM8953 Luca Weiss
@ 2022-06-12 9:22 ` Luca Weiss
2022-06-16 17:48 ` Rob Herring
2022-07-06 11:45 ` Will Deacon
0 siblings, 2 replies; 4+ messages in thread
From: Luca Weiss @ 2022-06-12 9:22 UTC (permalink / raw)
To: linux-arm-msm
Cc: devicetree, linux-kernel, Rob Herring, Luca Weiss, iommu,
Andy Gross, ~postmarketos/upstreaming, Krzysztof Kozlowski,
phone-devel, Will Deacon
Document the compatible used for IOMMU on the msm8953 SoC.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Changes from v1:
- new patch
Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
index 059139abce35..e6cecfd360eb 100644
--- a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
+++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
@@ -10,6 +10,7 @@ to non-secure vs secure interrupt line.
- compatible : Should be one of:
"qcom,msm8916-iommu"
+ "qcom,msm8953-iommu"
Followed by "qcom,msm-iommu-v1".
--
2.36.1
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible
2022-06-12 9:22 ` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible Luca Weiss
@ 2022-06-16 17:48 ` Rob Herring
2022-07-06 11:45 ` Will Deacon
1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-06-16 17:48 UTC (permalink / raw)
To: Luca Weiss
Cc: devicetree, linux-arm-msm, linux-kernel, Rob Herring, iommu,
Andy Gross, ~postmarketos/upstreaming, Krzysztof Kozlowski,
phone-devel, Will Deacon
On Sun, 12 Jun 2022 11:22:13 +0200, Luca Weiss wrote:
> Document the compatible used for IOMMU on the msm8953 SoC.
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes from v1:
> - new patch
>
> Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible
2022-06-12 9:22 ` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible Luca Weiss
2022-06-16 17:48 ` Rob Herring
@ 2022-07-06 11:45 ` Will Deacon
1 sibling, 0 replies; 4+ messages in thread
From: Will Deacon @ 2022-07-06 11:45 UTC (permalink / raw)
To: Luca Weiss
Cc: devicetree, linux-arm-msm, linux-kernel, Rob Herring, iommu,
Andy Gross, ~postmarketos/upstreaming, Krzysztof Kozlowski,
phone-devel
On Sun, Jun 12, 2022 at 11:22:13AM +0200, Luca Weiss wrote:
> Document the compatible used for IOMMU on the msm8953 SoC.
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes from v1:
> - new patch
>
> Documentation/devicetree/bindings/iommu/qcom,iommu.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
> index 059139abce35..e6cecfd360eb 100644
> --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
> +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.txt
> @@ -10,6 +10,7 @@ to non-secure vs secure interrupt line.
> - compatible : Should be one of:
>
> "qcom,msm8916-iommu"
> + "qcom,msm8953-iommu"
I'm assuming Andy or Bjorn will pick this up.
Will
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-06 11:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-12 9:22 [PATCH v2 0/4] MDSS support for MSM8953 Luca Weiss
2022-06-12 9:22 ` [PATCH v2 1/4] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible Luca Weiss
2022-06-16 17:48 ` Rob Herring
2022-07-06 11:45 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox