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 B2150E92716 for ; Thu, 5 Oct 2023 15:50:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234244AbjJEPuJ (ORCPT ); Thu, 5 Oct 2023 11:50:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234060AbjJEPtJ (ORCPT ); Thu, 5 Oct 2023 11:49:09 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A2FE6A39F; Thu, 5 Oct 2023 08:08:24 -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 20D53C15; Thu, 5 Oct 2023 08:09:03 -0700 (PDT) Received: from bogus (unknown [10.57.93.106]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A4563F5A1; Thu, 5 Oct 2023 08:08:21 -0700 (PDT) Date: Thu, 5 Oct 2023 16:06:49 +0100 From: Sudeep Holla To: Viresh Kumar Cc: Ulf Hansson , Viresh Kumar , Cristian Marussi , Sudeep Holla , "Rafael J . Wysocki" , Nishanth Menon , Stephen Boyd , Nikunj Kela , Prasad Sodagudi , Alexandre Torgue , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 9/9] firmware: arm_scmi: Add generic OPP support to the SCMI performance domain Message-ID: <20231005150649.p6viyorcucq2irsi@bogus> References: <20230925131715.138411-1-ulf.hansson@linaro.org> <20230925131715.138411-10-ulf.hansson@linaro.org> <20230929162522.zjoh5d2tqspzm3nc@bogus> <20231003082133.xyu46szs3jfm6fks@vireshk-i7> <20231003112647.bbqwnre5bzijw5sg@bogus> <20231004050806.sba3ogq76yiylrro@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231004050806.sba3ogq76yiylrro@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Wed, Oct 04, 2023 at 10:38:06AM +0530, Viresh Kumar wrote: > On 03-10-23, 12:26, Sudeep Holla wrote: > > On Tue, Oct 03, 2023 at 01:51:33PM +0530, Viresh Kumar wrote: > > > On 29-09-23, 17:25, Sudeep Holla wrote: > > > > On Mon, Sep 25, 2023 at 03:17:15PM +0200, Ulf Hansson wrote: > > > > > To allow a consumer driver to use the OPP library to scale the performance > > > > > for its device, let's dynamically add the OPP table when the device gets > > > > > attached to its SCMI performance domain. > > > > > > > > > > > > > The SCMI changes(patches 7-9) look fine to me. Rafael was fine with genpd > > > > changes, Viresh if you are OK with OPP changes I can take it via SCMI as > > > > there are some dependent patches as Ulf has pointed out in the cover letter. > > > > > > I would like to take OPP patches via my tree as there are some changes in my > > > tree and I plan to add some more changes on top of this. I can give an immutable > > > branch though. > > > > > > > Works for me. Please do share it once you have it ready. > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/pm-domain-scmi > Thanks, I wasn't expecting these patches in the branch, but if you are aware off and are fine with it, I have no objections. dt-bindings: opp: opp-v2-kryo-cpu: Allow opp-peak-kBps OPP: debugfs: Fix warning with W=1 builds OPP: Remove doc style comments for internal routines OPP: Add dev_pm_opp_find_level_floor() -- Regards, Sudeep