hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUs
authorGuenter Roeck <linux@roeck-us.net>
Mon, 14 Dec 2020 18:26:22 +0000 (10:26 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 22 Dec 2020 16:18:36 +0000 (08:18 -0800)
commit0a4e668b5d52eed8026f5d717196b02b55fb2dc6
tree1659e67182669c271af2c38a2428adc3de900589
parent8653b778e454a7708847aeafe689bce07aeeb94e
hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUs

Voltages and current are reported by Zen CPUs. However, the means
to do so is undocumented, changes from CPU to CPU, and the raw data
is not calibrated. Calibration information is available, but again
not documented. This results in less than perfect user experience,
up to concerns that loading the driver might possibly damage
the hardware (by reporting out-of range voltages). Effectively
support for reporting voltages and current is not maintainable.
Drop it.

Cc: Artem S. Tashkinov <aros@gmx.com>
Cc: Wei Huang <wei.huang2@amd.com>
Tested-by: Wei Huang <wei.huang2@amd.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/k10temp.c