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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 3D169C04AB7 for ; Tue, 14 May 2019 10:38:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1968E20879 for ; Tue, 14 May 2019 10:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726360AbfENKiO (ORCPT ); Tue, 14 May 2019 06:38:14 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:53792 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbfENKiN (ORCPT ); Tue, 14 May 2019 06:38:13 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1A172374; Tue, 14 May 2019 03:38:13 -0700 (PDT) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B61CD3F703; Tue, 14 May 2019 03:38:11 -0700 (PDT) Date: Tue, 14 May 2019 11:38:02 +0100 From: Sudeep Holla To: Florian Fainelli Cc: Guenter Roeck , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Jean Delvare , linux-arm-kernel@lists.infradead.org, "open list:HARDWARE MONITORING" Subject: Re: [PATCH v5 2/2] hwmon: scmi: Scale values to target desired HWMON units Message-ID: <20190514103802.GA21306@e107155-lin> References: <20190508184635.5054-1-f.fainelli@gmail.com> <20190508184635.5054-3-f.fainelli@gmail.com> <20190508211017.GA29998@roeck-us.net> <1212a00f-76f8-8f21-d19a-a5681c3668a0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1212a00f-76f8-8f21-d19a-a5681c3668a0@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 13, 2019 at 11:10:28AM -0700, Florian Fainelli wrote: > On 5/8/19 2:10 PM, Guenter Roeck wrote: > > On Wed, May 08, 2019 at 11:46:35AM -0700, Florian Fainelli wrote: > >> If the SCMI firmware implementation is reporting values in a scale that > >> is different from the HWMON units, we need to scale up or down the value > >> according to how far appart they are. > >> > >> Signed-off-by: Florian Fainelli > > > > Reviewed-by: Guenter Roeck > > > > Question is which tree this series should go through. I am fine with arm. > > Fine with me as well, Sudeep are you picking up these patches or should > they go through HWMON and Guenter? Sure I can pick and send it to arm-soc for v5.3 -- Regards, Sudeep