Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp5046861ybi; Sat, 20 Jul 2019 11:41:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqwd5w62CCa3fR1pj8jhU3DXqvd7sHeL9ojgkQkvIOz780Plhp2Jmw+w4iNtV//Ea1Kfdq4z X-Received: by 2002:a17:902:290b:: with SMTP id g11mr63260799plb.26.1563648083556; Sat, 20 Jul 2019 11:41:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563648083; cv=none; d=google.com; s=arc-20160816; b=Wzhkgz7yr1V88CykieqlBi+6Ci5+e0bT6GHGWfO0lnbfOVG4Ff3EkZn1vkAbPvK5BO Wb8bIFHo5rzBsfwzl9KPTd5CW0s1F7RGVB9z4aQe+qNEbmLHHDTp2ymwEJ9kRZoKsliA S6YdcaXj8MuMQukmuhr2I/LubeQ/rISfoU27x45NW+swjjBu3xzm+oMbRqwtzUia+yTz ct8aUVMNW5fChISMsoz8zpSzRBSkDkdr3gEx+GpteZudJpPOdg9jU68GgYXrGZRRXkjW QBx82HpAeLFomVNUZzwR/GdGDggz+XucEB58amzFZ9v7wqeVBXYBOYuRbj0f1UvOZXQR 79Vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hLv9SPB+f7H26HKbJE5MJM1V9c0hnVQon2ptWovtrfw=; b=HI5JmQ0bgNE5Nf3Z27P4aGdcH21sgqn7qyOGyJQcKh+DCNy+D+Zq33c4rkIRp29LSs W8aLBPqtt68bTd4NCUEcjR/A+SVH980pwVHanWwUR11zBvz84VSbIUmKyEmsLhXN9JcQ invgz/QbwjLSk4BFu17tvCKXiKBAZxREVpCu7oZjNV32pUu1NBdk+PIOlnMgnMDxZ8Ju U9FeDWCRcXbD9IKAxAaow9etCNX35sf7k3kAJTY8RV5/vfgMXiiqWaIFZnUG2t3R01XM +vtO+cK9NS1sdE7p6QxJVZH5myBRnue57EsWki34Jp6U1sHOXiwFc5Zj37PujKPEeWXH F8KA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k65si3001005pge.422.2019.07.20.11.41.08; Sat, 20 Jul 2019 11:41:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727542AbfGTJoy (ORCPT + 99 others); Sat, 20 Jul 2019 05:44:54 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:48111 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727525AbfGTJox (ORCPT ); Sat, 20 Jul 2019 05:44:53 -0400 Received: from localhost (91-163-65-175.subs.proxad.net [91.163.65.175]) (Authenticated sender: maxime.ripard@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 1A045240004; Sat, 20 Jul 2019 09:44:49 +0000 (UTC) Date: Sat, 20 Jul 2019 11:44:49 +0200 From: Maxime Ripard To: Icenowy Zheng Cc: Rob Herring , Chen-Yu Tsai , Linus Walleij , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v4 4/8] clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks Message-ID: <20190720094449.dh53rbxz3mc74qls@flea> References: <20190713034634.44585-1-icenowy@aosc.io> <20190713034634.44585-5-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bygt3ojtr3w3kmjg" Content-Disposition: inline In-Reply-To: <20190713034634.44585-5-icenowy@aosc.io> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bygt3ojtr3w3kmjg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 13, 2019 at 11:46:30AM +0800, Icenowy Zheng wrote: > The MMC2 clock slices are currently not defined in V3s CCU driver, which > makes MMC2 not working. > > Fix this issue. > > Fixes: d0f11d14b0bc ("clk: sunxi-ng: add support for V3s CCU") > Signed-off-by: Icenowy Zheng > --- > New patch in v4. > > drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c > index 4eb68243e310..9c88015d4419 100644 > --- a/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c > +++ b/drivers/clk/sunxi-ng/ccu-sun8i-v3s.c > @@ -513,6 +513,9 @@ static struct clk_hw_onecell_data sun8i_v3s_hw_clks = { > [CLK_MMC1] = &mmc1_clk.common.hw, > [CLK_MMC1_SAMPLE] = &mmc1_sample_clk.common.hw, > [CLK_MMC1_OUTPUT] = &mmc1_output_clk.common.hw, > + [CLK_MMC2] = &mmc1_clk.common.hw, > + [CLK_MMC2_SAMPLE] = &mmc1_sample_clk.common.hw, > + [CLK_MMC2_OUTPUT] = &mmc1_output_clk.common.hw, You're using the same structures than mmc1, I guess it's a copy and paste mistake? Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --bygt3ojtr3w3kmjg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXTLikQAKCRDj7w1vZxhR xXstAP4hG1qWU5aKOgq2MiLh0TPYedRrhD3NFX8NrLDp9uXWBAEAzaBusAgbeXvL Geinke2sdGlDUaGa2D8WiG7b9POqBA4= =hmf1 -----END PGP SIGNATURE----- --bygt3ojtr3w3kmjg--