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 DA246CDB482 for ; Thu, 19 Oct 2023 00:16:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232078AbjJSAQn (ORCPT ); Wed, 18 Oct 2023 20:16:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229632AbjJSAQm (ORCPT ); Wed, 18 Oct 2023 20:16:42 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD063FE; Wed, 18 Oct 2023 17:16:40 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73910C433C7; Thu, 19 Oct 2023 00:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697674600; bh=6uPwkZ4yiG6o3MMwW++45pNUHDSPtK16RZV1nf9Kw6w=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=f8izOVvgCNr3OCTnTZBVaFgBngHWPPx/mayolA5yr1fNK+U0NeZnCH63olaVpZGGC NfJ9vsf3uh9bJK3bafY3C7e/J/GQcot0sgkqx7Rmc8TdKzGpBSem4ZEXcCKofmgz4I X44gX+Z3yI1l5CGVHHmVwtRAPoZZ2Ottgaf6P82ir6k0eCzDpe2JUcXQXakXz2hTSm GpvDSGHF5cl9AiuFxtArZGfoeINVdu3sYMBYiIvPyhiJmvZOkb2E5BXlTjiQrzFkH8 b9ZnHMLKHf4QeBiAWXy1HqKZ9I7NuNaWr5ZoCxh7oHkLsRvFlEsRZ1Wzfy7qILT2xm CjQi+eAGTOKqg== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <76f3bc23-8677-42bd-a3a5-43b17cbe552e@linaro.org> References: <20230913-gpll_cleanup-v2-0-c8ceb1a37680@quicinc.com> <20230913-gpll_cleanup-v2-1-c8ceb1a37680@quicinc.com> <76f3bc23-8677-42bd-a3a5-43b17cbe552e@linaro.org> Subject: Re: [PATCH v2 01/11] clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, stable@vger.kernel.org To: Andy Gross , Anusha Rao , Bjorn Andersson , Conor Dooley , Devi Priya , Gokul Sriram Palanisamy , Jassi Brar , Kathiravan Thirumoorthy , Konrad Dybcio , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Sricharan Ramabadhran , Varadarajan Narayanan Date: Wed, 18 Oct 2023 17:16:38 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Konrad Dybcio (2023-09-15 05:19:56) > On 14.09.2023 08:59, Kathiravan Thirumoorthy wrote: > > GPLL, NSS crypto PLL clock rates are fixed and shouldn't be scaled based > > on the request from dependent clocks. Doing so will result in the > > unexpected behaviour. So drop the CLK_SET_RATE_PARENT flag from the PLL > > clocks. > >=20 > > Cc: stable@vger.kernel.org > > Fixes: b8e7e519625f ("clk: qcom: ipq8074: add remaining PLL=E2=80=99s") > > Signed-off-by: Kathiravan Thirumoorthy > > --- > Stephen, do you think there should be some sort of error > or at least warning thrown when SET_RATE_PARENT is used with > RO ops? >=20 Sure? How would that be implemented?