[PATCH 0/5] hwmon: (cros_ec) Add support for fan curves
Thomas Weißschuh <[email protected]>
| Newsgroups | dev.linux.lists.chrome-platform,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260529-cros_ec-hwmon-fan-curve-v1-0-da6792b3830f@weissschuh.net> |
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 <[email protected]> --- 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 <[email protected]>