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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 E15B9C00A89 for ; Thu, 5 Nov 2020 09:20:02 +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 4AC592071A for ; Thu, 5 Nov 2020 09:20:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KweTKSDX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4AC592071A 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-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=W63dkIFcx6Hk0/xYrK40HbqnkBfWfMtMX0nfcoHFpSU=; b=KweTKSDXtIK6Zuo4VKKafKLgq yUAOW11BejY7zu8JJeYFeVEDtk3z/aymeReCZ4GMKmeCZ2PVM5frAXD5GQSJ7nMlMIEi1Z3ZZOsuP e3kiJRgvfm2vIrUB7kSm8PXvkGwBBWgl/HK0mJs/+31l5am6m+D1XjIiljd826vckehQqhWUARmQI BnnqYxIbyB7Z5wjGeeXJSmLZGZkZKvv0uWC3iBTLVjk4yJUFxF5F5brpt8b5kmYtaglAAwedMmlcg e3IglNdw9FUiGN4O2dfyBcmDi1u7kTrlvyjeWPoX7zAZQ8BECi6b3JJcLIUYZYK/OrPkObKC93G4a 2tt/cLFcQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kabQ1-0001V3-0t; Thu, 05 Nov 2020 09:18:57 +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 1kabPx-0001RQ-J8 for linux-arm-kernel@lists.infradead.org; Thu, 05 Nov 2020 09:18: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 85A8214BF; Thu, 5 Nov 2020 01:18:37 -0800 (PST) Received: from e123083-lin (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B57C63F718; Thu, 5 Nov 2020 01:18:34 -0800 (PST) Date: Thu, 5 Nov 2020 10:18:25 +0100 From: Morten Rasmussen To: Lukasz Luba Subject: Re: [PATCH v4 1/4] PM / EM: Add a flag indicating units of power values in Energy Model Message-ID: <20201105091759.GA8237@e123083-lin> References: <20201103090600.29053-1-lukasz.luba@arm.com> <20201103090600.29053-2-lukasz.luba@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201103090600.29053-2-lukasz.luba@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201105_041853_704112_41484A1D X-CRM114-Status: GOOD ( 11.19 ) 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: dianders@chromium.org, devicetree@vger.kernel.org, nm@ti.com, amitk@kernel.org, rnayak@codeaurora.org, daniel.lezcano@linaro.org, linux-doc@vger.kernel.org, sboyd@kernel.org, viresh.kumar@linaro.org, mka@chromium.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, qperret@google.com, robh+dt@kernel.org, sudeep.holla@arm.com, rafael@kernel.org, corbet@lwn.net, Dietmar.Eggemann@arm.com, linux-arm-kernel@lists.infradead.org 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 Tue, Nov 03, 2020 at 09:05:57AM +0000, Lukasz Luba wrote: > @@ -79,7 +82,8 @@ struct em_data_callback { > struct em_perf_domain *em_cpu_get(int cpu); > struct em_perf_domain *em_pd_get(struct device *dev); > int em_dev_register_perf_domain(struct device *dev, unsigned int nr_states, > - struct em_data_callback *cb, cpumask_t *span); > + struct em_data_callback *cb, cpumask_t *spani, "spani" looks like a typo? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel