Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2954225pxj; Sun, 23 May 2021 16:54:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyNuuWVIkkj/d+ldFxeHcDeI+ip9IHzPYSaEFXdceeyP/rJAUh51a/oUhx+BlwiVUL0/hIl X-Received: by 2002:a17:906:3712:: with SMTP id d18mr20603480ejc.155.1621814086048; Sun, 23 May 2021 16:54:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621814086; cv=none; d=google.com; s=arc-20160816; b=Djrn1Hhgo+qgKdbcKiKfILm4zL+HmMM2R8vTq5+TL1nQ6EGr9vPc0bUFOdKm9wAGib OuMKkSOKZnHhjqgAb7V4Zy8NkKLOroFUOk5LXrFKRC7L3ZhXUea5kHxyEu5J6uoCZwkI 2vkIK5YIiwA8XmnU9uUhaR+KXByEJ7IBOFV71BjQo+8wt3emyQwO8lS3Sqw1erS66DNn txvAHyhnE9qNFhbcxKVIrlfScAdYc47EwxemBsdS+e9m2KTPWIMsrGVUawOzpzFWJWp+ WccDVjZaKHFjv9R9tkwuHojsmBgaakP4t3/AoJUji0558ewYLPbPM27xASyegoEWKIEP IqmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Ze17JasJM9U008BaTKIwXNuwRp1nh5q10SdPBv4eDKQ=; b=B4c4S81moOoXBMTuAdtG6VDhlbqrIll7yZZ7Xxv2EqXypE426xGHf02Sirx0Cyre1q vKAA3d0f7NGjOwrxcI/64IhMJqGkBBrKUosgP8bJcq8rHSY400o3YADKW5mmOoHEACgY PY9wbeKZiIwRGUcVkubUxlDZz4bPAFxmNaL6eS7L5BI1fKdfJMynNAOsVC37P/jYnsSt XWijOth4iFno4V4++ZLzTz/qlyKY6ikh/4jpAcxMh4gm6iD1jn/u2dpt67U1fWXgdEOo 8CC8OiC8jEFIj+YmUxKJc+zV4uAbt+rvTTX61joBbri9q51Eo9LPX2LjrC8V6S/yRSu2 4P8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a20si12092821edj.72.2021.05.23.16.54.23; Sun, 23 May 2021 16:54:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232073AbhEWXwv (ORCPT + 99 others); Sun, 23 May 2021 19:52:51 -0400 Received: from gloria.sntech.de ([185.11.138.130]:36960 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231982AbhEWXwu (ORCPT ); Sun, 23 May 2021 19:52:50 -0400 Received: from p5b127ecf.dip0.t-ipconnect.de ([91.18.126.207] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lkxsF-0003D5-NC; Mon, 24 May 2021 01:51:11 +0200 From: Heiko Stuebner To: Kever Yang , Elaine Zhang , Peter Geis , Stephen Boyd , Michael Turquette Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH] clk: rockchip: fix rk3568 cpll clk gate bits Date: Mon, 24 May 2021 01:51:10 +0200 Message-Id: <162181382840.2545380.4133939469375306641.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210519174149.3691335-1-pgwipeout@gmail.com> References: <20210519174149.3691335-1-pgwipeout@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 19 May 2021 13:41:49 -0400, Peter Geis wrote: > The cpll clk gate bits had an ordering issue. This led to the loss of > the boot sdmmc controller when the gmac was shut down with: > `ip link set eth0 down` > as the cpll_100m was shut off instead of the cpll_62p5. > cpll_62p5, cpll_50m, cpll_25m were all off by one with cpll_100m > misplaced. > > [...] Applied, thanks! [1/1] clk: rockchip: fix rk3568 cpll clk gate bits commit: 2f3877d609e7951ef96d24979eb9d163f1f004f8 Best regards, -- Heiko Stuebner