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,URIBL_BLOCKED, 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 B3B2FC43A1D for ; Thu, 12 Jul 2018 02:26:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D57121471 for ; Thu, 12 Jul 2018 02:26:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="NXauBkQS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D57121471 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 S2391217AbeGLCdh (ORCPT ); Wed, 11 Jul 2018 22:33:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:37874 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733047AbeGLCdh (ORCPT ); Wed, 11 Jul 2018 22:33:37 -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 8C56620BF2; Thu, 12 Jul 2018 02:26:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1531362383; bh=UsTaw894wfJI9XCJtJjwNsPXcgyol3p9e01pdabSmAg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NXauBkQS1AS+BvbPy9n2LyI+FbZ4u/taDUEYD0357hv9I/KS4SfbIrINouMGHJW8D CDoLJYoH1ELoGg6g4VsxbrCyW9eR6cVOrhAqS3uER2bN0cTekNpz5w0GMlpknq0Pfm oKdhVF/Obti6X0PQOa1Kj/NFrvthXCLZNrqiquJA= Date: Thu, 12 Jul 2018 10:25:46 +0800 From: Shawn Guo To: Stephen Boyd Cc: Anson Huang , aisheng.dong@nxp.com, fabio.estevam@nxp.com, kernel@pengutronix.de, mark.rutland@arm.com, mturquette@baylibre.com, ping.bai@nxp.com, robh+dt@kernel.org, s.hauer@pengutronix.de, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, Linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs Message-ID: <20180712022544.GP6959@dragon> References: <1529649154-5724-1-git-send-email-Anson.Huang@nxp.com> <153091072630.143105.2849049240391576710@swboyd.mtv.corp.google.com> <20180711084302.GB6959@dragon> <153132682598.143105.16881098765923078751@swboyd.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153132682598.143105.16881098765923078751@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 Wed, Jul 11, 2018 at 09:33:45AM -0700, Stephen Boyd wrote: > Quoting Shawn Guo (2018-07-11 01:43:03) > > On Fri, Jul 06, 2018 at 01:58:46PM -0700, Stephen Boyd wrote: > > > Quoting Anson Huang (2018-06-21 23:32:33) > > > > According to Reference Manual Rev.0, 06/2017, > > > > there are GPIO LPCGs defined in CCM CCGRs, > > > > add them into clock tree. > > > > > > > > Signed-off-by: Anson Huang > > > > --- > > > > > > Applied to clk-next > > > > Stephen, > > > > If you can apply this patch to topic branch 'clk-imx-gpio-gates', I will > > be able to pick up patch #2 for this cycle. > > Can you merge in clk-imx6sll-gpio topic branch to your tree? I'm making > topics for all patch series, so that's why this got stuck into a > different topic branch. Ah, okay. I thought you apply patches directly to clk-next, and make topic branches only for those having dependencies involved. For future DT patches depending on clk ones, I will check clk tree and merge corresponding topic branch to resolve dependency. Thanks for clarifying. Shawn