[PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.
From: James Liao <hidden>
Date: 2015-07-28 05:10:52
Also in:
linux-devicetree, linux-mediatek, lkml
From: James Liao <hidden>
Date: 2015-07-28 05:10:52
Also in:
linux-devicetree, linux-mediatek, lkml
Hi Daniel, On Fri, 2015-07-24 at 19:33 +0800, Daniel Kurtz wrote:
Hi James, On Fri, Jul 24, 2015 at 11:01 AM, James Liao [off-list ref] wrote:quoted
+void mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, + struct clk_onecell_data *clk_data)void __init mtk_clk_register_fixed_clks(...
It will be added in next patch.
quoted
-extern void mtk_clk_register_factors(const struct mtk_fixed_factor *clks, +void mtk_clk_register_factors(const struct mtk_fixed_factor *clks,Technically, this hunk is unrelated and should probably be in its own patch.
It will be in a separated patch. Best regards, James