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 A0A7BC3526C for ; Sat, 19 Dec 2020 19:54:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EBB3207B8 for ; Sat, 19 Dec 2020 19:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727899AbgLSTyk (ORCPT ); Sat, 19 Dec 2020 14:54:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:42424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727853AbgLSTyk (ORCPT ); Sat, 19 Dec 2020 14:54:40 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608407635; bh=h4zfuL+50Lz1IKB6YCKldollgufXdyY4atdbMGPLpjM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=HnXtkJ0f8Wy1KD9Qdcp+WMSTQpAyIexQbTfXpzryYB29gOtIUY8SURMojBJAT1IoX W2h7jKcV4xmws9p7ZAeCW3aN3hTdPcj65pcdKWr0l4JrafQHwIy5cKbg3cL+HK2olK aEa0BOYIEuZDmxzmglufYT6d4xnmfqJuj780c75P//NlyTRsn+AGa7HWhFXIlFMza6 dA9sFKu449C6S/VYh7gwFQtmxz+wnXB/L+YPYxYZEl/SW4rUBSqYi8b/Y92jGJWmTw lRQijBe9LjutAnTEcIDKr1iwAi7Jt04RwYMdnoADm91Uj0AxUFEWJenryoBlhkZaah OSQF99zOJbdXA== MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1605800597-16720-7-git-send-email-claudiu.beznea@microchip.com> References: <1605800597-16720-1-git-send-email-claudiu.beznea@microchip.com> <1605800597-16720-7-git-send-email-claudiu.beznea@microchip.com> Subject: Re: [PATCH v6 06/11] clk: at91: clk-sam9x60-pll: allow runtime changes for pll From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Claudiu Beznea To: Claudiu Beznea , alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com, mturquette@baylibre.com, nicolas.ferre@microchip.com, robh+dt@kernel.org Date: Sat, 19 Dec 2020 11:53:54 -0800 Message-ID: <160840763464.1580929.12880803082811509442@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Claudiu Beznea (2020-11-19 07:43:12) > Allow runtime frequency changes for PLLs registered with proper flags. > This is necessary for CPU PLL on SAMA7G5 which is used by DVFS. >=20 > Signed-off-by: Claudiu Beznea > --- Applied to clk-next