Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware: qcom: scm: Add HDCP Support | jilai wang | 2015-05-28 | 1 | -1/+10 |
| | | | | | | | | | | 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> | ||||
* | firmware: qcom: scm: Split out 32-bit specific SCM code | Kumar Gala | 2015-04-28 | 1 | -0/+38 |
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> |