Message ID | 20240911-qcs8300_ipcc_binding-v2-1-ca15326c5d0f@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | [v2] dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Wed, Sep 11, 2024 at 03:25:15PM +0800, Jingyi Wang wrote: > Document the Inter-Processor Communication Controller on the Qualcomm > QCS8300 Platform, which will be used to route interrupts across various > subsystems found on the SoC. > > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- > Changes in v2: > - decoupled from the original series. > - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com > --- > Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On Wed, Sep 11, 2024 at 03:25:15PM +0800, Jingyi Wang wrote: > Document the Inter-Processor Communication Controller on the Qualcomm > QCS8300 Platform, which will be used to route interrupts across various > subsystems found on the SoC. > > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- > Changes in v2: > - decoupled from the original series. > - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On Wed, Sep 11, 2024 at 03:25:15PM +0800, Jingyi Wang wrote: > Document the Inter-Processor Communication Controller on the Qualcomm > QCS8300 Platform, which will be used to route interrupts across various > subsystems found on the SoC. > > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Mani > --- > Changes in v2: > - decoupled from the original series. > - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com > --- > Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > index 05e4e1d51713..6323c3519a8a 100644 > --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > @@ -24,6 +24,7 @@ properties: > compatible: > items: > - enum: > + - qcom,qcs8300-ipcc > - qcom,qdu1000-ipcc > - qcom,sa8775p-ipcc > - qcom,sc7280-ipcc > > --- > base-commit: 100cc857359b5d731407d1038f7e76cd0e871d94 > change-id: 20240911-qcs8300_ipcc_binding-2d1c646185c5 > > Best regards, > -- > Jingyi Wang <quic_jingyw@quicinc.com> >
On 11/09/2024 09:25, Jingyi Wang wrote: > Document the Inter-Processor Communication Controller on the Qualcomm > QCS8300 Platform, which will be used to route interrupts across various > subsystems found on the SoC. > > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml index 05e4e1d51713..6323c3519a8a 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml @@ -24,6 +24,7 @@ properties: compatible: items: - enum: + - qcom,qcs8300-ipcc - qcom,qdu1000-ipcc - qcom,sa8775p-ipcc - qcom,sc7280-ipcc
Document the Inter-Processor Communication Controller on the Qualcomm QCS8300 Platform, which will be used to route interrupts across various subsystems found on the SoC. Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> --- Changes in v2: - decoupled from the original series. - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com --- Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: 100cc857359b5d731407d1038f7e76cd0e871d94 change-id: 20240911-qcs8300_ipcc_binding-2d1c646185c5 Best regards,