[PATCH V3 2/8] clk: move clk_disable_unused after clk_core_disable_unprepare function
From: Stephen Boyd <hidden>
Date: 2016-07-02 00:50:44
Also in:
linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2016-07-02 00:50:44
Also in:
linux-clk, lkml
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 <mturquette@baylibre.com> Cc: Stephen Boyd <redacted> Cc: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> ---
Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project