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 AEEAFC433EF for ; Thu, 23 Jun 2022 07:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229766AbiFWHuS (ORCPT ); Thu, 23 Jun 2022 03:50:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbiFWHuR (ORCPT ); Thu, 23 Jun 2022 03:50:17 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A0D15BDD; Thu, 23 Jun 2022 00:50:15 -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 7FAD612FC; Thu, 23 Jun 2022 00:50:15 -0700 (PDT) Received: from [192.168.33.6] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E0FFB3F792; Thu, 23 Jun 2022 00:50:12 -0700 (PDT) Message-ID: Date: Thu, 23 Jun 2022 08:50:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH 3/4] firmware: arm_scmi: Get detailed power scale from perf Content-Language: en-US To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, daniel.lezcano@linaro.org, amitk@kernel.org, rui.zhang@intel.com, viresh.kumar@linaro.org, rafael@kernel.org, dietmar.eggemann@arm.com, nm@ti.com, sboyd@kernel.org, cristian.marussi@arm.com, matthias.bgg@gmail.com, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org References: <20220622145802.13032-1-lukasz.luba@arm.com> <20220622145802.13032-4-lukasz.luba@arm.com> <20220622155322.g2idz2623nxi6mu3@bogus> From: Lukasz Luba In-Reply-To: <20220622155322.g2idz2623nxi6mu3@bogus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 6/22/22 16:53, Sudeep Holla wrote: > On Wed, Jun 22, 2022 at 03:58:01PM +0100, Lukasz Luba wrote: >> In SCMI v3.1 the power scale can be in micro-Watts. The upper layers, e.g. >> cpufreq and EM should handle received power values properly (upscale when >> needed). Thus, provide an interface which allows to check what is the >> scale for power values. The old interface allowed to distinguish between >> bogo-Watts and milli-Watts only (which was good for older SCMI spec). >> > > Assuming you will take this as a series, > > Acked-by: Sudeep Holla > Thanks Sudeep for the ACKs! Regards, Lukasz