In continuation of earlier RFC patch series, this series consist three patches, which add following. 1- Add hypervisor call support to enable second stage translation of intermediat physical address generated by individual subsystem, second stage mapping of address is supported armv8 onwards. 2- Modify already floating mss rproc driver to enable mss remoteproc support for msm8996. Differences WRT patchset 1 is as follow. 1- Secure_buffer.c file is removed which was added as a separate driver in patchset 1. Instead now to make translation scm call one additional function is added in rproc driver itself. 2- Address other comments by sboyd on RFC patch. This patch series is dependednt on https://patchwork.kernel.org/patch/9492177/ Avaneesh Kumar Dwivedi (3): soc: qcom: Add scm call to protect modem mem in qcom scm driver. remoteproc: qcom: Add scm call to protect modem mem in mss rproc drv. remoteproc: qcom: Add msm8996 specific changes in mss rproc driver. .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 + drivers/firmware/qcom_scm-64.c | 17 + drivers/firmware/qcom_scm.c | 14 + drivers/firmware/qcom_scm.h | 3 + drivers/remoteproc/qcom_q6v5_pil.c | 380 +++++++++++++++++++-- include/linux/qcom_scm.h | 1 + 6 files changed, 387 insertions(+), 29 deletions(-) -- Qualcomm India Private Limited, on behalf of 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 linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html