Re: [Patch v5 3/8] firmware: qcom: scm: Use atomic SCM for cold boot

2016-06-02 Thread Stephen Boyd
On 05/12, Andy Gross wrote: > This patch changes the cold_set_boot_addr function to use atomic SCM > calls. cold_set_boot_addr required adding qcom_scm_call_atomic2 to > support the two arguments going to the smc call. Using atomic removes > the need for memory allocation and instead places all a

Re: [Patch v5 3/8] firmware: qcom: scm: Use atomic SCM for cold boot

2016-05-13 Thread Bjorn Andersson
On Thu 12 May 20:46 PDT 2016, Andy Gross wrote: > This patch changes the cold_set_boot_addr function to use atomic SCM > calls. cold_set_boot_addr required adding qcom_scm_call_atomic2 to > support the two arguments going to the smc call. Using atomic removes > the need for memory allocation and

[Patch v5 3/8] firmware: qcom: scm: Use atomic SCM for cold boot

2016-05-12 Thread Andy Gross
This patch changes the cold_set_boot_addr function to use atomic SCM calls. cold_set_boot_addr required adding qcom_scm_call_atomic2 to support the two arguments going to the smc call. Using atomic removes the need for memory allocation and instead places all arguments in registers. Signed-off-b