From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753662AbcGKVFX (ORCPT ); Mon, 11 Jul 2016 17:05:23 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60540 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750775AbcGKVFV (ORCPT ); Mon, 11 Jul 2016 17:05:21 -0400 Date: Mon, 11 Jul 2016 14:05:19 -0700 From: Stephen Boyd To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Kevin Hilman Subject: Re: [PATCH] firmware: qcom: scm: Change initcall to subsys Message-ID: <20160711210519.GB16764@codeaurora.org> References: <1467433214-7667-1-git-send-email-andy.gross@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467433214-7667-1-git-send-email-andy.gross@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- Reviewed-by: Stephen Boyd Tested-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project