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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8AD5EC433EF for ; Sat, 23 Apr 2022 02:14:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=t7TjlV70kKt0JE0eRbLfPxtiGMXEyEj6MQezIOisz5M=; b=bno0NDmXjIPd3r 7h3zpe6s/mMIsyG8ybIZLcgCjAXRr9XDjziYJPnC6sMKf02hetYIg77fK3ND3pSc4j7d//XdJTgR3 hbzsfkrE5hqRGJycHWgLzGX2xIkN6ZJTG6SQbVDsTBzu8Zqs2kLbs8pXjwrnPEomxjEMxyJ9G2CeP U0GGM3xNjlqyjtK/2ObeGSIBguVQRwvnC0h5eIklk4ksYmADPqirrmGvWF5tVtCoEzGJUrOLXe8Lo 4fjsTAWo2gI029vgR439gTjpmb6SPj1W2DM5wiABYhBcc1CCdmT2d59WxpYs3O1E0QEvVMA4Ov/BT u/TRBZO3TWMkbIpvV9Zw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ni5Gu-003F0X-PJ; Sat, 23 Apr 2022 02:13:16 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ni5Gs-003Ezh-6f; Sat, 23 Apr 2022 02:13:15 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id D7953B83242; Sat, 23 Apr 2022 02:13:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C960C385A4; Sat, 23 Apr 2022 02:13:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650679991; bh=Dxz2nz5IwdS6rdgsSgb4TgoZxVOmysvqD1IDbEVm8/A=; h=In-Reply-To:References:Subject:From:Cc:List-Id:To:Date:From; b=aA/kYNIcc9+o/Dv3vILhiBVHGUtv230q4QshStW9Fhd4XNbsSQ4yk9RC1GFNP2ZL7 aWOr3AZA8s621iI0mfgJlRPwNe8DagwAYWCs1QIVBlM/If9/uoIZWe4F2Wk0yLBcJF fLmsEhSTpo4Vb0q7R6zmdq7j4LZMg/PxK8OF/y7l5aZySt+IHC49+fbeL3ajcu5VBq MnWpeL7VxS8tXnPTMwmmNkuotlfMkG74s3llJJWZBJU+FHyZHww3MHWFkStqfVWHZF dBHC1ZAbs5fZGDzCbOUnBxohP0phnhz0yPLQIxwzkmrifmwR6IU/52JoiLi94FQ9ez oEyn2NxnHD7+Q== MIME-Version: 1.0 In-Reply-To: <20220314084409.84394-3-nbd@nbd.name> References: <20220314084409.84394-1-nbd@nbd.name> <20220314084409.84394-3-nbd@nbd.name> Subject: Re: [PATCH v10 2/6] clk: en7523: Add clock driver for Airoha EN7523 SoC From: Stephen Boyd Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org To: Felix Fietkau , Michael Turquette , soc@kernel.org Date: Fri, 22 Apr 2022 19:13:08 -0700 User-Agent: alot/0.10 Message-Id: <20220423021311.8C960C385A4@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220422_191314_429841_5F5F9CB6 X-CRM114-Status: UNSURE ( 7.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Felix Fietkau (2022-03-14 01:44:04) > This driver only registers fixed rate clocks, since the clocks are fully > initialized by the boot loader and should not be changed later, according > to Airoha. > > Signed-off-by: Felix Fietkau > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel