Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440897
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] firmware: qcom: scm: Change initcall to subsys |
| Date | 2016-07-11 23:10 +0200 |
| Message-ID | <rTQCJ-3Y9-3@gated-at.bofh.it> (permalink) |
| References | <rQkJ4-7p0-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 order became an issue due to the changes to use arch_initcall_sync > for of_platform_default_populate_init(). > > Signed-off-by: Andy Gross <andy.gross@linaro.org> > --- Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Tested-by: Stephen Boyd <sboyd@codeaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] firmware: qcom: scm: Change initcall to subsys Stephen Boyd <sboyd@codeaurora.org> - 2016-07-11 23:10 +0200
csiph-web