This patch series add support for remoteproc Q6v5 modem-pil on Qualcomm SDM845 SoC. The first patch adds AOSS (Always on subsystem) reset driver to provide for mss reset line. The third patch adds the APCS offset for SDM845. The last couple of patches add the resets sequence for Q6 on SDM845 and adds helper functions for arbitrary reset assert/deassert sequences. sibis (6): reset: qcom: AOSS (Always on subsystem) reset controller dt-bindings: mailbox: Add APCS global binding for SDM845 SoCs mailbox: Add support for Qualcomm SDM845 SoCs dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 remoteproc: qcom: Add support for mss remoteproc on SDM845 remoteproc: qcom: Reorder active clks enable and reset .../bindings/mailbox/qcom,apcs-kpss-global.txt | 3 +- .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 5 +- .../devicetree/bindings/reset/qcom,aoss-reset.txt | 54 +++++++ drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + drivers/remoteproc/qcom_q6v5_pil.c | 149 +++++++++++++++++-- drivers/reset/Kconfig | 10 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-qcom-aoss.c | 161 +++++++++++++++++++++ include/dt-bindings/reset/qcom,aoss-sdm845.h | 17 +++ 9 files changed, 386 insertions(+), 15 deletions(-) create mode 100644 Documentation/devicetree/bindings/reset/qcom,aoss-reset.txt create mode 100644 drivers/reset/reset-qcom-aoss.c create mode 100644 include/dt-bindings/reset/qcom,aoss-sdm845.h -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html