From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 1 Jul 2016 17:44:16 -0700 Subject: [PATCH V3 2/8] clk: move clk_disable_unused after clk_core_disable_unprepare function In-Reply-To: <1467279078-2330-3-git-send-email-aisheng.dong@nxp.com> References: <1467279078-2330-1-git-send-email-aisheng.dong@nxp.com> <1467279078-2330-3-git-send-email-aisheng.dong@nxp.com> Message-ID: <20160702004416.GK27880@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/30, Dong Aisheng wrote: > No function level change, just moving code place. > clk_disable_unused function will need to call clk_core_prepare_enable/ > clk_core_disable_unprepare when adding CLK_OPS_PARENT_ENABLE features. > So move it after clk_core_disable_unprepare to avoid adding forward > declared functions later. > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Shawn Guo > Signed-off-by: Dong Aisheng > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project