Re: [RFC PATCH] hwmon/k10temp: Add Hygon Dhyana support

2018-12-08 Thread Pu Wen
On 2018/12/8 23:56, Guenter Roeck wrote: > On Sat, Dec 08, 2018 at 02:33:28PM +0800, Pu Wen wrote: >> Add support for Hygon Dhyana family 18h processor for k10temp to get the >> temperature. As Hygon Dhyana shares the same function interface with AMD >> family 17h, so add Hygon PCI Vendor ID and

Re: [RFC PATCH] hwmon/k10temp: Add Hygon Dhyana support

2018-12-08 Thread Guenter Roeck
On Sat, Dec 08, 2018 at 02:33:28PM +0800, Pu Wen wrote: > Add support for Hygon Dhyana family 18h processor for k10temp to get the > temperature. As Hygon Dhyana shares the same function interface with AMD > family 17h, so add Hygon PCI Vendor ID and reuse the code path of AMD. > > Signed-off-by:

Re: [RFC PATCH] hwmon/k10temp: Add Hygon Dhyana support

2018-12-08 Thread Borislav Petkov
On Sat, Dec 08, 2018 at 02:33:28PM +0800, Pu Wen wrote: > Add support for Hygon Dhyana family 18h processor for k10temp to get the > temperature. As Hygon Dhyana shares the same function interface with AMD > family 17h, so add Hygon PCI Vendor ID and reuse the code path of AMD. > > Signed-off-by:

[RFC PATCH] hwmon/k10temp: Add Hygon Dhyana support

2018-12-07 Thread Pu Wen
Add support for Hygon Dhyana family 18h processor for k10temp to get the temperature. As Hygon Dhyana shares the same function interface with AMD family 17h, so add Hygon PCI Vendor ID and reuse the code path of AMD. Signed-off-by: Pu Wen --- drivers/hwmon/k10temp.c | 3 ++- 1 file changed, 2