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 04FB4C433F5 for ; Wed, 5 Oct 2022 23:02:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229656AbiJEXCU (ORCPT ); Wed, 5 Oct 2022 19:02:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229623AbiJEXCQ (ORCPT ); Wed, 5 Oct 2022 19:02:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4062B85599; Wed, 5 Oct 2022 16:02:15 -0700 (PDT) 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 BCC2B617E6; Wed, 5 Oct 2022 23:02:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A24CC433C1; Wed, 5 Oct 2022 23:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665010934; bh=zAhxaN/puxBBRzAqxbPmu5dfVHwdi+dZAefdvkKN7EI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ZRVK958HBYz3PlbIuewp5kZqsw9ZAd0FiWzvErQEroEGmw8IDCuvbOj5QCyWYsLmn LfPbroyjDV0IYRhKwu/5OufzqLKnV9uaNhVrnxJKXPf6tuKzex8qhK388a1hB9SeX5 IK9m77XiZmnNkx6/yuB0IhxSKbm2Cg5eEKKxLCD/3I0TvLrqhVVisY6QvsuKc8Z1t/ AFulzW2coShpbYD/M/S30dOup0HZHIcEUzX5gGZmFzuTTXyK71rUvD0SL4rtLN3EGL k5ZoElPNqllKRufZ0Y/bBAkZ2R8l0l6SH7fwR/8hDaIVldcFWITrRoRLXBsSmHDt2/ F29IOGtX7W9Jw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221005085305.42075-2-romain.perier@gmail.com> References: <20221005085305.42075-1-romain.perier@gmail.com> <20221005085305.42075-2-romain.perier@gmail.com> Subject: Re: [PATCH RESEND v6 1/1] clk: mstar: msc313 cpupll clk driver From: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Willy Tarreau To: Daniel Palmer , Michael Turquette , Romain Perier , linux-clk@vger.kernel.org Date: Wed, 05 Oct 2022 16:02:12 -0700 User-Agent: alot/0.10 Message-Id: <20221005230214.1A24CC433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Romain Perier (2022-10-05 01:53:05) > From: Daniel Palmer >=20 > Add a driver for the CPU pll/ARM pll/MIPS pll that is present > in MStar SoCs. >=20 > Currently there is no documentation for this block so it's possible > this driver isn't entirely correct. >=20 > Only tested on the version of this IP in the MStar/SigmaStar > ARMv7 SoCs. >=20 > Signed-off-by: Daniel Palmer > Co-developed-by: Willy Tarreau > Signed-off-by: Willy Tarreau Missing Signed-off-by Romain.