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 3F956CD80C2 for ; Tue, 10 Oct 2023 12:48:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231881AbjJJMsp (ORCPT ); Tue, 10 Oct 2023 08:48:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231927AbjJJMsp (ORCPT ); Tue, 10 Oct 2023 08:48:45 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D8FA5C4 for ; Tue, 10 Oct 2023 05:48:43 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5FF1AC15; Tue, 10 Oct 2023 05:49:24 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 03A453F762; Tue, 10 Oct 2023 05:48:42 -0700 (PDT) Date: Tue, 10 Oct 2023 13:48:40 +0100 From: Sudeep Holla To: Ulf Hansson Cc: Peng Fan , "cristian.marussi@arm.com" , "linux-pm@vger.kernel.org" Subject: Re: Question regarding scmi_perf_domain.c Message-ID: <20231010124840.ztzsu5swqd2ez377@bogus> References: <20231010105503.jwrmjahuvcjgwtk5@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Oct 10, 2023 at 01:02:01PM +0200, Ulf Hansson wrote: > On Tue, 10 Oct 2023 at 12:55, Sudeep Holla wrote: > > > > On Tue, Oct 10, 2023 at 10:30:17AM +0000, Peng Fan wrote: > > > Hi Ulf, > > > > > > I just see you wrote scmi_perf_domain.c, just wonder this driver is only > > > for devices, not support arm cores, right? > > > > > > For ARM cores, we still need scmi_cpufreq.c for performance settings, > > > right? > > > > Sorry if I wasn't clear. The reason I mentioned it in private is that > > we now support the power domain bindings in the scmi-cpufreq.c as you > > were little bit nervous to use the clock bindings(though they work just > > fine, I understand the possible confusion with the clock protocol). > > Right, good point! > > I think we discussed earlier whether we should deprecate the use of > the clock bindings. Maybe that's a good idea, to indicate that we > prefer the power-domain bindings when going forward? Yes we could do that. I prefer to have some example in the actual DTS files before we can think of deprecating it. I need to get around, test and push the change to switch from clock to power domain bindings on Juno for example. -- Regards, Sudeep