[PATCH v3 0/7] Add support for remoteproc modem-pil on SDM845 SoCs

From: Sibi S
Date: Wed Mar 14 2018 - 05:21:53 EST


This patch series add support for remoteproc Q6v5 modem-pil on Qualcomm
SDM845 SoC. The second patch adds AOSS (Always on subsystem) reset driver
to provide for mss reset line. The fourth 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.

V3:
Removed syscon dependency for the aoss reset driver
Split dt-bindings and the aoss reset driver into separate patches
Corrected few typos and replaced misconfigured author name

V2:
Addressed reset-qcom-aoss review suggestions and reworked
re-ordering of the active clk and reset sequence in
qcom_q6v5_pil

Sibi S (7):
dt-bindings: reset: Add AOSS reset bindings for SDM845 SoCs
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: Always assert and deassert reset signals in SDM845

.../bindings/mailbox/qcom,apcs-kpss-global.txt | 1 +
.../devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 +
.../devicetree/bindings/reset/qcom,aoss-reset.txt | 54 +++++++
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
drivers/remoteproc/qcom_q6v5_pil.c | 163 ++++++++++++++++++++-
drivers/reset/Kconfig | 10 ++
drivers/reset/Makefile | 1 +
drivers/reset/reset-qcom-aoss.c | 156 ++++++++++++++++++++
include/dt-bindings/reset/qcom,sdm845-aoss.h | 17 +++
9 files changed, 398 insertions(+), 6 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,sdm845-aoss.h

--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project