]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
platform/x86: dell-ddv: Add hwmon support
authorArmin Wolf <W_Armin@gmx.de>
Thu, 9 Feb 2023 21:15:02 +0000 (22:15 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 13 Feb 2023 11:07:50 +0000 (12:07 +0100)
commit3b7eeff93d291299841f943a5e9b43bb160b3992
tree012b5281bbc67d8b7e2233a1a9b2296fe1df98d9
parente7210563432a6c6fa65a9c5c11ece2a0adbeeda2
platform/x86: dell-ddv: Add hwmon support

Thanks to bugreport 216655 on bugzilla triggered by the
dell-smm-hwmon driver, the contents of the sensor buffers
could be almost completely decoded.
Add an hwmon interface for exposing the fan and thermal
sensor values. Since the WMI interface can be quite slow
on some machines, the sensor buffers are cached for 1 second
to lessen the performance impact.
The debugfs interface remains in place to aid in reverse-engineering
of unknown sensor types and the thermal buffer.

Tested-by: AntonĂ­n Skala <skala.antonin@gmail.com>
Tested-by: Gustavo Walbon <gustavowalbon@gmail.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230209211503.2739-2-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/dell/Kconfig
drivers/platform/x86/dell/dell-wmi-ddv.c