diff options
author | Eugene Shalygin <eugene.shalygin@gmail.com> | 2022-07-20 09:20:16 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-09-19 15:17:05 +0200 |
commit | 1bce56b25a004b12b5d97b9b8452f451c8a76677 (patch) | |
tree | 6895bbcee3a0fdcc151d81590152f187a091baae /Documentation/hwmon/index.rst | |
parent | dt-bindings: hwmon: sparx5: use correct clock (diff) | |
download | linux-1bce56b25a004b12b5d97b9b8452f451c8a76677.tar.xz linux-1bce56b25a004b12b5d97b9b8452f451c8a76677.zip |
hwmon: (asus_wmi_ec_sensors) remove driver
This driver utilises a WMI interface found in AMD 500 series ASUS boards,
to read EC registers. But it turned out that ASUS abandoned the
interface, as it disappeared from Intel 600 series boards. Additionally,
the WMI interface was incredibly slow. Therefore this driver was deprecated
in favor of the asus_ec_sensors driver, which supports more boards, more
sensors, and is faster.
Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
Link: https://lore.kernel.org/r/20220720072016.102086-2-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/index.rst')
-rw-r--r-- | Documentation/hwmon/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index f7113b0f8b2a..98fa687b361e 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -44,7 +44,6 @@ Hardware Monitoring Kernel Drivers asc7621 aspeed-pwm-tacho asus_ec_sensors - asus_wmi_ec_sensors asus_wmi_sensors bcm54140 bel-pfe |