platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] asus-wmi: TUF Fan extra (GPU)
@ 2022-08-13  9:36 Luke D. Jones
  2022-08-13  9:36 ` [PATCH v2 1/2] asus-wmi: Modify behaviour of Fn+F5 fan key Luke D. Jones
  2022-08-13  9:36 ` [PATCH v2 2/2] asus-wmi: Support the GPU fan on TUF laptops Luke D. Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Luke D. Jones @ 2022-08-13  9:36 UTC (permalink / raw)
  To: hdegoede; +Cc: markgross, platform-driver-x86, linux-kernel, Luke D. Jones

Adds support to "boost" the second fan, typically GPU.
Also tries both fan boost and throttle policy on fn+f5 as
some laptops have one, or both but with an ampty body plus
valid return for one.

Changelog:
- Edit commit mesages
- Edit comments
- use sysfs_emit()

Luke D. Jones (2):
  asus-wmi: Modify behaviour of Fn+F5 fan key
  asus-wmi: Support the GPU fan on TUF laptops

 drivers/platform/x86/asus-nb-wmi.c         |  1 +
 drivers/platform/x86/asus-wmi.c            | 82 ++++++++++++++++++++--
 include/linux/platform_data/x86/asus-wmi.h |  1 +
 3 files changed, 78 insertions(+), 6 deletions(-)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH v2 0/2] asus-wmi: Modify fn+f5 and support GPU fan
@ 2022-08-26  0:42 Luke D. Jones
  2022-08-26  0:42 ` [PATCH v2 2/2] asus-wmi: Support the GPU fan on TUF laptops Luke D. Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Luke D. Jones @ 2022-08-26  0:42 UTC (permalink / raw)
  To: hdegoede; +Cc: markgross, platform-driver-x86, linux-kernel, Luke D. Jones

Some TUF laptops have both fan_boost and thermal_throttle, and some in that
group may not actually have an effect on one or the other - this patch series
adjusts behaviour to try both. There doesn't appear to be any consistency
to check for so far.

Some laptops can also control the GPU fan between auto and boost.

Changelog:
- V2
+ Rebase on review-hans

Luke D. Jones (2):
  asus-wmi: Modify behaviour of Fn+F5 fan key
  asus-wmi: Support the GPU fan on TUF laptops

 drivers/platform/x86/asus-nb-wmi.c         |  1 +
 drivers/platform/x86/asus-wmi.c            | 82 ++++++++++++++++++++--
 include/linux/platform_data/x86/asus-wmi.h |  1 +
 3 files changed, 78 insertions(+), 6 deletions(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-26  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13  9:36 [PATCH v2 0/2] asus-wmi: TUF Fan extra (GPU) Luke D. Jones
2022-08-13  9:36 ` [PATCH v2 1/2] asus-wmi: Modify behaviour of Fn+F5 fan key Luke D. Jones
2022-08-13  9:36 ` [PATCH v2 2/2] asus-wmi: Support the GPU fan on TUF laptops Luke D. Jones
2022-08-26  0:42 [PATCH v2 0/2] asus-wmi: Modify fn+f5 and support GPU fan Luke D. Jones
2022-08-26  0:42 ` [PATCH v2 2/2] asus-wmi: Support the GPU fan on TUF laptops Luke D. Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).