]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (k10temp) Take out debugfs code
authorGuenter Roeck <linux@roeck-us.net>
Tue, 8 Sep 2020 17:13:45 +0000 (10:13 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Sep 2020 16:42:41 +0000 (09:42 -0700)
commit7fd6e6871ce92d29dabd8ed0ef832f616cc9cf96
tree5b2791361b4be6b7f725ab60e6cc1c9b51129642
parent50e5030a3ac7e4b00e57b816580fcffcedb9094d
hwmon: (k10temp) Take out debugfs code

The debugfs code was intended to aid figuring out functionality
of undocumented registers. Turns out that wasn't very helpful,
since register locations change too much between AMD chip revisions,
and the data isn't really valuable for chips where it isn't already
supported. On top of that, its existence has been used as argument
for providing pseudo-API debugfs functions in other drivers.
So let's just take it out.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/k10temp.c