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 C48DAE7071E for ; Thu, 21 Sep 2023 11:17:54 +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=0TnzRI4d004V0LL4AhLSu3N8nhe51IWRrciHDzHezvc=; b=UC0SRTrAnnT3Fw g3WvSMSE4rxzL0D6DNSDZaFno27gE8N4rF7L1bcBYY+IUIm0Q5E+aGkIbhKQje5ti4f/BsybbwndS 7+4S+oVmq/YzyRWsLRvSqlYuiU4pmGCzjd+kNNkbxeBjTbJu1Vhzv+9JmTPb5WSh+yHggKyW2KYgV gB0VmWZtXSLDVlOcKlj3Dq+yfH9Ds4OHoiJJe+iVoc7YRlG2SeBnNI+9jJVR6bgY/X+I7OI5H7U5x 3bSMRF5zFClQ0A8Z0k4Rt2SACH3TfJwW9/Jv3UUekt7d2z2wL05/zyYeT12XJI4NQg80TsXcJ6l22 mGDm7m/RI1rKX74faMpQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjHgc-005tsU-1B; Thu, 21 Sep 2023 11:17:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjHgZ-005trU-1V for linux-arm-kernel@lists.infradead.org; Thu, 21 Sep 2023 11:17:33 +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 A229615DB; Thu, 21 Sep 2023 04:18:05 -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 B82123F5A1; Thu, 21 Sep 2023 04:17:26 -0700 (PDT) Date: Thu, 21 Sep 2023 12:17:24 +0100 From: Sudeep Holla To: Ulf Hansson , Viresh Kumar 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 Subject: Re: [PATCH v3 11/13] cpufreq: scmi: Add support to parse domain-id using #power-domain-cells Message-ID: <20230921111724.v3c7cl37hhydw44e@bogus> References: <20230825112633.236607-1-ulf.hansson@linaro.org> <20230825112633.236607-12-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230825112633.236607-12-ulf.hansson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230921_041731_583182_0E99E163 X-CRM114-Status: GOOD ( 12.83 ) 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 Hi Viresh, On Fri, Aug 25, 2023 at 01:26:31PM +0200, Ulf Hansson wrote: > The performance domain-id can be described in DT using the power-domains > property or the clock property. The latter is already supported, so let's > add support for the power-domains too. > > Signed-off-by: Ulf Hansson > --- > > Changes in v3: > - Move to get the power-domain index from power-domain-names. > Can you please provide you ack for all the scmi-cpufreq related changes in this series to take it via arm-soc tree ? -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel