firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic calls
authorElliot Berman <eberman@codeaurora.org>
Tue, 7 Jan 2020 21:04:20 +0000 (13:04 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 8 Jan 2020 06:14:27 +0000 (22:14 -0800)
commitefd2b15c21a04367594685093af3ef2567923bbc
treef54f0cb32b8ad6aa794eebe8d0db88e89894f9b7
parentfd62c30b6b423c48b8c8420ceec9afd7aa8e3258
firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic calls

Use qcom_scm_desc in non-atomic calls to remove legacy convention
details from every SCM wrapper function. Implementations were copied
from qcom_scm-64 and are functionally equivalent when using the
qcom_scm_desc and qcom_scm_res structs.

Tested-by: Brian Masney <masneyb@onstation.org> # arm32
Tested-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
Link: https://lore.kernel.org/r/1578431066-19600-12-git-send-email-eberman@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/firmware/qcom_scm-32.c