From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753671AbcEJCUl (ORCPT ); Mon, 9 May 2016 22:20:41 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:63663 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750858AbcEJCUk (ORCPT ); Mon, 9 May 2016 22:20:40 -0400 Message-ID: <1462846832.23126.1.camel@mtksdaap41> Subject: Re: [PATCH v7 7/9] clk: mediatek: Enable critical clocks for MT2701 From: James Liao To: Stephen Boyd CC: Matthias Brugger , Mike Turquette , Rob Herring , John Crispin , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , Philipp Zabel , , , , , , Date: Tue, 10 May 2016 10:20:32 +0800 In-Reply-To: <20160509221321.GT3492@codeaurora.org> References: <1460621514-65191-1-git-send-email-jamesjj.liao@mediatek.com> <1460621514-65191-8-git-send-email-jamesjj.liao@mediatek.com> <20160506231229.GJ3492@codeaurora.org> <1462772426.5344.7.camel@mtksdaap41> <20160509221321.GT3492@codeaurora.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-05-09 at 15:13 -0700, Stephen Boyd wrote: > On 05/09, James Liao wrote: > > Hi Stephen, > > > > On Fri, 2016-05-06 at 16:12 -0700, Stephen Boyd wrote: > > > On 04/14, James Liao wrote: > > > > 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 > > > > --- > > > > > > critical clks got merged now (sorry I'm slowly getting back to > > > looking at patches). Please use that flag. > > > > I don't see critical clock support in v4.6-rc7. Is there a repo/branch > > that has critical clocks merged? > > > > Right, it's in clk-next in the clk tree. I got it. I'll try to use the new critical clock support. Best regards, James