Re: [PATCH 1/1] hwmon: (k10temp) Add support for Zen3 CPUs

2020-09-15 Thread Guenter Roeck
On Mon, Sep 14, 2020 at 03:07:15PM -0500, Wei Huang wrote: > Zen3 thermal info is supported via a new PCI device ID. Also the voltage > telemetry registers and the current factors need to be defined. k10temp > driver then searches for CPU family 0x19 and configures k10temp_data > accordingly. > >

[PATCH 1/1] hwmon: (k10temp) Add support for Zen3 CPUs

2020-09-14 Thread Wei Huang
Zen3 thermal info is supported via a new PCI device ID. Also the voltage telemetry registers and the current factors need to be defined. k10temp driver then searches for CPU family 0x19 and configures k10temp_data accordingly. Signed-off-by: Wei Huang --- drivers/hwmon/k10temp.c | 24