Add initial support for remoteprocs including ADSP, CDSP and MPSS on Qualcomm Kaanapali platform which are compatible with ealier Platforms with minor difference. And add initial support for SoC Control Processor (SoCCP) which is loaded by bootloader. PAS loader will check the state of the subsystem, and set the status "attached" if ping the subsystem successfully.
patch 5 depend on smp2p patch series: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Jingyi Wang <[email protected]> --- Gokul krishna Krishnakumar (1): remoteproc: qcom: pas: Add late attach support for subsystems Jingyi Wang (5): dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali ADSP dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali CDSP dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali MPSS dt-bindings: remoteproc: qcom,pas: Document pas for Kaanapali SoCCP remoteproc: qcom_q6v5_pas: Add SoCCP node on Kaanapali .../remoteproc/qcom,kaanapali-soccp-pas.yaml | 174 +++++++++++++++++++++ .../bindings/remoteproc/qcom,sm8550-pas.yaml | 30 +++- drivers/remoteproc/qcom_q6v5.c | 89 ++++++++++- drivers/remoteproc/qcom_q6v5.h | 14 +- drivers/remoteproc/qcom_q6v5_adsp.c | 2 +- drivers/remoteproc/qcom_q6v5_mss.c | 2 +- drivers/remoteproc/qcom_q6v5_pas.c | 79 +++++++++- 7 files changed, 384 insertions(+), 6 deletions(-) --- base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6 change-id: 20250917-knp-remoteproc-4a2c41480982 Best regards, -- Jingyi Wang <[email protected]>

