From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752833AbbJOSnu (ORCPT ); Thu, 15 Oct 2015 14:43:50 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:27941 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751478AbbJOSns (ORCPT ); Thu, 15 Oct 2015 14:43:48 -0400 X-IronPort-AV: E=Sophos;i="5.17,686,1437462000"; d="scan'208";a="77569604" Date: Thu, 15 Oct 2015 14:43:45 -0400 From: Jon Mason To: Scott Branden CC: Arnd Bergmann , Michael Turquette , Stephen Boyd , "Florian Fainelli" , Hauke Mehrtens , Ray Jui , , , , , Subject: Re: [PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC Message-ID: <20151015184344.GK32089@broadcom.com> References: <1444770485-11210-1-git-send-email-jonmason@broadcom.com> <6427519.eIBEvCNlle@wuerfel> <561EB10B.40502@broadcom.com> <6398606.WW44dcgQDV@wuerfel> <561FF223.2050807@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <561FF223.2050807@broadcom.com> 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 Thu, Oct 15, 2015 at 11:36:19AM -0700, Scott Branden wrote: > Jon, > > Can you add this to your patchset and change COMMON_CLK_IPROC to a > silent option? Sure, I'll add this (and make it silent), as well as adding the documentation patches back to this series (per Ray's suggestion), and will resend. Thanks, Jon > > On 15-10-14 01:16 PM, Arnd Bergmann wrote: > >On Wednesday 14 October 2015 12:46:19 Scott Branden wrote: > >>> > >>>My patch fixes it by always selecting COMMON_CLK_IPROC from > >>>ARCH_BCM_CYGNUS. I wasn't sure whether you want COMMON_CLK_IPROC > >>>to still be user-selectable, so I left that in place. Normally > >>>I'd expect it to be a silent option though, that just gets > >>>implicitly enabled whenever a platform that needs it is built > >>>into the kernel. > >>COMMON_CLK_IPROC can be a silent option and selected as Arnd has done below. > > > >Ok, please do that then. If you want to apply my patch directly, > >you can remove that last paragraph from the description. > > > >>>Signed-off-by: Arnd Bergmann > >>Acked-by: Scott Branden > > > >Thanks for taking a look! > > > > Arnd > > >