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=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 922FAC2BBCF for ; Wed, 16 Dec 2020 20:22:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E27023609 for ; Wed, 16 Dec 2020 20:22:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728992AbgLPUWS (ORCPT ); Wed, 16 Dec 2020 15:22:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:38030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728988AbgLPUWS (ORCPT ); Wed, 16 Dec 2020 15:22:18 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608150098; bh=7ckuVfE0d05hL3c+ScGa4gAayuEONTcC8xOhReADeyM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YK2h4QuCqaxq6KZIXPkLIcKysjp9AyWuLXFN1crIGkTx8ArT9vkxFop93wGrdA2YG axtvGpeb46FMFyrgUi84IGrNkokb+zs6xcdTCvS4RnqvVMo+yIZOa5qF1qipu02k+T YyHNeJOwpy6PLsNzgCavmBD91ZXmCZY+nj7fWvE3qAbGTnyZO/w62frre0/s8gKad5 Gdz+Xwuaf3Cxr5XT0UBRWT5pJBSqXrLcePVcxPGGZEVnZnylz4eoNogqqbyCfNaSv3 Up+YDKcSLHPwKut/xXPYpYabR8UAbdzkAJe9diXkXKPA69MJ18ydtiWVw1DEIlWygT p+DQYrx8tOfRQ== MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20201209094916.17383-6-zong.li@sifive.com> References: <20201209094916.17383-1-zong.li@sifive.com> <20201209094916.17383-6-zong.li@sifive.com> Subject: Re: [PATCH v7 5/5] clk: sifive: Add clock enable and disable ops From: Stephen Boyd Cc: Pragnesh Patel , Zong Li 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:36 -0800 Message-ID: <160815009666.1580929.1809751674908825268@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:16) > From: Pragnesh Patel >=20 > Add new functions "sifive_prci_clock_enable(), sifive_prci_clock_disable() > and sifive_clk_is_enabled()" to enable or disable the PRCI clock >=20 > Signed-off-by: Pragnesh Patel > Tested-by: Zong Li > --- Applied to clk-next