Re: [Patch v5 2/8] firmware: qcom: scm: Convert SCM to platform driver

2016-06-02 Thread Andy Gross
On Thu, Jun 02, 2016 at 03:14:24PM -0700, Stephen Boyd wrote: > On 05/12, Andy Gross wrote: > > This patch converts the Qualcomm SCM firmware driver into a platform > > driver. > > And introduces clk enable/disable + rate setting logic because > the firmware uses crypto clks during some scm calls.

Re: [Patch v5 2/8] firmware: qcom: scm: Convert SCM to platform driver

2016-06-02 Thread Stephen Boyd
On 05/12, Andy Gross wrote: > This patch converts the Qualcomm SCM firmware driver into a platform > driver. And introduces clk enable/disable + rate setting logic because the firmware uses crypto clks during some scm calls. > > + > +static struct platform_driver qcom_scm_driver = { > + .dri

Re: [Patch v5 2/8] firmware: qcom: scm: Convert SCM to platform driver

2016-05-13 Thread Bjorn Andersson
On Thu 12 May 20:46 PDT 2016, Andy Gross wrote: > This patch converts the Qualcomm SCM firmware driver into a platform > driver. > > Signed-off-by: Andy Gross Acked-by: Bjorn Andersson Regards, Bjorn

[Patch v5 2/8] firmware: qcom: scm: Convert SCM to platform driver

2016-05-12 Thread Andy Gross
This patch converts the Qualcomm SCM firmware driver into a platform driver. Signed-off-by: Andy Gross --- drivers/firmware/qcom_scm.c | 165 +--- 1 file changed, 156 insertions(+), 9 deletions(-) diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmwar