Re: [Patch v4 6/8] firmware: qcom: scm: Add support for ARM64 SoCs

2016-05-11 Thread Bjorn Andersson
On Wed 11 May 07:15 PDT 2016, Andy Gross wrote: [..] > diff --git a/drivers/firmware/qcom_scm-64.c b/drivers/firmware/qcom_scm-64.c [..] > + > +#define QCOM_SCM_ARGS_IMPL(num, a, b, c, d, e, f, g, h, i, j, ...) (\ > +(((a) & 0xff) << 4) | \ > +(((b)

[Patch v4 6/8] firmware: qcom: scm: Add support for ARM64 SoCs

2016-05-11 Thread Andy Gross
From: Kumar Gala Add an implementation of the SCM interface that works on ARM64 SoCs. This is used by things like determine if we have HDCP support or not on the system. Signed-off-by: Kumar Gala Signed-off-by: Andy Gross --- drivers/firmware/qcom_scm-32.c | 4 + drivers/firmware/qcom_scm-