Re: [PATCH 1/2] hwmon: (k10temp) Create common functions and macros for Zen CPU families

2020-08-27 Thread Guenter Roeck
On Thu, Aug 27, 2020 at 12:42:41AM -0500, Wei Huang wrote: > Many SMN thermal registers in Zen CPU families are common across different > generations. For long-term code maintenance, it is better to rename these > macro and function names to Zen. > > Signed-off-by: Wei Huang Applied. Thanks,

[PATCH 1/2] hwmon: (k10temp) Create common functions and macros for Zen CPU families

2020-08-26 Thread Wei Huang
Many SMN thermal registers in Zen CPU families are common across different generations. For long-term code maintenance, it is better to rename these macro and function names to Zen. Signed-off-by: Wei Huang --- drivers/hwmon/k10temp.c | 56 + 1 file