commit | 16e59467a446514f971cc4669322ab387ca45155 | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Fri Jun 03 18:25:25 2016 -0500 |
committer | Andy Gross <andy.gross@linaro.org> | Fri Jun 24 13:34:00 2016 -0500 |
tree | 181e99eb222448a2bcffa166118b46f0f915163a | |
parent | 11bdcee4a6b9ff0b09144a81a6b903cbfa599be7 [diff] |
firmware: qcom: scm: Convert to streaming DMA APIS This patch converts the Qualcomm SCM driver to use the streaming DMA APIs for communication buffers. This is being done so that the secure_flush_area call can be removed. Using the DMA APIs will also make the SCM32 symmetric to the coming SCM64 code. Signed-off-by: Andy Gross <andy.gross@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>