From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9764FC5CFEB for ; Wed, 11 Jul 2018 08:29:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4DE15208AD for ; Wed, 11 Jul 2018 08:29:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HtsfW29a" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4DE15208AD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732321AbeGKIcM (ORCPT ); Wed, 11 Jul 2018 04:32:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:49182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726280AbeGKIcM (ORCPT ); Wed, 11 Jul 2018 04:32:12 -0400 Received: from dragon (unknown [45.56.152.98]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6662520843; Wed, 11 Jul 2018 08:29:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1531297743; bh=378a5hp45OC4u2H3yZBiIolFvVAkSR3Zlunnh+uqCZA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HtsfW29a+Rd3H3PISzYWfasf0+TykIA+uOGlDLwINbpDtTibfyAw/P+fc61Mq3828 CJafpuCHIidZifbfdIjpq8vyBmC51Q5LOynl3l0tbcutOviu2orrmRdYmOApOUAluC zX/ROhqXD3rftoQ9Y8uo09fNCBOFmBAC6K6o4Rt4= Date: Wed, 11 Jul 2018 16:28:28 +0800 From: Shawn Guo To: Stephen Boyd Cc: Anson Huang , "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , "matteo.lisi@engicam.com" , "mturquette@baylibre.com" , "linux-kernel@vger.kernel.org" , "robh+dt@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Fabio Estevam , "michael@amarulasolutions.com" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH V2 2/2] ARM: dts: imx6ul: add GPIO clocks Message-ID: <20180711082827.GA6959@dragon> References: <1527990245-13619-1-git-send-email-Anson.Huang@nxp.com> <1527990245-13619-2-git-send-email-Anson.Huang@nxp.com> <20180628005217.GC22683@dragon> <153029757874.143105.17774476792947607999@swboyd.mtv.corp.google.com> <20180701021947.GA4348@dragon> <153089733418.143105.7025289108790540252@swboyd.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153089733418.143105.7025289108790540252@swboyd.mtv.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 06, 2018 at 10:15:34AM -0700, Stephen Boyd wrote: > Quoting Shawn Guo (2018-06-30 19:19:49) > > On Fri, Jun 29, 2018 at 11:39:38AM -0700, Stephen Boyd wrote: > > > Quoting Shawn Guo (2018-06-27 17:52:18) > > > > On Mon, Jun 25, 2018 at 03:14:39AM +0000, Anson Huang wrote: > > > > > Gentle Ping... > > > > > > > > I cannot apply this dts patch until the clock patch is landed on > > > > mainline, because it has a dependency on new clock ID IMX6UL_CLK_GPIO1 > > > > created by clock patch. > > > > > > > > > > Does it matter if that clk ID changes across branches? Or is everything > > > good if it just exists as some number? > > > > We use macro IMX6UL_CLK_GPIO1 instead of hard-coded number in DTS. So > > it doesn't matter if IMX6UL_CLK_GPIO1 changes. > > > > > The patch adding the define > > > conflicts with another patch to fix the numbering scheme to be > > > incremental instead of changing IMX6UL and IMX6ULL which is annoying. > > > I'll probably make a topic branch just for the fix and merge it into > > > clk-fixes and this branch so you can pick it up from there if you like. > > > > It will be good if you can have a topic branch. Otherwise, we are also > > fine to wait till the clock patches lands on mainline. > > > > Ok. The topic branch is out there as clk-imx-gpio-gates Thanks. I applied dts patch now. Shawn