public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for Acer Predator PHN16-71
@ 2023-11-23 15:22 SungHwan Jung
  2023-11-23 15:22 ` [PATCH v3 1/2] platform/x86: acer-wmi: Add platform profile and mode key support for " SungHwan Jung
  2023-11-23 15:22 ` [PATCH v3 2/2] platform/x86: acer-wmi: add fan speed monitoring " SungHwan Jung
  0 siblings, 2 replies; 5+ messages in thread
From: SungHwan Jung @ 2023-11-23 15:22 UTC (permalink / raw)
  To: Hans de Goede, Ilpo Järvinen, Lee, Chun-Yi, Jean Delvare,
	Guenter Roeck
  Cc: SungHwan Jung, platform-driver-x86, linux-kernel, linux-hwmon

This series of patches adds support for Acer Predator PHN16-71 in acer-wmi
including platform profile, (thermal) mode key and fan speed monitoring.

The acer-wmi driver already includes fan control and turbo mode support
for gaming laptops that use predator sense app (version 3), but PHN16-71
operates in different way with new predator sense (version 4).
To distinguish from implementation for previous model, new implementation
for this device is marked with "v4".

Changes in v3:
- change dependencies in kconfig

Changes in v2:
- fix typo
- remove redundant "if" statement

SungHwan Jung (2):
  platform/x86: acer-wmi: Add platform profile and mode key support for
    Predator PHN16-71
  platform/x86: acer-wmi: add fan speed monitoring for Predator PHN16-71

 drivers/platform/x86/Kconfig    |   3 +-
 drivers/platform/x86/acer-wmi.c | 364 +++++++++++++++++++++++++++++++-
 2 files changed, 365 insertions(+), 2 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2023-11-23 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 15:22 [PATCH v3 0/2] Add support for Acer Predator PHN16-71 SungHwan Jung
2023-11-23 15:22 ` [PATCH v3 1/2] platform/x86: acer-wmi: Add platform profile and mode key support for " SungHwan Jung
2023-11-23 15:22 ` [PATCH v3 2/2] platform/x86: acer-wmi: add fan speed monitoring " SungHwan Jung
2023-11-23 15:30   ` Ilpo Järvinen
2023-11-23 15:31   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox