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 8DCCBE7106C for ; Thu, 21 Sep 2023 13:36:28 +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=BhW0qfilHClfbVBJSGiJl0ISwr7C1lwq4JeaL5zn+EM=; b=SIsGsumj/FCUTg TTTcl/BDo5Np1R9Z4kLHHHjJzz7W1jk+KXCp2xKe/PqNTPcOQNhMuM64vgN4CtI3uVc7dHQux7kIV BsTEnjOep0EfaKuOdYeq+jDeSjh+9vhkTOMI21tqsD7TLbigxxwxMQsUatbfEUkn+haaC7awnOCZP uJ6tjT9ouFyn6/L+yR2y17oS2hvgC1gRXZj31GVcpgXQQpEr/bdprqvGopJ77+6EuoCkV7NhhbMAd Ksy8GF3zUO41CjvsI/pLzsQ+Htj0xt+3Dnn0qGlRujtslCW6YsUm6IRD0+EN5G1dxjc5N/BBHksBq P2hHo40VVHY0vqKq1YfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjJqU-00693u-2Y; Thu, 21 Sep 2023 13:35:54 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjJqS-00692r-15 for linux-arm-kernel@lists.infradead.org; Thu, 21 Sep 2023 13:35:54 +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 35FE01692; Thu, 21 Sep 2023 06:36:26 -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 1A5313F5A1; Thu, 21 Sep 2023 06:35:47 -0700 (PDT) Date: Thu, 21 Sep 2023 14:35:44 +0100 From: Sudeep Holla To: Ulf Hansson Cc: Cristian Marussi , 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, Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Lorenzo Pieralisi Subject: Re: [PATCH v3 08/13] dt-bindings: arm: cpus: Add a power-domain-name for a performance-domain Message-ID: <20230921133544.sxzpo3xyrttnrtzt@bogus> References: <20230825112633.236607-1-ulf.hansson@linaro.org> <20230825112633.236607-9-ulf.hansson@linaro.org> <20230921111110.tbffr5sik3ycw7gf@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230921_063552_487047_BD80785F X-CRM114-Status: GOOD ( 19.66 ) 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 Thu, Sep 21, 2023 at 03:22:54PM +0200, Ulf Hansson wrote: > On Thu, 21 Sept 2023 at 13:11, Sudeep Holla wrote: > > > > On Fri, Aug 25, 2023 at 01:26:28PM +0200, Ulf Hansson wrote: > > > When an CPU's performance domain is managed through the SCMI firmware, > > > let's enable us describe this as a consumer of a power-domain provider, > > > which is the de-facto standard to use for performance domains. In this > > > case, let's specify a corresponding power-domain-name, to point out the > > > corresponding index for it. > > > > > > Cc: Rob Herring > > > Cc: Krzysztof Kozlowski > > > Cc: Conor Dooley > > > Cc: devicetree@vger.kernel.org > > > Cc: Lorenzo Pieralisi > > > Signed-off-by: Ulf Hansson > > > --- > > > > > > Changes in v3: > > > - New patch. > > > > This patch and 10/13 are quite generic. I am happy to take it as part of > > this series but just thought of checking again if that is what you prefer ? > > Yes please, go ahead and pick this up through your scmi tree. > Thanks, I just need Viresh's ack for cpufreq changes, we are otherwise all set with the series. I will pull once I have his ack. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel