Re: [PATCH v6 7/7] clk: mediatek: Enable critical clocks for MT2701

2016-02-23 Thread James Liao
Hi Mike, On Mon, 2016-02-15 at 17:50 +0800, James Liao wrote: > On Thu, 2016-02-11 at 13:35 -0800, Michael Turquette wrote: > > Hi James, > > > > Quoting James Liao (2016-02-05 01:37:30) > > > Some system clocks should be turned on by default on MT2701. > > > This patch enable these clocks when r

Re: [PATCH v6 7/7] clk: mediatek: Enable critical clocks for MT2701

2016-02-15 Thread James Liao
Hi Mike, On Thu, 2016-02-11 at 13:35 -0800, Michael Turquette wrote: > Hi James, > > Quoting James Liao (2016-02-05 01:37:30) > > Some system clocks should be turned on by default on MT2701. > > This patch enable these clocks when related clocks have > > been registered. > > > > Signed-off-by: J

Re: [PATCH v6 7/7] clk: mediatek: Enable critical clocks for MT2701

2016-02-11 Thread Michael Turquette
Hi James, Quoting James Liao (2016-02-05 01:37:30) > Some system clocks should be turned on by default on MT2701. > This patch enable these clocks when related clocks have > been registered. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/clk-mt2701.c | 23 +-- >

[PATCH v6 7/7] clk: mediatek: Enable critical clocks for MT2701

2016-02-05 Thread James Liao
Some system clocks should be turned on by default on MT2701. This patch enable these clocks when related clocks have been registered. Signed-off-by: James Liao --- drivers/clk/mediatek/clk-mt2701.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/drive