From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753416AbcEIWNn (ORCPT ); Mon, 9 May 2016 18:13:43 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:60969 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752345AbcEIWNl (ORCPT ); Mon, 9 May 2016 18:13:41 -0400 Date: Mon, 9 May 2016 15:13:39 -0700 From: Stephen Boyd To: James Liao Cc: Matthias Brugger , Mike Turquette , Rob Herring , John Crispin , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , Philipp Zabel , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, srv_heupstream@mediatek.com Subject: Re: [PATCH v7 8/9] clk: mediatek: Add config options for MT2701 subsystem clocks Message-ID: <20160509221339.GU3492@codeaurora.org> References: <1460621514-65191-1-git-send-email-jamesjj.liao@mediatek.com> <1460621514-65191-9-git-send-email-jamesjj.liao@mediatek.com> <20160506230214.GH3492@codeaurora.org> <1462772246.5344.4.camel@mtksdaap41> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462772246.5344.4.camel@mtksdaap41> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/09, James Liao wrote: > HI Stephen, > > On Fri, 2016-05-06 at 16:02 -0700, Stephen Boyd wrote: > > On 04/14, James Liao wrote: > > > MT2701 subsystem clocks are optional and should be enabled only if > > > their subsystem drivers are ready to control these clocks. > > > > > > Signed-off-by: James Liao > > > --- > > > > Why is this patch split off from the patch that introduces the > > file? > > I was looking for comments about how to make subsystem clocks optional. > So I used a separated patch to do it. Is it an acceptable way to use > config options to enable subsystem clock support? > Yes config options are fine. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v7 8/9] clk: mediatek: Add config options for MT2701 subsystem clocks Date: Mon, 9 May 2016 15:13:39 -0700 Message-ID: <20160509221339.GU3492@codeaurora.org> References: <1460621514-65191-1-git-send-email-jamesjj.liao@mediatek.com> <1460621514-65191-9-git-send-email-jamesjj.liao@mediatek.com> <20160506230214.GH3492@codeaurora.org> <1462772246.5344.4.camel@mtksdaap41> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1462772246.5344.4.camel@mtksdaap41> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: James Liao Cc: Matthias Brugger , Mike Turquette , Rob Herring , John Crispin , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , Philipp Zabel , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/09, James Liao wrote: > HI Stephen, > > On Fri, 2016-05-06 at 16:02 -0700, Stephen Boyd wrote: > > On 04/14, James Liao wrote: > > > MT2701 subsystem clocks are optional and should be enabled only if > > > their subsystem drivers are ready to control these clocks. > > > > > > Signed-off-by: James Liao > > > --- > > > > Why is this patch split off from the patch that introduces the > > file? > > I was looking for comments about how to make subsystem clocks optional. > So I used a separated patch to do it. Is it an acceptable way to use > config options to enable subsystem clock support? > Yes config options are fine. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Mon, 9 May 2016 15:13:39 -0700 Subject: [PATCH v7 8/9] clk: mediatek: Add config options for MT2701 subsystem clocks In-Reply-To: <1462772246.5344.4.camel@mtksdaap41> References: <1460621514-65191-1-git-send-email-jamesjj.liao@mediatek.com> <1460621514-65191-9-git-send-email-jamesjj.liao@mediatek.com> <20160506230214.GH3492@codeaurora.org> <1462772246.5344.4.camel@mtksdaap41> Message-ID: <20160509221339.GU3492@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/09, James Liao wrote: > HI Stephen, > > On Fri, 2016-05-06 at 16:02 -0700, Stephen Boyd wrote: > > On 04/14, James Liao wrote: > > > MT2701 subsystem clocks are optional and should be enabled only if > > > their subsystem drivers are ready to control these clocks. > > > > > > Signed-off-by: James Liao > > > --- > > > > Why is this patch split off from the patch that introduces the > > file? > > I was looking for comments about how to make subsystem clocks optional. > So I used a separated patch to do it. Is it an acceptable way to use > config options to enable subsystem clock support? > Yes config options are fine. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project