commit | d0f6fa7ba2d6244e0e7ec32f91903ca398e66bb9 | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Fri Jun 03 18:25:22 2016 -0500 |
committer | Andy Gross <andy.gross@linaro.org> | Fri Jun 24 13:33:59 2016 -0500 |
tree | fb77ed53fca2a4215f312b0086f20740d36e12ad | |
parent | 0ff50d60dd80e821374ec948c34a386ed5a99bc2 [diff] |
firmware: qcom: scm: Convert SCM to platform driver This patch converts the Qualcomm SCM firmware driver into a platform driver. It also adds clock management for firmware calls which require clocks to be enabled during the duration of their execution. Rate setting of the core clock is also in place for higher performance. Signed-off-by: Andy Gross <andy.gross@linaro.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>