mbox series

[v4,0/1] platform/x86: asus-wmi: add support for vivobook fan profiles

Message ID 20240609144849.2532-1-mohamed.ghanmi@supcom.tn (mailing list archive)
Headers show
Series platform/x86: asus-wmi: add support for vivobook fan profiles | expand

Message

Mohamed Ghanmi June 9, 2024, 2:48 p.m. UTC
Add support for vivobook fan profiles wmi call on the ASUS VIVOBOOK
to adjust power limits.

These fan profiles have a different device id than the ROG series
and different order. This reorders the existing modes.

As part of keeping the patch clean the throttle_thermal_policy_available
boolean stored in the driver struct is removed and
throttle_thermal_policy_dev is used in place (as on init it is zeroed).

Changelog:
- V1
  - fixes grammar in description
  - reorders macros
  - adds throttle_thermal_policy_max_mode() helper function
- V2
  - removes unnecessary braces in throttle_thermal_policy_max_mode()
- V3
  - fixes a use before declaration compilation error caused by reordering of local
    variables in throttle_thermal_policy_store() function
- V4
  - removes the fullspeed mode
  - moves the remapping from throttle thermal policy to Platform profiles

 drivers/platform/x86/asus-wmi.c            | 125 ++++++++++++---------
 include/linux/platform_data/x86/asus-wmi.h |   1 +
 2 files changed, 76 insertions(+), 50 deletions(-)