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 330DCC433EF for ; Wed, 6 Jul 2022 09:10:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232756AbiGFJKL (ORCPT ); Wed, 6 Jul 2022 05:10:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233057AbiGFJJ5 (ORCPT ); Wed, 6 Jul 2022 05:09:57 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A23E12717B; Wed, 6 Jul 2022 02:06:35 -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 6A0FE15A1; Wed, 6 Jul 2022 02:06:35 -0700 (PDT) Received: from [10.57.9.19] (unknown [10.57.9.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6EFA43F66F; Wed, 6 Jul 2022 02:06:31 -0700 (PDT) Message-ID: <51b98350-0278-8e5d-90f9-3996e378a4a9@arm.com> Date: Wed, 6 Jul 2022 10:06:29 +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 2/4] Documentation: EM: Switch to micro-Watts scale Content-Language: en-US To: Daniel Lezcano Cc: amitk@kernel.org, rui.zhang@intel.com, viresh.kumar@linaro.org, rafael@kernel.org, dietmar.eggemann@arm.com, nm@ti.com, sboyd@kernel.org, sudeep.holla@arm.com, cristian.marussi@arm.com, matthias.bgg@gmail.com, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org References: <20220622145802.13032-1-lukasz.luba@arm.com> <20220622145802.13032-3-lukasz.luba@arm.com> From: Lukasz Luba In-Reply-To: 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 7/5/22 10:10, Daniel Lezcano wrote: > On 22/06/2022 16:58, Lukasz Luba wrote: >> The EM now uses the micro-Watts scale for the power values. Update >> related documentation to reflect that fact. >> >> Fix also a problematic sentence in the doc "to:" which triggers test >> scripts complaining about wrong email address. >> >> Signed-off-by: Lukasz Luba > > Reviewed-by: Daniel Lezcano > Thanks for the reviews!