Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp3947529imc; Thu, 14 Mar 2019 08:47:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqyLP/q6bgUeIaCM0yfsp2POZxiLMUZQOS6qqYDtx1SDuuFaMPtxoOgF4XDkFp4AdHxsRnLC X-Received: by 2002:a63:d5f:: with SMTP id 31mr45518292pgn.274.1552578445150; Thu, 14 Mar 2019 08:47:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552578445; cv=none; d=google.com; s=arc-20160816; b=fipwDQiWAewdOjVi2NQ9qhz6veUpysJqQk2BrXa1ZkCqafMrXHzF6wsB/XPaQ4GjeZ 2jBUXHLDZJ4Md/ezO6bQ5Vlo+GCJt/CcGpEjea0DuJ0vI6Z+KTYbRu/WFMVohemaplBS 3MFprbP402etWyqzcfPLRPgC+O/VbLDMtl7Czjhwh0CwITBREwGU9HufV0UrnJk8X81K LOiUMIEVRb0u0K8mkRC3izUta+99OiEO/IoF1cx+VOOs4kQb66ljK97nHEWabxclUlJK m2aVjO5cxHiQO45VQhOmq+LGMsdIwDFd54vU+M080NnPWszROjnfiikmAmivV7m9vm8s saYA== 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=VCKQhWJfoEpa2FZYguzE6WMfcnM8Tal2NrpbYvQiTGE=; b=JM1h37QnJ5kxlpXfoMaWHIzrf/IuEYEjLovRdftP/nBlPSDUy3+ynCEvSyrqN7hIxd DNHkz5uIz8IkO1mpVUZzorO6g3IIUwAzF65j4VjPLMXwUO/Ityn3CBJZaMxJWgRuJMOr uFviASovrhIZrV3xr/07WB4iEcAOosvBokG4Rvjotm80Efc0HBY6CbiH5udHbrswj1tm yS6RZwGJu/u41a+sB1xQq5EB/HeV/agxz6HNfUk48odwCGLwitdcrzh657uVYh7v0ICi mCeoiISVvd1HlN9ljA4RxUXFMGDBcEST5exDE7JPteb9I2w2X3VBsbbBufrAMSRcaBNR Z+mw== 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 m4si2527220pls.216.2019.03.14.08.47.09; Thu, 14 Mar 2019 08:47:25 -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 S1726643AbfCNPqc (ORCPT + 99 others); Thu, 14 Mar 2019 11:46:32 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:39803 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726157AbfCNPqb (ORCPT ); Thu, 14 Mar 2019 11:46:31 -0400 X-Originating-IP: 185.94.189.187 Received: from localhost (unknown [185.94.189.187]) (Authenticated sender: maxime.ripard@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 922E024000B; Thu, 14 Mar 2019 15:46:28 +0000 (UTC) Date: Thu, 14 Mar 2019 16:46:28 +0100 From: Maxime Ripard To: Icenowy Zheng Cc: Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH] clk: sunxi-ng: f1c100s: fix USB PHY gate bit offset Message-ID: <20190314154627.7f322sd2sd7asnnc@flea> References: <20190314112108.6150-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gh35n5sikmol5ate" Content-Disposition: inline In-Reply-To: <20190314112108.6150-1-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 --gh35n5sikmol5ate Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 14, 2019 at 07:21:08PM +0800, Icenowy Zheng wrote: > The bit offset of the USB PHY clock gate on F1C100s should be 1, not 8. >=20 > Fix this problem. >=20 > Fixes: 0380126eb9af ("clk: sunxi-ng: add support for suniv F1C100s SoC") > Signed-off-by: Icenowy Zheng Applied, thanks! Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --gh35n5sikmol5ate Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXIp3UwAKCRDj7w1vZxhR xRr8AP9bvlecZCePreW1bagtRGj1Af3H1AzN+Y/tMKYY0foVVgEAq3HsIWN5LtV8 8XTCZGzDSbZOhPmHqKUJF7spt1sbEg0= =DKGA -----END PGP SIGNATURE----- --gh35n5sikmol5ate--