From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamesjj.liao@mediatek.com (James Liao) Date: Mon, 15 Aug 2016 10:47:06 +0800 Subject: [PATCH v9 01/10] clk: fix initial state of critical clock's parents In-Reply-To: <20160813003913.GA361@codeaurora.org> References: <1466581229-2342-1-git-send-email-erin.lo@mediatek.com> <1466581229-2342-2-git-send-email-erin.lo@mediatek.com> <20160702012140.GB17071@codeaurora.org> <1467604308.26485.4.camel@mtksdaap41> <146802073038.73491.6675612765998057903@resonance> <1468225452.31247.7.camel@mtksdaap41> <1470203182.17063.3.camel@mtksdaap41> <1470721183.8551.6.camel@mtksdaap41> <20160810210922.GD2996@codeaurora.org> <1470989873.8551.10.camel@mtksdaap41> <20160813003913.GA361@codeaurora.org> Message-ID: <1471229226.8551.16.camel@mtksdaap41> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Stephen, On Fri, 2016-08-12 at 17:39 -0700, Stephen Boyd wrote: > On 08/12, James Liao wrote: > > On Wed, 2016-08-10 at 14:09 -0700, Stephen Boyd wrote: > > > (Including lists) > > > > > > On 08/09, James Liao wrote: > > > > On Wed, 2016-08-03 at 13:46 +0800, James Liao wrote: > > > >> > > > >> Hi Mike, > > > >> > > > >> Do you have new patches to fix new clock parents? If not, I think we can > > > >> use my patch first. Is it okay? > > > >> > > > > > > > > Hi Stephen, > > > > > > > > Do you have comments for the bug fixing? I prefer to use my patch (clk: > > > > fix initial state of critical clock's parents). How do you think? > > > > > > > > > > How about we recalc accuracies and rates in addition to the patch > > > from Mike? That will fix everything? > > > > Hi Stephen, > > > > It works! > > > > I'll send a new series of MT2701 clock support in few days. Should I > > include this patch in my series? Or you'll merge it into clk-next > > directly? > > > > Thanks. I can take that as a tested-by? I can merge it into Yes, please feel free to add: Tested-by: James Liao > clk-next directly, but do we need to put the mt2701 patches on a > separate branch to merge into arm-soc? If so we'll need to put > this patch first to avoid bisection failures. I prefer to merge clk driver into mainline first. Patches that depend on mt2701 clks such as dtsi can base on next kernel release. Best regards, James