summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/qcom_scm.h
Commit message (Collapse)AuthorAgeFilesLines
* firmware: qcom: scm: Add HDCP Supportjilai wang2015-05-281-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 codeKumar Gala2015-04-281-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>
OpenPOWER on IntegriCloud