Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1172687yba; Thu, 16 May 2019 15:55:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqweauasgHbSbQ8QjGOuC/h0PBtin+D+TtGzjTF3nlcdeW7qxlH7TentxlJDzdXyBq9SUSI8 X-Received: by 2002:a17:902:54f:: with SMTP id 73mr53765488plf.140.1558047343896; Thu, 16 May 2019 15:55:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558047343; cv=none; d=google.com; s=arc-20160816; b=KjXuUz9J4oSiJw656GxYoNZKwp4LeVT7+NWwDLO+rUyBgR3XYXolpCsWvfdglbKeP/ kZysTye50LuPGeZkyDJJ4ssYjCi/NVenONxKBrkn/P1wNExrA9EzBvkWB9SCnon2UEWV TFEJXkpy9jofUsXpM4q7G/piFxlVx0mSxHfBlVQyn/4ymwDxjUTMPrTT49dG9rVK8Jr5 Ytru39dZp1AySNusnyQqgFA2fuabU8kyZplFDeCgLQyMbRR5D5NUNmbaSaDCiOwNlGzU M908c+SnTOoRDpmVnecFow/QKQnYVOcQZqfaf23s6cYQkpfhisN8EWFWtpbeOMWNuGX8 75Vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ac22Acs3bEfb8OhjpWSiJlmjngABTxknZkmzCEoV0aw=; b=b4dPc936cQ4wmUc/P4t0rMW8D2ePUmTEkZeDijif3aGFDWGRymKruRDbo9QFA+R4mA 9+lnJUIWAM0u/KJBJ796UksdTEdzPFm/WzgwuZr8Ps113dpq2qsj54k2fWvl+yoP+cQe jfEtjSLd/xIjtYMXzFnitcxT5gISspltaC45Fdn9LSRY+Ip/MgffnD3fmDK9w3pjUI5Y dR2RtB4u48OtRK/DO4SftffJ6izbOE1FK8j8Arhw9v0L8WVJpQNLZFwqmEwUsfMboC3W pM+WeE7Pk1uAXqjqy1pIPuWFDXBT/QBm5HnKW1ZN+fxVNbNHhqQsC+XEO9tiejW4Y929 KbDQ== 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 h10si6036840pgq.187.2019.05.16.15.55.26; Thu, 16 May 2019 15:55:43 -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 S1728187AbfEPWXx (ORCPT + 99 others); Thu, 16 May 2019 18:23:53 -0400 Received: from gloria.sntech.de ([185.11.138.130]:57212 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726762AbfEPWXw (ORCPT ); Thu, 16 May 2019 18:23:52 -0400 Received: from ip5f5a6320.dynamic.kabel-deutschland.de ([95.90.99.32] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hROmt-0007Ew-NA; Fri, 17 May 2019 00:23:43 +0200 From: Heiko Stuebner To: Justin Swartz Cc: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/clk/rockchip/clk-rk3228.c: add 1.464GHz clock rate Date: Fri, 17 May 2019 00:23:42 +0200 Message-ID: <5025740.0R6fdBNFxo@phil> In-Reply-To: <20190516124437.4906-1-justin.swartz@risingedge.co.za> References: <20190516124437.4906-1-justin.swartz@risingedge.co.za> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Justin, Am Donnerstag, 16. Mai 2019, 14:44:36 CEST schrieb Justin Swartz: > Add missing 1.464GHz clock rate to rk3228_cpuclk_rates[] > > Signed-off-by: Justin Swartz I've applied the patch for kernel 5.3 and adapted the subject plus commit message a bit to: "clk: rockchip: add 1.464GHz cpu-clock rate to rk3228 Add missing 1.464GHz clock rate to rk3228_cpuclk_rates[], which gets referenced in the operating points but wasn't defined till now." So just for you next submissions: The patch subject should match the subsystem prefix which you can see with something like "git log --oneline drivers/clk/rockchip" and the commit message can be as verbose as you like. So just to clarify, no need to change anything for this patch, just to keep in mind for future patches :-) . Thanks Heiko