Re: [PATCH] firmware: qcom: scm: Change initcall to subsys

2016-07-11 Thread Stephen Boyd
On 07/01, Andy Gross wrote: > The patch changes the initcall for SCM to use subsys_initcall > instead of arch_initcall. This corrects the order so that we don't > probe defer when trying to get clks which causes issues later when > the spm driver makes calls to qcom_set_warm_boot_addr(). > > The

Re: [PATCH] firmware: qcom: scm: Change initcall to subsys

2016-07-11 Thread Stephen Boyd
On 07/01, Andy Gross wrote: > The patch changes the initcall for SCM to use subsys_initcall > instead of arch_initcall. This corrects the order so that we don't > probe defer when trying to get clks which causes issues later when > the spm driver makes calls to qcom_set_warm_boot_addr(). > > The

[PATCH] firmware: qcom: scm: Change initcall to subsys

2016-07-01 Thread Andy Gross
The patch changes the initcall for SCM to use subsys_initcall instead of arch_initcall. This corrects the order so that we don't probe defer when trying to get clks which causes issues later when the spm driver makes calls to qcom_set_warm_boot_addr(). The order became an issue due to the

[PATCH] firmware: qcom: scm: Change initcall to subsys

2016-07-01 Thread Andy Gross
The patch changes the initcall for SCM to use subsys_initcall instead of arch_initcall. This corrects the order so that we don't probe defer when trying to get clks which causes issues later when the spm driver makes calls to qcom_set_warm_boot_addr(). The order became an issue due to the