Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp8840210ybl; Fri, 17 Jan 2020 02:00:02 -0800 (PST) X-Google-Smtp-Source: APXvYqzYXO8D454Y6FHxzl2FdPOZE9dJ8JpCwxf4xsnAXIyksu0o278Um9SmqoKx8qKOeEAfg/SG X-Received: by 2002:a05:6808:8f5:: with SMTP id d21mr2845819oic.58.1579255202545; Fri, 17 Jan 2020 02:00:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579255202; cv=none; d=google.com; s=arc-20160816; b=ynCz3nt71I7hWGKEzbD8Bs2e5hPqJr5Wntk3gQDOeiAOMNdZskAcWjMgznbAFJEIPq P+CT++ERJZ/Tmbb0xgijYYSQfdIlNhr2K+zOMxNubmwuI8dgRfKfFhrqxZCA4it5ooGX u/cCIecyLRjf+loFuWNjnYkTrKWh8VAJHFRZLRl3gEnfggWLZr7Zoee5K8fotvXwyEVX Xjx4vxYWdS5VXxN2WQSZ0JSXjAyESn+UwT8Xd+D8tEVgQZfuTh7tEv+Bz2Ykqz1Up6Gr +1AjUR6W9V5d+F77/STexVJTc+l5PnRJ6OhIiQh/l70hm5XtIQzsYkbqpfBPkSdq0iqB neLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=4ftqaPPcD1cmE64T5VCoFdgH3E83Di5ymyEDWs6ZbB8=; b=JZGOIj5LIdKqfCuoJsmEXSx7bAmHpPXQ1DXTX6OnRC9NOvuBWntvI/Rp9p6RXRIV/r ya79mXDJ+H7eu5E/I+I5rvH0jQ97qAVk2LISmkC9eAY6T3Sa0HbCMC7jmjqahV2Zz4aH VV6JcSEycUquguvhNjCupJIq+GmsPd9Gh4Ecxnxzk0SQNYURXEjXg5nENcE4OWJQy1iN wSqUSzWykj8e0YJKrlFvWwZOa23swNZluQj/tDIASLXFnPkDl46EaYLaTzLl2OJGy0UH 5EyKCz3t3JmFw6Unk7S3RQxRiVGAF91atJL3ySsxgUdOhB4A8AWsITPEKURDkzPlExip PNOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v6si3167882ote.41.2020.01.17.01.59.50; Fri, 17 Jan 2020 02:00:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729121AbgAQJ6i (ORCPT + 99 others); Fri, 17 Jan 2020 04:58:38 -0500 Received: from smtp1.savana.cz ([217.16.187.42]:17024 "EHLO icewarp.savana.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728901AbgAQJ6c (ORCPT ); Fri, 17 Jan 2020 04:58:32 -0500 X-Greylist: delayed 724 seconds by postgrey-1.27 at vger.kernel.org; Fri, 17 Jan 2020 04:58:31 EST Received: from [192.168.0.106] ([212.37.87.11]) by icewarp.savana.cz (IceWarp 11.2.1.1 RHEL6 x64) with ASMTP (SSL) id 202001171046263774; Fri, 17 Jan 2020 10:46:26 +0100 Subject: Re: [RFT PATCH 0/4] hwmon: k10temp driver improvements To: Guenter Roeck , linux-hwmon@vger.kernel.org Cc: Clemens Ladisch , Jean Delvare , linux-kernel@vger.kernel.org References: <20200116141800.9828-1-linux@roeck-us.net> From: =?UTF-8?Q?Ondrej_=c4=8cerman?= Message-ID: Date: Fri, 17 Jan 2020 10:46:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200116141800.9828-1-linux@roeck-us.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dňa 16. 1. 2020 o 15:17 Guenter Roeck napísal(a): > This patch series implements various improvements for the k10temp driver. > > Patch 1/4 introduces the use of bit operations. > > Patch 2/4 converts the driver to use the devm_hwmon_device_register_with_info > API. This not only simplifies the code and reduces its size, it also > makes the code easier to maintain and enhance. > > Patch 3/4 adds support for reporting Core Complex Die (CCD) temperatures > on Ryzen 3 (Zen2) CPUs. > > Patch 4/4 adds support for reporting core and SoC current and voltage > information on Ryzen CPUs. > > With all patches in place, output on Ryzen 3900 CPUs looks as follows > (with the system under load). > > k10temp-pci-00c3 > Adapter: PCI adapter > Vcore: +1.36 V > Vsoc: +1.18 V > Tdie: +86.8°C (high = +70.0°C) > Tctl: +86.8°C > Tccd1: +80.0°C > Tccd2: +81.8°C > Icore: +44.14 A > Isoc: +13.83 A > > The patch series has only been tested with Ryzen 3900 CPUs. Further test > coverage will be necessary before the changes can be applied to the Linux > kernel. > Hello everyone, I am the author of https://github.com/ocerman/zenpower/ . It is nice to see this merged. I just want to warn you that there have been reported issues with Threadripper CPUs to zenpower issue tracker. Also I think that no-one tested EPYC CPUs. Most of the stuff I was able to figure out by trial-and-error approach and unfortunately because I do not own any Threadripper CPU I was not able to test and fix reported problems. Ondrej.