* [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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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
2026-05-07 13:39 ` Dmitry Baryshkov
3 siblings, 1 reply; 11+ 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] 11+ 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
2026-05-08 7:14 ` Sneh Mankad
0 siblings, 1 reply; 11+ 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] 11+ 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
2026-05-07 13:15 ` Komal Bajaj
0 siblings, 1 reply; 11+ 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] 11+ messages in thread
* Re: [PATCH 1/4] dt-bindings: soc: qcom: smd-rpm: Add Shikra rpm-smd compatible
2026-05-04 9:57 ` Krzysztof Kozlowski
@ 2026-05-07 13:15 ` Komal Bajaj
0 siblings, 0 replies; 11+ messages in thread
From: Komal Bajaj @ 2026-05-07 13:15 UTC (permalink / raw)
To: Krzysztof Kozlowski, 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
On 5/4/2026 3:27 PM, Krzysztof Kozlowski wrote:
> 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.
I agree with your point and will send patches subsystem-wise in future.
For this time, since some patches have already been reviewed and
don’t need a new version, can we proceed as is?
Thanks
Komal
>
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support
2026-04-30 9:44 ` [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support Sneh Mankad
@ 2026-05-07 13:39 ` Dmitry Baryshkov
2026-05-08 9:06 ` Sneh Mankad
0 siblings, 1 reply; 11+ messages in thread
From: Dmitry Baryshkov @ 2026-05-07 13:39 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, Vishnu Santhosh
On Thu, Apr 30, 2026 at 03:14:59PM +0530, Sneh Mankad wrote:
> From: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
>
> Enable Shikra APCS IPC support by adding the compatible.
> It reuses apps_shared_apcs_data.
This is obvious from the patch itself. Tell us something, which is not
written in the patch. For example, why it uses the same data structure.
Or why we need separate compat string and entry in the driver.
>
> 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
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible
2026-05-04 9:56 ` Krzysztof Kozlowski
@ 2026-05-08 7:14 ` Sneh Mankad
0 siblings, 0 replies; 11+ messages in thread
From: Sneh Mankad @ 2026-05-08 7:14 UTC (permalink / raw)
To: Krzysztof Kozlowski
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 04-May-26 3:26 PM, Krzysztof Kozlowski wrote:
> 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.
It is actually compatible with it, apologies for the oversight. Will
raise new patch version
to add the compatible under sdm845 group.
Thanks
Sneh
>
>> 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] 11+ messages in thread
* Re: [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support
2026-05-07 13:39 ` Dmitry Baryshkov
@ 2026-05-08 9:06 ` Sneh Mankad
0 siblings, 0 replies; 11+ messages in thread
From: Sneh Mankad @ 2026-05-08 9:06 UTC (permalink / raw)
To: Dmitry Baryshkov
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, Vishnu Santhosh
On 07-May-26 7:09 PM, Dmitry Baryshkov wrote:
> On Thu, Apr 30, 2026 at 03:14:59PM +0530, Sneh Mankad wrote:
>> From: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
>>
>> Enable Shikra APCS IPC support by adding the compatible.
>> It reuses apps_shared_apcs_data.
> This is obvious from the patch itself. Tell us something, which is not
> written in the patch. For example, why it uses the same data structure.
> Or why we need separate compat string and entry in the driver.
Understood Dmitry, will expand on the reasoning and share new version.
Thanks
Sneh
>> 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 [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-05-08 9:06 UTC | newest]
Thread overview: 11+ 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-05-07 13:15 ` Komal Bajaj
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-05-08 7:14 ` Sneh Mankad
2026-04-30 9:44 ` [PATCH 4/4] mailbox: qcom-apcs-ipc: Add Shikra APCS IPC support Sneh Mankad
2026-05-07 13:39 ` Dmitry Baryshkov
2026-05-08 9:06 ` Sneh Mankad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox