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 DACE5E7544F for ; Tue, 3 Oct 2023 11:26:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231548AbjJCL04 (ORCPT ); Tue, 3 Oct 2023 07:26:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231337AbjJCL0z (ORCPT ); Tue, 3 Oct 2023 07:26:55 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B79B09B; Tue, 3 Oct 2023 04:26:51 -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 EE1BFC15; Tue, 3 Oct 2023 04:27:29 -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 B6C863F762; Tue, 3 Oct 2023 04:26:49 -0700 (PDT) Date: Tue, 3 Oct 2023 12:26:47 +0100 From: Sudeep Holla To: Viresh Kumar Cc: Ulf Hansson , Viresh Kumar , Sudeep Holla , Cristian Marussi , "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: <20231003112647.bbqwnre5bzijw5sg@bogus> References: <20230925131715.138411-1-ulf.hansson@linaro.org> <20230925131715.138411-10-ulf.hansson@linaro.org> <20230929162522.zjoh5d2tqspzm3nc@bogus> <20231003082133.xyu46szs3jfm6fks@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231003082133.xyu46szs3jfm6fks@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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. -- Regards, Sudeep