From: Jacky Hu <hengqing.hu@gmail.com>
To: linux-hwmon@vger.kernel.org
Cc: linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org,
tony.luck@intel.com, x86@kernel.org, yazen.ghannam@amd.com,
bp@alien8.de, linux@roeck-us.net, clemens@ladisch.de,
Jacky Hu <hengqing.hu@gmail.com>
Subject: [PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe
Date: Wed, 17 Jun 2020 09:32:55 +0800 [thread overview]
Message-ID: <20200617013255.391975-1-hengqing.hu@gmail.com> (raw)
In-Reply-To: <20200616180940.GN13515@zn.tnic>
With this patch applied, output from 4800H (idle) looks as follows:
k10temp-pci-00c3
Adapter: PCI adapter
Vcore: 1.55 V
Vsoc: 1.55 V
Tctl: +49.6°C
Tdie: +49.6°C
Icore: 0.00 A
Isoc: 0.00 A
Signed-off-by: Jacky Hu <hengqing.hu@gmail.com>
---
drivers/hwmon/k10temp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hwmon/k10temp.c b/drivers/hwmon/k10temp.c
index 8f12995ec133..287e9cf2aab9 100644
--- a/drivers/hwmon/k10temp.c
+++ b/drivers/hwmon/k10temp.c
@@ -583,6 +583,7 @@ static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id)
k10temp_get_ccd_support(pdev, data, 4);
break;
case 0x31: /* Zen2 Threadripper */
+ case 0x60: /* Zen2 APU */
case 0x71: /* Zen2 */
data->show_current = !is_threadripper() && !is_epyc();
data->cfactor[0] = CFACTOR_ICORE;
--
2.27.0
next parent reply other threads:[~2020-06-17 1:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200616180940.GN13515@zn.tnic>
2020-06-17 1:32 ` Jacky Hu [this message]
2020-06-17 3:40 ` [PATCH] hwmon: (k10temp) Add AMD family 17h model 60h probe Guenter Roeck
2020-06-17 7:19 ` Jacky Hu
2020-06-17 14:33 ` Guenter Roeck
2020-06-17 14:55 ` Jacky Hu
2020-06-17 14:54 ` Alexander Monakov
2020-06-17 15:07 ` Jacky Hu
2020-06-17 15:22 ` Borislav Petkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200617013255.391975-1-hengqing.hu@gmail.com \
--to=hengqing.hu@gmail.com \
--cc=bp@alien8.de \
--cc=clemens@ladisch.de \
--cc=linux-edac@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=tony.luck@intel.com \
--cc=x86@kernel.org \
--cc=yazen.ghannam@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox