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 BF8FAE728C9 for ; Fri, 29 Sep 2023 16:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233301AbjI2QZa (ORCPT ); Fri, 29 Sep 2023 12:25:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232878AbjI2QZ3 (ORCPT ); Fri, 29 Sep 2023 12:25:29 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9CE91199; Fri, 29 Sep 2023 09:25:26 -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 BB7C81FB; Fri, 29 Sep 2023 09:26:04 -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 CD52C3F59C; Fri, 29 Sep 2023 09:25:24 -0700 (PDT) Date: Fri, 29 Sep 2023 17:25:22 +0100 From: Sudeep Holla To: Ulf Hansson , Viresh Kumar Cc: 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: <20230929162522.zjoh5d2tqspzm3nc@bogus> References: <20230925131715.138411-1-ulf.hansson@linaro.org> <20230925131715.138411-10-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230925131715.138411-10-ulf.hansson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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. -- Regards, Sudeep