All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible
@ 2021-01-21  1:41 Bjorn Andersson
  2021-01-21  1:41 ` [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorn Andersson @ 2021-01-21  1:41 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Jassi Brar,
	Sivaprakash Murugesan
  Cc: linux-arm-msm, devicetree, linux-kernel

Add compatible for the Qualcomm SC8180x APCS block to the Qualcomm APCS
binding.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
index ffd09b664ff5..ec4054087bc1 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -24,6 +24,7 @@ properties:
       - qcom,msm8998-apcs-hmss-global
       - qcom,qcs404-apcs-apps-global
       - qcom,sc7180-apss-shared
+      - qcom,sc8180x-apss-shared
       - qcom,sdm660-apcs-hmss-global
       - qcom,sdm845-apss-shared
       - qcom,sm8150-apss-shared
-- 
2.29.2


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

* [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible
  2021-01-21  1:41 [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Bjorn Andersson
@ 2021-01-21  1:41 ` Bjorn Andersson
  2021-02-09  2:34 ` [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Rob Herring
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2021-01-21  1:41 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Jassi Brar,
	Sivaprakash Murugesan
  Cc: linux-arm-msm, devicetree, linux-kernel

The Qualcomm SC8180X platform has a APSS block exposing the usual IPC
bits, add a compatible for this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index 077e5c6a9ef7..0fb0ab028b62 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -159,6 +159,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
 	{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8998_apcs_data },
 	{ .compatible = "qcom,qcs404-apcs-apps-global", .data = &msm8916_apcs_data },
 	{ .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data },
+	{ .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },
 	{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = &sdm660_apcs_data },
 	{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
 	{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
-- 
2.29.2


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

* Re: [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible
  2021-01-21  1:41 [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Bjorn Andersson
  2021-01-21  1:41 ` [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible Bjorn Andersson
@ 2021-02-09  2:34 ` Rob Herring
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-02-09  2:34 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Jassi Brar, Rob Herring, Sivaprakash Murugesan, linux-kernel,
	Andy Gross, linux-arm-msm, devicetree

On Wed, 20 Jan 2021 17:41:29 -0800, Bjorn Andersson wrote:
> Add compatible for the Qualcomm SC8180x APCS block to the Qualcomm APCS
> binding.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml       | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible
  2021-01-21  1:41 [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Bjorn Andersson
  2021-01-21  1:41 ` [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible Bjorn Andersson
  2021-02-09  2:34 ` [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Rob Herring
@ 2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-03-01 19:59 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Wed, 20 Jan 2021 17:41:29 -0800 you wrote:
> Add compatible for the Qualcomm SC8180x APCS block to the Qualcomm APCS
> binding.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml       | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible
    https://git.kernel.org/qcom/c/114c93bf2859
  - [2/2] mailbox: qcom: Add SC8180X apcs compatible
    https://git.kernel.org/qcom/c/d10c851f25f3

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-03-01 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  1:41 [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Bjorn Andersson
2021-01-21  1:41 ` [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible Bjorn Andersson
2021-02-09  2:34 ` [PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible Rob Herring
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.