[PATCH RFC v1 5/5] clk: introduce clk_core_enable_lock and clk_core_disable_lock functions
From: Stephen Boyd <hidden>
Date: 2015-05-01 01:10:49
Also in:
linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2015-05-01 01:10:49
Also in:
linux-clk, lkml
On 04/15, Dong Aisheng wrote:
This can be usefully when clock core wants to enable/disable clocks. Then we don't have to convert the struct clk_core to struct clk to call clk_enable/clk_disable which is a bit un-align with exist using. Cc: Mike Turquette <redacted> Cc: Stephen Boyd <redacted> Signed-off-by: Dong Aisheng <redacted> ---
Yeah let's add this patch either before patch 4 or squash it into patch 4. Also, avoid adding more function prototypes please. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project