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 X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F4047C5519F for ; Wed, 25 Nov 2020 09:18:58 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7819F206F7 for ; Wed, 25 Nov 2020 09:18:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LVimI9XX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7819F206F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sxBuHRYtiJ67lZGPiYs/FvmsQ6IY6bsLy2wzvjrbkpo=; b=LVimI9XX1bZwYMNTLyVevkxk3 jeNa7fcyaSZFZN9MUudCyHS09QdSaMOlS4mZJI6ZmTi4LDCw1+4/CfFTX7ZN1/i9DfIMwE+9Kz+Rg 39v+HNmO59KwG1lcLiUIW2EIsiXhVrgIq4VPgVeLmXDDbWCYqJR0lfsmVs8/qzPwxekke+p7mWVdM NNOhQFjG90OFQF7H+RrHBVLVTeexE3E6MZGN3bcROSoAYPzxSAUr67Du1ehX9y/fFBwYbAPcp8M6N nPaIsmNa8sUOhwCJihR93te/UJoucU2J/goxCV9tXxFgIVJ1n59ruzQ6b4ljOszglW8eWKNV1tIIY hWNTdUDww==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khqwS-0007yS-L3; Wed, 25 Nov 2020 09:18:24 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khqwQ-0007xr-Fd for linux-arm-kernel@lists.infradead.org; Wed, 25 Nov 2020 09:18:23 +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 31ABE106F; Wed, 25 Nov 2020 01:18:15 -0800 (PST) Received: from [10.57.27.121] (unknown [10.57.27.121]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 455D73F70D; Wed, 25 Nov 2020 01:18:13 -0800 (PST) Subject: Re: [PATCH 1/2] firmware: arm_scmi: Add power_scale_mw_get() interface To: Sudeep Holla References: <20201124104346.27167-1-lukasz.luba@arm.com> <20201124104346.27167-2-lukasz.luba@arm.com> <20201124165624.glxnmlxavq4bhppm@bogus> From: Lukasz Luba Message-ID: <2a8a4fd0-dfb7-69a2-5bae-7b5c0d2a1e3e@arm.com> Date: Wed, 25 Nov 2020 09:18:11 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20201124165624.glxnmlxavq4bhppm@bogus> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201125_041822_588084_1D4B6A4F X-CRM114-Status: GOOD ( 14.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pm@vger.kernel.org, viresh.kumar@linaro.org, rafael@kernel.org, linux-kernel@vger.kernel.org, Dietmar.Eggemann@arm.com, linux-arm-kernel@lists.infradead.org, morten.rasmussen@arm.com, cristian.marussi@arm.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11/24/20 4:56 PM, Sudeep Holla wrote: > On Tue, Nov 24, 2020 at 10:43:45AM +0000, Lukasz Luba wrote: >> Add a new interface to the existing perf_ops and export the information >> about the power values scale. >> >> This would be used by the cpufreq driver and Energy Model framework to >> set the performance domains scale: milli-Watts or abstract scale. >> > > Looks good to me. I saw this after I sent pull request this afternoon. > In case you want to take it via PM tree: > > Acked-by: Sudeep Holla > Thank you Sudeep! Regards, Lukasz _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel