]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 9075/1: kernel: Fix interrupted SMC calls
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 14 Apr 2021 03:41:16 +0000 (04:41 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 18 Apr 2021 18:15:14 +0000 (19:15 +0100)
commit0c578ead5c546446eac3be8a20426e7ebb528210
tree90be135225e7c4824e0931427435012aed4d173d
parent40fc3a71fc1e7b22493795dfa694f6f4e7da8db0
ARM: 9075/1: kernel: Fix interrupted SMC calls

On Qualcomm ARM32 platforms, the SMC call can return before it has
completed. If this occurs, the call can be restarted, but it requires
using the returned session ID value from the interrupted SMC call.

The ARM32 SMCC code already has the provision to add platform specific
quirks for things like this. So let's make use of it and add the
Qualcomm specific quirk (ARM_SMCCC_QUIRK_QCOM_A6) used by the QCOM_SCM
driver.

This change is similar to the below one added for ARM64 a while ago:
commit c5eb4f883e20 ("firmware: qcom: scm: Fix interrupted SCM calls")

Without this change, the Qualcomm ARM32 platforms like SDX55 will return
-EINVAL for SMC calls used for modem firmware loading and validation.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/asm-offsets.c
arch/arm/kernel/smccc-call.S