[PATCH v2 0/3] Add aoss_qmp nodes for qcs615

Kyle Deng posted 3 patches 1 month, 1 week ago
.../bindings/mailbox/qcom,apcs-kpss-global.yaml |  1 +
.../bindings/soc/qcom/qcom,aoss-qmp.yaml        |  1 +
arch/arm64/boot/dts/qcom/qcs615.dtsi            | 17 +++++++++++++++++
3 files changed, 19 insertions(+)
[PATCH v2 0/3] Add aoss_qmp nodes for qcs615
Posted by Kyle Deng 1 month, 1 week ago
Add dts nodes and to enable AOSS_QMP on QCS615. These nodes provide basic
AOSS side-channel message RAM information and mailbox capacity.

Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com>
---
Build Dependencies:
- Initial support for qcs615:
https://lore.kernel.org/all/20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com/

Patch made the following verifications:
- Successfully passed dt_binding_check
- Successfully passed compilation and node checks
- Successfully passed the invocation and execution of the upper module QDSS

Changes in v2:
- Add reviewed-by tag
- Fix typo error
- Link to v1:https://lore.kernel.org/all/20241017025313.2028120-1-quic_chunkaid@quicinc.com/

Kyle Deng (3):
  dt-bindings: mailbox: qcom,apcs-kpss-global: Document the qcs615 APSS
  dt-bindings: aoss: qcom: Document the qcs615 AOSS_QMP
  arm64: dts: qcom: qcs615: add AOSS_QMP node

 .../bindings/mailbox/qcom,apcs-kpss-global.yaml |  1 +
 .../bindings/soc/qcom/qcom,aoss-qmp.yaml        |  1 +
 arch/arm64/boot/dts/qcom/qcs615.dtsi            | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)


base-commit: 8c6492fad8370b1181bdf18a04dde748ff0e108a
-- 
2.34.1
Re: [PATCH v2 0/3] Add aoss_qmp nodes for qcs615
Posted by Kyle Deng 2 weeks, 1 day ago
Hello,

On 2024/10/18 15:34, Kyle Deng wrote:
> Add dts nodes and to enable AOSS_QMP on QCS615. These nodes provide basic
> AOSS side-channel message RAM information and mailbox capacity.
> 
> Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com>
> ---
> Build Dependencies:
> - Initial support for qcs615:
> https://lore.kernel.org/all/20240926-add_initial_support_for_qcs615-v3-0-e37617e91c62@quicinc.com/
> 
> Patch made the following verifications:
> - Successfully passed dt_binding_check
> - Successfully passed compilation and node checks
> - Successfully passed the invocation and execution of the upper module QDSS
> 
> Changes in v2:
> - Add reviewed-by tag
> - Fix typo error
> - Link to v1:https://lore.kernel.org/all/20241017025313.2028120-1-quic_chunkaid@quicinc.com/
> 
> Kyle Deng (3):
>    dt-bindings: mailbox: qcom,apcs-kpss-global: Document the qcs615 APSS
>    dt-bindings: aoss: qcom: Document the qcs615 AOSS_QMP
>    arm64: dts: qcom: qcs615: add AOSS_QMP node
> 
>   .../bindings/mailbox/qcom,apcs-kpss-global.yaml |  1 +
>   .../bindings/soc/qcom/qcom,aoss-qmp.yaml        |  1 +
>   arch/arm64/boot/dts/qcom/qcs615.dtsi            | 17 +++++++++++++++++
>   3 files changed, 19 insertions(+)
> 
> 
> base-commit: 8c6492fad8370b1181bdf18a04dde748ff0e108a

Gentle ping on these patches.

Thanks,
Kyle