[PATCH 0/5] hwmon: (cros_ec) Add support for fan curves

Thomas Weißschuh posted 5 patches 1 week, 2 days ago
Documentation/hwmon/cros_ec_hwmon.rst |   3 +
drivers/hwmon/cros_ec_hwmon.c         | 248 +++++++++++++++++++++++++++++++++-
2 files changed, 244 insertions(+), 7 deletions(-)
[PATCH 0/5] hwmon: (cros_ec) Add support for fan curves
Posted by Thomas Weißschuh 1 week, 2 days ago
Allow reading and writing the fan curves used by the embedded
controller.
Only allow the curves to be made more aggressive than the current ones.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (5):
      hwmon: (cros_ec) Implement custom kelvin to celsius conversions
      hwmon: (cros_ec) Prepare the addition of custom groups
      hwmon: (cros_ec) Split out cros_ec_hwmon_get_thermal_config()
      hwmon: (cros_ec) Add support for displaying fan curves
      hwmon: (cros_ec) Allow modification of fan curves

 Documentation/hwmon/cros_ec_hwmon.rst |   3 +
 drivers/hwmon/cros_ec_hwmon.c         | 248 +++++++++++++++++++++++++++++++++-
 2 files changed, 244 insertions(+), 7 deletions(-)
---
base-commit: 18825a69b1bf72ac6e80c6f45f59cac52745927d
change-id: 20260521-cros_ec-hwmon-fan-curve-28530ab3a51e

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>