From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70A5CC04AAF for ; Thu, 16 May 2019 22:23:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 41A3B2070D for ; Thu, 16 May 2019 22:23:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728139AbfEPWXw (ORCPT ); Thu, 16 May 2019 18:23:52 -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-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@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