Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-28 | firmware: qcom: scm: Add HDCP Support | jilai wang | |
HDCP driver needs to check if secure environment supports HDCP. If it's supported, then it requires to program some registers through SCM. Add qcom_scm_hdcp_available and qcom_scm_hdcp_req to support these requirements. Signed-off-by: Jilai Wang <jilaiw@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org> | |||
2015-04-28 | firmware: qcom: scm: Split out 32-bit specific SCM code | Kumar Gala | |
Split out the 32-bit SCM implementation into its own file to prep for supporting a 64-bit/ARM64 implementation as well. We create a simple shim to ensure both versions conform to the same interface. Signed-off-by: Kumar Gala <galak@codeaurora.org> |