Re: [PATCH 2/2] clk: qcom: common: Migrate to devm_* APIs for resets and clk providers

2017-11-01 Thread Stephen Boyd
On 09/01, Stephen Boyd wrote: > Now that we have devm APIs for the reset controller and of clk hw > provider APIs we can remove the custom code here. > > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundati

[PATCH 2/2] clk: qcom: common: Migrate to devm_* APIs for resets and clk providers

2017-09-01 Thread Stephen Boyd
Now that we have devm APIs for the reset controller and of clk hw provider APIs we can remove the custom code here. Signed-off-by: Stephen Boyd --- drivers/clk/qcom/common.c | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/drivers/clk/qcom/common.c