linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs
@ 2019-08-07  7:09 Sibi Sankar
  2019-08-07  7:09 ` [PATCH v2 1/7] soc: qcom: smem: Update max processor count Sibi Sankar
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

This patch series adds SCM, APSS shared mailbox and QMP AOSS PD/clock
support on SM8150 and SC7180 SoCs.

v2:
 * re-arrange the compatible lists in sort order

Sibi Sankar (7):
  soc: qcom: smem: Update max processor count
  dt-bindings: firmware: scm: re-order compatible list
  dt-bindings: firmware: scm: Add SM8150 and SC7180 support
  dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs
  mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
  dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support
  soc: qcom: aoss: Add AOSS QMP support

 Documentation/devicetree/bindings/firmware/qcom,scm.txt      | 4 +++-
 .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt    | 2 ++
 Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 5 ++++-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c                      | 2 ++
 drivers/soc/qcom/qcom_aoss.c                                 | 2 ++
 drivers/soc/qcom/smem.c                                      | 2 +-
 6 files changed, 14 insertions(+), 3 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 1/7] soc: qcom: smem: Update max processor count
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-07  7:09 ` [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list Sibi Sankar
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Update max processor count to reflect the number of
co-processors on SC7180 SoCs.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 drivers/soc/qcom/smem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c
index f27c00d82ae49..bef8502625f96 100644
--- a/drivers/soc/qcom/smem.c
+++ b/drivers/soc/qcom/smem.c
@@ -84,7 +84,7 @@
 #define SMEM_GLOBAL_HOST	0xfffe
 
 /* Max number of processors/hosts in a system */
-#define SMEM_HOST_COUNT		10
+#define SMEM_HOST_COUNT		11
 
 /**
   * struct smem_proc_comm - proc_comm communication struct (legacy)
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
  2019-08-07  7:09 ` [PATCH v2 1/7] soc: qcom: smem: Update max processor count Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-21 19:38   ` Rob Herring
  2019-08-07  7:09 ` [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support Sibi Sankar
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

re-order compatible list to maintain sort order.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 Documentation/devicetree/bindings/firmware/qcom,scm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt
index 41f133a4e2fa7..d19be836df533 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.txt
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt
@@ -9,13 +9,13 @@ Required properties:
 - compatible: must contain one of the following:
  * "qcom,scm-apq8064"
  * "qcom,scm-apq8084"
+ * "qcom,scm-ipq4019"
  * "qcom,scm-msm8660"
  * "qcom,scm-msm8916"
  * "qcom,scm-msm8960"
  * "qcom,scm-msm8974"
  * "qcom,scm-msm8996"
  * "qcom,scm-msm8998"
- * "qcom,scm-ipq4019"
  * "qcom,scm-sdm845"
  and:
  * "qcom,scm"
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
  2019-08-07  7:09 ` [PATCH v2 1/7] soc: qcom: smem: Update max processor count Sibi Sankar
  2019-08-07  7:09 ` [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-21 19:38   ` Rob Herring
  2019-08-07  7:09 ` [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs Sibi Sankar
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Add compatible for SM8150 and SC7180 SoCs.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 Documentation/devicetree/bindings/firmware/qcom,scm.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt
index d19be836df533..3f29ea04b5fe9 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.txt
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt
@@ -16,7 +16,9 @@ Required properties:
  * "qcom,scm-msm8974"
  * "qcom,scm-msm8996"
  * "qcom,scm-msm8998"
+ * "qcom,scm-sc7180"
  * "qcom,scm-sdm845"
+ * "qcom,scm-sm8150"
  and:
  * "qcom,scm"
 - clocks: Specifies clocks needed by the SCM interface, if any:
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (2 preceding siblings ...)
  2019-08-07  7:09 ` [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-21 19:38   ` Rob Herring
  2019-08-07  7:09 ` [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm " Sibi Sankar
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Add SM8150 and SC7180 APSS shared to the list of possible bindings.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
index 1232fc9fc709c..e5a541a693e1b 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
@@ -12,7 +12,9 @@ platforms.
 		    "qcom,msm8996-apcs-hmss-global"
 		    "qcom,msm8998-apcs-hmss-global"
 		    "qcom,qcs404-apcs-apps-global"
+		    "qcom,sc7180-apss-shared"
 		    "qcom,sdm845-apss-shared"
+		    "qcom,sm8150-apss-shared"
 
 - reg:
 	Usage: required
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (3 preceding siblings ...)
  2019-08-07  7:09 ` [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-21 22:50   ` Bjorn Andersson
  2019-08-07  7:09 ` [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support Sibi Sankar
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Add the corresponding APSS shared offset for SM8150 and SC7180 SoCs.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index 705e17a5479cc..2dfd288fe720d 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -118,7 +118,9 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
 	{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
 	{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
 	{ .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 },
+	{ .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
 	{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
+	{ .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
 	{}
 };
 MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (4 preceding siblings ...)
  2019-08-07  7:09 ` [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm " Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-21 19:39   ` Rob Herring
  2019-08-07  7:09 ` [PATCH v2 7/7] soc: qcom: aoss: Add AOSS QMP support Sibi Sankar
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Add SM8150 and SC7180 AOSS QMP to the list of possible bindings.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
index 954ffee0a9c45..4fc571e78f018 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
@@ -15,7 +15,10 @@ power-domains.
 - compatible:
 	Usage: required
 	Value type: <string>
-	Definition: must be "qcom,sdm845-aoss-qmp"
+	Definition: must be one of:
+		    "qcom,sc7180-aoss-qmp"
+		    "qcom,sdm845-aoss-qmp"
+		    "qcom,sm8150-aoss-qmp"
 
 - reg:
 	Usage: required
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* [PATCH v2 7/7] soc: qcom: aoss: Add AOSS QMP support
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (5 preceding siblings ...)
  2019-08-07  7:09 ` [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support Sibi Sankar
@ 2019-08-07  7:09 ` Sibi Sankar
  2019-08-08  4:52 ` [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Vinod Koul
  2019-08-21 23:03 ` Bjorn Andersson
  8 siblings, 0 replies; 15+ messages in thread
From: Sibi Sankar @ 2019-08-07  7:09 UTC (permalink / raw)
  To: bjorn.andersson, robh+dt, vkoul, aneela
  Cc: mark.rutland, agross, linux-kernel, linux-arm-msm, devicetree,
	jassisinghbrar, clew, Sibi Sankar

Add AOSS QMP support for SM8150 and SC7180 SoCs.

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
---
 drivers/soc/qcom/qcom_aoss.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/qcom_aoss.c b/drivers/soc/qcom/qcom_aoss.c
index 5f885196f4d0f..6ae813837b74b 100644
--- a/drivers/soc/qcom/qcom_aoss.c
+++ b/drivers/soc/qcom/qcom_aoss.c
@@ -461,7 +461,9 @@ static int qmp_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id qmp_dt_match[] = {
+	{ .compatible = "qcom,sc7180-aoss-qmp", },
 	{ .compatible = "qcom,sdm845-aoss-qmp", },
+	{ .compatible = "qcom,sm8150-aoss-qmp", },
 	{}
 };
 MODULE_DEVICE_TABLE(of, qmp_dt_match);
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

* Re: [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (6 preceding siblings ...)
  2019-08-07  7:09 ` [PATCH v2 7/7] soc: qcom: aoss: Add AOSS QMP support Sibi Sankar
@ 2019-08-08  4:52 ` Vinod Koul
  2019-08-21 23:03 ` Bjorn Andersson
  8 siblings, 0 replies; 15+ messages in thread
From: Vinod Koul @ 2019-08-08  4:52 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: bjorn.andersson, robh+dt, aneela, mark.rutland, agross,
	linux-kernel, linux-arm-msm, devicetree, jassisinghbrar, clew

On 07-08-19, 12:39, Sibi Sankar wrote:
> This patch series adds SCM, APSS shared mailbox and QMP AOSS PD/clock
> support on SM8150 and SC7180 SoCs.
> 
> v2:
>  * re-arrange the compatible lists in sort order

i checked these lgtm and tested on SM8150

Tested-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod

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

* Re: [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list
  2019-08-07  7:09 ` [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list Sibi Sankar
@ 2019-08-21 19:38   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2019-08-21 19:38 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: bjorn.andersson, robh+dt, vkoul, aneela, mark.rutland, agross,
	linux-kernel, linux-arm-msm, devicetree, jassisinghbrar, clew,
	Sibi Sankar

On Wed,  7 Aug 2019 12:39:52 +0530, Sibi Sankar wrote:
> re-order compatible list to maintain sort order.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support
  2019-08-07  7:09 ` [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support Sibi Sankar
@ 2019-08-21 19:38   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2019-08-21 19:38 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: bjorn.andersson, robh+dt, vkoul, aneela, mark.rutland, agross,
	linux-kernel, linux-arm-msm, devicetree, jassisinghbrar, clew,
	Sibi Sankar

On Wed,  7 Aug 2019 12:39:53 +0530, Sibi Sankar wrote:
> Add compatible for SM8150 and SC7180 SoCs.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs
  2019-08-07  7:09 ` [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs Sibi Sankar
@ 2019-08-21 19:38   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2019-08-21 19:38 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: bjorn.andersson, robh+dt, vkoul, aneela, mark.rutland, agross,
	linux-kernel, linux-arm-msm, devicetree, jassisinghbrar, clew,
	Sibi Sankar

On Wed,  7 Aug 2019 12:39:54 +0530, Sibi Sankar wrote:
> Add SM8150 and SC7180 APSS shared to the list of possible bindings.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
> ---
>  .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt       | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support
  2019-08-07  7:09 ` [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support Sibi Sankar
@ 2019-08-21 19:39   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2019-08-21 19:39 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: bjorn.andersson, robh+dt, vkoul, aneela, mark.rutland, agross,
	linux-kernel, linux-arm-msm, devicetree, jassisinghbrar, clew,
	Sibi Sankar

On Wed,  7 Aug 2019 12:39:56 +0530, Sibi Sankar wrote:
> Add SM8150 and SC7180 AOSS QMP to the list of possible bindings.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
  2019-08-07  7:09 ` [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm " Sibi Sankar
@ 2019-08-21 22:50   ` Bjorn Andersson
  0 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2019-08-21 22:50 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: robh+dt, vkoul, aneela, mark.rutland, agross, linux-kernel,
	linux-arm-msm, devicetree, jassisinghbrar, clew

On Wed 07 Aug 00:09 PDT 2019, Sibi Sankar wrote:

> Add the corresponding APSS shared offset for SM8150 and SC7180 SoCs.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
>  drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> index 705e17a5479cc..2dfd288fe720d 100644
> --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
> @@ -118,7 +118,9 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
>  	{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
>  	{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
>  	{ .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 },
> +	{ .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
>  	{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
> +	{ .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
>  	{}
>  };
>  MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

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

* Re: [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs
  2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
                   ` (7 preceding siblings ...)
  2019-08-08  4:52 ` [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Vinod Koul
@ 2019-08-21 23:03 ` Bjorn Andersson
  8 siblings, 0 replies; 15+ messages in thread
From: Bjorn Andersson @ 2019-08-21 23:03 UTC (permalink / raw)
  To: Sibi Sankar
  Cc: robh+dt, vkoul, aneela, mark.rutland, agross, linux-kernel,
	linux-arm-msm, devicetree, jassisinghbrar, clew

On Wed 07 Aug 00:09 PDT 2019, Sibi Sankar wrote:

> This patch series adds SCM, APSS shared mailbox and QMP AOSS PD/clock
> support on SM8150 and SC7180 SoCs.
> 
> v2:
>  * re-arrange the compatible lists in sort order
> 

Applied patches 1-3 and 6-7.

Regards,
Bjorn

> Sibi Sankar (7):
>   soc: qcom: smem: Update max processor count
>   dt-bindings: firmware: scm: re-order compatible list
>   dt-bindings: firmware: scm: Add SM8150 and SC7180 support
>   dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs
>   mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
>   dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support
>   soc: qcom: aoss: Add AOSS QMP support
> 
>  Documentation/devicetree/bindings/firmware/qcom,scm.txt      | 4 +++-
>  .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt    | 2 ++
>  Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 5 ++++-
>  drivers/mailbox/qcom-apcs-ipc-mailbox.c                      | 2 ++
>  drivers/soc/qcom/qcom_aoss.c                                 | 2 ++
>  drivers/soc/qcom/smem.c                                      | 2 +-
>  6 files changed, 14 insertions(+), 3 deletions(-)
> 
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

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

end of thread, other threads:[~2019-08-21 23:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-07  7:09 [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Sibi Sankar
2019-08-07  7:09 ` [PATCH v2 1/7] soc: qcom: smem: Update max processor count Sibi Sankar
2019-08-07  7:09 ` [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list Sibi Sankar
2019-08-21 19:38   ` Rob Herring
2019-08-07  7:09 ` [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support Sibi Sankar
2019-08-21 19:38   ` Rob Herring
2019-08-07  7:09 ` [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs Sibi Sankar
2019-08-21 19:38   ` Rob Herring
2019-08-07  7:09 ` [PATCH v2 5/7] mailbox: qcom: Add support for Qualcomm " Sibi Sankar
2019-08-21 22:50   ` Bjorn Andersson
2019-08-07  7:09 ` [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support Sibi Sankar
2019-08-21 19:39   ` Rob Herring
2019-08-07  7:09 ` [PATCH v2 7/7] soc: qcom: aoss: Add AOSS QMP support Sibi Sankar
2019-08-08  4:52 ` [PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs Vinod Koul
2019-08-21 23:03 ` Bjorn Andersson

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