Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-03-21 Thread James Liao
Hi Mike, Sorry to use this old email to ask questions. Do you have any concern to apply this patch series into next version of kernel? Or do you really need a new patch series with less CLK_OF_DECLARE()? Best regards, James On Thu, 2016-02-25 at 14:24 +0800, James Liao wrote: > Hi Mike, > >

Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-24 Thread James Liao
Hi Mike, On Wed, 2016-02-24 at 13:25 -0800, Michael Turquette wrote: > Hi James, > > Quoting James Liao (2016-02-15 01:19:42) > > Hi Mike, > > > > On Wed, 2016-02-10 at 12:08 -0800, Michael Turquette wrote: > > > Quoting James Liao (2016-02-05 01:37:27) > > > > +CLK_OF_DECLARE(mtk_topckgen, "med

Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-15 Thread James Liao
Hi Mike, On Wed, 2016-02-10 at 12:08 -0800, Michael Turquette wrote: > Quoting James Liao (2016-02-05 01:37:27) > > +CLK_OF_DECLARE(mtk_topckgen, "mediatek,mt2701-topckgen", > > mtk_topckgen_init); > > +CLK_OF_DECLARE(mtk_infrasys, "mediatek,mt2701-infracfg", > > mtk_infrasys_init); > > +CLK_OF_

Re: [PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-10 Thread Michael Turquette
Quoting James Liao (2016-02-05 01:37:27) > +CLK_OF_DECLARE(mtk_topckgen, "mediatek,mt2701-topckgen", mtk_topckgen_init); > +CLK_OF_DECLARE(mtk_infrasys, "mediatek,mt2701-infracfg", mtk_infrasys_init); > +CLK_OF_DECLARE(mtk_pericfg, "mediatek,mt2701-pericfg", mtk_pericfg_init); > +CLK_OF_DECLARE(mtk

[PATCH v6 4/7] clk: mediatek: Add MT2701 clock support

2016-02-05 Thread James Liao
From: Shunli Wang Add MT2701 clock support, include topckgen, apmixedsys, infracfg, pericfg and subsystem clocks. Signed-off-by: Shunli Wang Signed-off-by: James Liao Tested-by: John Crispin --- drivers/clk/mediatek/Kconfig |8 + drivers/clk/mediatek/Makefile |1 + drivers/c