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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C4850C0018C for ; Wed, 16 Dec 2020 20:22:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9580123770 for ; Wed, 16 Dec 2020 20:22:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728976AbgLPUWA (ORCPT ); Wed, 16 Dec 2020 15:22:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:37922 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728803AbgLPUWA (ORCPT ); Wed, 16 Dec 2020 15:22:00 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608150080; bh=b1ue91HKAdvBszoEAlb+S8MEYd6BUIJHMyKElC7UKEI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bFsNp+XaUY3yM/uKFPmFtw+0F+Rvv9QTkkS8lgcmQWattARGL7xIG8aHw1BYmRH1K p/mBbkr9SJTOx7lQQPm4A3bjfqt1wBrMe4X5PH1OhzHRleDaP+vATxj2qivGGROvMd rYPHa+n7omYgL9hl3ra9EDfZzEx8giao8pZc/A2H4YBkt2tKBZaCI7bdExb6SjndyX al8rfGtHj0LVZHq8SALLTmygzxfBYufYf+OesKJRcagGfLLbUZD6ayWL5nyHJSNkiw e0FsW0+fpLIaiQ2uDGpsJBWWo916DczBWuQ90c2JVq0JPUJlF6g5PMsrspeaiWB/vV 4yTNnmQybLOjQ== MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20201209094916.17383-3-zong.li@sifive.com> References: <20201209094916.17383-1-zong.li@sifive.com> <20201209094916.17383-3-zong.li@sifive.com> Subject: Re: [PATCH v7 2/5] clk: sifive: Use common name for prci configuration From: Stephen Boyd Cc: Zong Li , Palmer Dabbelt , Pragnesh Patel To: Zong Li , aou@eecs.berkeley.edu, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, mturquette@baylibre.com, palmer@dabbelt.com, paul.walmsley@sifive.com, pragnesh.patel@openfive.com, schwab@linux-m68k.org, yash.shah@sifive.com Date: Wed, 16 Dec 2020 12:21:18 -0800 Message-ID: <160815007878.1580929.1338503226146217305@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Zong Li (2020-12-09 01:49:13) > Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This > patch is prepared for fu740 support. >=20 > Signed-off-by: Zong Li > Reviewed-by: Palmer Dabbelt > Acked-by: Palmer Dabbelt > Reviewed-by: Pragnesh Patel > --- Applied to clk-next