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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 88F50E70719 for ; Thu, 21 Sep 2023 11:20:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Tov8lTaFHV/AC2o2hMzhzWHxoiqp8daj0Xg5VIaHX9o=; b=dHDFW2LUniW7Qk AyQ/hEbKeCDd7Yzie0wYPLf4vIWutQ9N8MRLbTp4oFHMO7l+AEnx6GCYDePs6q8IDrcKGbhOIXyK+ 0IIO3kSw63QU8NH1mlwy8vjgiIPCrx+HIhpV0kAezTCNJ7xsKytDZVvhSIfu3EAs4OG5t6qa4gyn0 4xMaUxP3fQd6okpbQObw0RIjJVJ1z/ILfBvOFTyL8ThMkAhQd66XiOKJ4R2BVYp6NhExpBlgag9XK Zn4Jjs3sTQe0Ulv1MTy/o2FZRDjvWyklSPfjayNm5GHy5uDivfdXTb/JyMykzwcSiNGU70QX+TI/e PRoO15AlAKj/JsnZzJmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjHjU-005uIt-0h; Thu, 21 Sep 2023 11:20:32 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjHjQ-005uHb-2f for linux-arm-kernel@lists.infradead.org; Thu, 21 Sep 2023 11:20:30 +0000 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 B22F81650; Thu, 21 Sep 2023 04:21:01 -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 7FA2D3F5A1; Thu, 21 Sep 2023 04:20:22 -0700 (PDT) Date: Thu, 21 Sep 2023 12:20:19 +0100 From: Sudeep Holla To: Ulf Hansson Cc: Cristian Marussi , Sudeep Holla , Viresh Kumar , 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 v3 12/13] PM: domains: Allow genpd providers to manage OPP tables directly by its FW Message-ID: <20230921112019.gftlr5ys3yw2nwgw@bogus> References: <20230825112633.236607-1-ulf.hansson@linaro.org> <20230825112633.236607-13-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230825112633.236607-13-ulf.hansson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230921_042028_935581_CF4E3B03 X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Aug 25, 2023 at 01:26:32PM +0200, Ulf Hansson wrote: > In some cases the OPP tables aren't specified in device tree, but rather > encoded in the FW. To allow a genpd provider to specify them dynamically > instead, let's add a new genpd flag, GENPD_FLAG_OPP_TABLE_FW. > > Signed-off-by: Ulf Hansson > --- > > Changes in v3: > - None. > Just checking if I need Rafael's ack here or that is OK as you are co-maintainer ? Again asking explicitly to ensure arm-soc is happy when I send PR. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel