Re: [PATCH v4] platform/x86: hp-wmi: Add dual-channel PWM fan control
From: Ilpo Järvinen
Date: Thu Jul 09 2026 - 09:40:09 EST
On Tue, 07 Jul 2026 23:37:40 +0300, Kürşat Abaylı wrote:
> Currently, manual fan control on supported HP models uses a single
> PWM value for both CPU and GPU fans, linking their speeds via a hardcoded
> gpu_delta offset. This prevents userspace tools from managing the thermal
> profiles of the CPU and GPU independently.
>
> Refactor the hwmon implementation to support independent dual-channel
> PWM control:
> - Split the single 'pwm' state into 'cpu_pwm' and 'gpu_pwm'.
> - Expose a second PWM channel ('pwm2') to userspace via hwmon_channel_info.
> - Remove the gpu_delta mechanism entirely.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
FYI [if applicable to your patch], as per Linus' policy change, also
fixes are mostly routed through for-next unless the fix is for a
commit introduced in the most recent cycle or is clearly a regression
fix.
The list of commits applied:
[1/1] platform/x86: hp-wmi: Add dual-channel PWM fan control
commit: d61548da368a5622e793669fb1cb85972f67469d
--
i.