From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837AbcHSFmo (ORCPT ); Fri, 19 Aug 2016 01:42:44 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:23185 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754472AbcHSFmi (ORCPT ); Fri, 19 Aug 2016 01:42:38 -0400 Message-ID: <1471585331.8551.24.camel@mtksdaap41> Subject: Re: [PATCH v10 8/9] arm: dts: mt2701: Add clock controller device nodes From: James Liao To: Stephen Boyd CC: Erin Lo , Matthias Brugger , Mike Turquette , "Rob Herring" , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , Philipp Zabel , , , , , , Date: Fri, 19 Aug 2016 13:42:11 +0800 In-Reply-To: <20160819001805.GR361@codeaurora.org> References: <1471332629-15722-1-git-send-email-erin.lo@mediatek.com> <1471332629-15722-9-git-send-email-erin.lo@mediatek.com> <20160819001805.GR361@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 Thu, 2016-08-18 at 17:18 -0700, Stephen Boyd wrote: > On 08/16, Erin Lo wrote: > > From: James Liao > > > > Add clock controller nodes for MT2701, include topckgen, infracfg, > > pericfg, apmixedsys, mmsys, imgsys, vdecsys, hifsys, ethsys and > > bdpsys. This patch also add two oscillators that provide clocks for > > MT2701. > > > > Signed-off-by: James Liao > > Signed-off-by: Erin Lo > > --- > > This should go through arm-soc tree, so do you need a stable > branch in clk tree to pull through arm-soc, or are we going to > wait a release cycle on the dts patches? Hi Stephen, I prefer to wait a release cycle. We may merge clk driver first, then merge dts patches in next kernel release. Best regards, James