Re: [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-27 Thread James Liao
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 > wrote: > > > > +void mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, > > + struct clk_onecell_data *clk_data) > > > void

Re: [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-27 Thread James Liao
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 jamesjj.l...@mediatek.com wrote: +void mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, + struct clk_onecell_data *clk_data)

Re: [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-24 Thread Daniel Kurtz
Hi James, On Fri, Jul 24, 2015 at 11:01 AM, James Liao wrote: > This patch adds fixed clocks support by using CCF fixed-rate > clock implementation. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/clk-mtk.c | 23 +++ > drivers/clk/mediatek/clk-mtk.h | 19

Re: [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-24 Thread Daniel Kurtz
Hi James, On Fri, Jul 24, 2015 at 11:01 AM, James Liao jamesjj.l...@mediatek.com wrote: This patch adds fixed clocks support by using CCF fixed-rate clock implementation. Signed-off-by: James Liao jamesjj.l...@mediatek.com --- drivers/clk/mediatek/clk-mtk.c | 23 +++

[PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-23 Thread James Liao
This patch adds fixed clocks support by using CCF fixed-rate clock implementation. Signed-off-by: James Liao --- drivers/clk/mediatek/clk-mtk.c | 23 +++ drivers/clk/mediatek/clk-mtk.h | 19 ++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git

[PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-23 Thread James Liao
This patch adds fixed clocks support by using CCF fixed-rate clock implementation. Signed-off-by: James Liao jamesjj.l...@mediatek.com --- drivers/clk/mediatek/clk-mtk.c | 23 +++ drivers/clk/mediatek/clk-mtk.h | 19 ++- 2 files changed, 41 insertions(+), 1