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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB664C433FE for ; Fri, 11 Mar 2022 02:54:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243984AbiCKCzk (ORCPT ); Thu, 10 Mar 2022 21:55:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345789AbiCKCzh (ORCPT ); Thu, 10 Mar 2022 21:55:37 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 493D31A6F92; Thu, 10 Mar 2022 18:54:35 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8E55A60F0D; Fri, 11 Mar 2022 02:54:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E73CEC340E8; Fri, 11 Mar 2022 02:54:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646967274; bh=HyZvlBTOgYYysoaSfGBGWuGpPH4RVL4n473mGCaquGo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=rutk+9kjTS/MhFhU6vOGU1U9bbAm4I71fmpQ6pAyvN7DAx50REWBiSxVVtRtfVMkp S2ryjpJwty+RmsioLTFFLjMs7URswsTf7qy8WbGV3H7KZ77x4RBo8y77KbMfTRJmxW f9T4q4mmb1wGs9u9ujN9/GtVfd9vp8E0xRZxHLLMvgbiz60dlrY3Y11HDxXkfRKmnD UEFPWRSHcZ3BB7jLu5UDTe74SGcz4eA/nr/xgdsBIeEl254J4+vHlUpOLe3dM/OM8z PgSW16pTfFM3UjE+Cja64wz2g29HTbpL5eNkZHKd6Fw1JHJRRk4Mkoop0RlCDhG5GV H955jXTzNLvuA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220126173953.1016706-8-kernel@esmil.dk> References: <20220126173953.1016706-1-kernel@esmil.dk> <20220126173953.1016706-8-kernel@esmil.dk> Subject: Re: [PATCH v1 7/7] clk: starfive: Add JH7100 audio clock driver From: Stephen Boyd Cc: Emil Renner Berthing , Michael Turquette , Rob Herring , Andy Shevchenko , Geert Uytterhoeven , Arnd Bergmann , Michael Zhu , Fu Wei , linux-kernel@vger.kernel.org To: Emil Renner Berthing , devicetree@vger.kernel.org, linux-clk@vger.kernel.org Date: Thu, 10 Mar 2022 18:54:32 -0800 User-Agent: alot/0.10 Message-Id: <20220311025433.E73CEC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Emil Renner Berthing (2022-01-26 09:39:53) > Add a driver for the audio clocks on the Starfive JH7100 RISC-V SoC. >=20 > Signed-off-by: Emil Renner Berthing > --- Applied to clk-next