* [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra
@ 2026-04-30 9:44 Sneh Mankad
2026-04-30 9:44 ` [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible Sneh Mankad
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Sneh Mankad @ 2026-04-30 9:44 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar
Cc: linux-arm-msm, devicetree, linux-kernel, linux-remoteproc,
Sneh Mankad, Komal Bajaj, Vishnu Santhosh
Add support for RPM processor, rpm-smd device and APCS IPC device
for Shikra by adding appropriate compatibles.
Also add APCS IPC driver support for Shikra.
Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
---
Komal Bajaj (3):
dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible
dt-bindings: remoteproc: Add Shikra RPM processor compatible
dt-bindings: mailbox: qcom: Add Shikra APCS compatible
Vishnu Santhosh (1):
mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++
Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml | 1 +
Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
4 files changed, 5 insertions(+)
---
base-commit: e75a43c7cec459a07d91ed17de4de13ede2b7758
change-id: 20260430-shikra_mailbox_and_rpm_changes-2de7fe8e964f
Best regards,
--
Sneh Mankad <sneh.mankad@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible
2026-04-30 9:44 [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra Sneh Mankad
@ 2026-04-30 9:44 ` Sneh Mankad
2026-05-04 9:57 ` Krzysztof Kozlowski
2026-04-30 9:44 ` [PATCH 2/4] dt-bindings: remoteproc: Add Shikra RPM processor compatible Sneh Mankad
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Sneh Mankad @ 2026-04-30 9:44 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar
Cc: linux-arm-msm, devicetree, linux-kernel, linux-remoteproc,
Sneh Mankad, Komal Bajaj
From: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add compatible for the Qualcomm Shikra rpm-smd device.
Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
---
Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
index 270bcd079f8861d6bf9f3058e188895af33370e1..bd1d32898461c48ebbdee8d6c48046a08e39cb0d 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
@@ -57,6 +57,7 @@ properties:
- qcom,rpm-qcm2290
- qcom,rpm-qcs404
- qcom,rpm-sdm660
+ - qcom,rpm-shikra
- qcom,rpm-sm6115
- qcom,rpm-sm6125
- qcom,rpm-sm6375
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/4] dt-bindings: remoteproc: Add Shikra RPM processor compatible
2026-04-30 9:44 [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra Sneh Mankad
2026-04-30 9:44 ` [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible Sneh Mankad
@ 2026-04-30 9:44 ` Sneh Mankad
2026-04-30 9:44 ` [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible Sneh Mankad
2026-04-30 9:44 ` [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support Sneh Mankad
3 siblings, 0 replies; 7+ messages in thread
From: Sneh Mankad @ 2026-04-30 9:44 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar
Cc: linux-arm-msm, devicetree, linux-kernel, linux-remoteproc,
Sneh Mankad, Komal Bajaj
From: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add compatible for the Qualcomm Shikra RPM processor.
Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
---
Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml
index 540bdfca53d97d9c18fefeb50fa68fe704b2008c..823304afaa98f8acd67667c6aa3e36ed743ef554 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,rpm-proc.yaml
@@ -87,6 +87,7 @@ properties:
- qcom,qcm2290-rpm-proc
- qcom,qcs404-rpm-proc
- qcom,sdm660-rpm-proc
+ - qcom,shikra-rpm-proc
- qcom,sm6115-rpm-proc
- qcom,sm6125-rpm-proc
- qcom,sm6375-rpm-proc
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible
2026-04-30 9:44 [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra Sneh Mankad
2026-04-30 9:44 ` [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible Sneh Mankad
2026-04-30 9:44 ` [PATCH 2/4] dt-bindings: remoteproc: Add Shikra RPM processor compatible Sneh Mankad
@ 2026-04-30 9:44 ` Sneh Mankad
2026-05-04 9:56 ` Krzysztof Kozlowski
2026-04-30 9:44 ` [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support Sneh Mankad
3 siblings, 1 reply; 7+ messages in thread
From: Sneh Mankad @ 2026-04-30 9:44 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar
Cc: linux-arm-msm, devicetree, linux-kernel, linux-remoteproc,
Sneh Mankad, Komal Bajaj
From: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add compatible for the Qualcomm Shikra APCS block.
Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
---
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
index f40dc9048327298c6e78d4327bbd5f530a013604..f22729a493f2dbc8ec2d189db84f5435a80fede2 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -65,6 +65,7 @@ properties:
- qcom,msm8996-apcs-hmss-global
- qcom,qcm2290-apcs-hmss-global
- qcom,sdm845-apss-shared
+ - qcom,shikra-apss-shared
reg:
maxItems: 1
@@ -238,6 +239,7 @@ allOf:
- qcom,msm8996-apcs-hmss-global
- qcom,qcm2290-apcs-hmss-global
- qcom,sdm845-apss-shared
+ - qcom,shikra-apss-shared
then:
properties:
clocks: false
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support
2026-04-30 9:44 [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra Sneh Mankad
` (2 preceding siblings ...)
2026-04-30 9:44 ` [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible Sneh Mankad
@ 2026-04-30 9:44 ` Sneh Mankad
3 siblings, 0 replies; 7+ messages in thread
From: Sneh Mankad @ 2026-04-30 9:44 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar
Cc: linux-arm-msm, devicetree, linux-kernel, linux-remoteproc,
Sneh Mankad, Vishnu Santhosh
From: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
Enable Shikra APCS IPC support by adding the compatible.
It reuses apps_shared_apcs_data.
Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
---
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 d3a8f6b4a03b368821ef9a5b24fee78037104610..25f76965921ba695e3a1bf4df47ce643916a28cb 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -168,6 +168,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq6018_apcs_data },
{ .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data },
{ .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },
+ { .compatible = "qcom,shikra-apss-shared", .data = &apps_shared_apcs_data },
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
{}
};
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible
2026-04-30 9:44 ` [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible Sneh Mankad
@ 2026-05-04 9:56 ` Krzysztof Kozlowski
0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-04 9:56 UTC (permalink / raw)
To: Sneh Mankad
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar, linux-arm-msm, devicetree, linux-kernel,
linux-remoteproc, Komal Bajaj
On Thu, Apr 30, 2026 at 03:14:58PM +0530, Sneh Mankad wrote:
> From: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>
> Add compatible for the Qualcomm Shikra APCS block.
Here you explain why it is not compatible with SDM845 or other variant.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++
> 1 file changed, 2 insertions(+)
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible
2026-04-30 9:44 ` [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible Sneh Mankad
@ 2026-05-04 9:57 ` Krzysztof Kozlowski
0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-04 9:57 UTC (permalink / raw)
To: Sneh Mankad
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Andy Gross, Mathieu Poirier, Stephan Gerhold,
Jassi Brar, linux-arm-msm, devicetree, linux-kernel,
linux-remoteproc, Komal Bajaj
On Thu, Apr 30, 2026 at 03:14:56PM +0530, Sneh Mankad wrote:
> From: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>
> Add compatible for the Qualcomm Shikra rpm-smd device.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Folks, please organize your patches per subsystem, e.g. all SoC patches
in one patchset. I saw you sent separate firmware, separate cache,
separate sram and separate SoC ID.
I was already asking this.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-05-04 9:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 9:44 [PATCH 0/4] Add compatible strings for RPM and mailbox devices for Shikra Sneh Mankad
2026-04-30 9:44 ` [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible Sneh Mankad
2026-05-04 9:57 ` Krzysztof Kozlowski
2026-04-30 9:44 ` [PATCH 2/4] dt-bindings: remoteproc: Add Shikra RPM processor compatible Sneh Mankad
2026-04-30 9:44 ` [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible Sneh Mankad
2026-05-04 9:56 ` Krzysztof Kozlowski
2026-04-30 9:44 ` [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support Sneh Mankad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox