Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966295AbdDSQYE (ORCPT ); Wed, 19 Apr 2017 12:24:04 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:56518 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966254AbdDSQYA (ORCPT ); Wed, 19 Apr 2017 12:24:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 19 Apr 2017 09:23:44 -0700 From: Stefan Agner To: Stephen Boyd Cc: shawnguo@kernel.org, kernel@pengutronix.de, aisheng.dong@nxp.com, fabio.estevam@nxp.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] clk: imx7d: fix USDHC NAND clock In-Reply-To: <20170419161435.GA7065@codeaurora.org> References: <20170410210015.1620-1-stefan@agner.ch> <20170419161435.GA7065@codeaurora.org> Message-ID: <9f0b9e83bc2a46bacb323d3ff2cfcf64@agner.ch> User-Agent: Roundcube Webmail/1.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 21 On 2017-04-19 09:14, Stephen Boyd wrote: > On 04/10, Stefan Agner wrote: >> The USDHC NAND root clock is not gated by any CCM clock gate. Remove >> the bogus gate definition. >> >> Signed-off-by: Stefan Agner >> --- > > Can this be applied? It's followed by a dtsi change and there is > zero information about if the two depend on each other. Please > add cover letters for these sorts of things in the future > indicating how you expect merging to work. This can be merged. The two changes are independent. They look kind of dependent, but really aren't since IMX7D_NAND_USDHC_BUS_ROOT_CLK is still in the init_on list. Should have explicitly mentioned that, sorry about that. -- Stefan