public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] switch platform profiles with Lenovo laptops
@ 2024-04-06  0:01 Gergo Koteles
  2024-04-06  0:01 ` [PATCH v5 1/3] ACPI: platform-profile: add platform_profile_cycle() Gergo Koteles
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Gergo Koteles @ 2024-04-06  0:01 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown, Ike Panhc, Hans de Goede,
	Ilpo Järvinen, Henrique de Moraes Holschuh, Daniel Lezcano,
	Barnabás Pőcze
  Cc: linux-acpi, ibm-acpi-devel, platform-driver-x86, linux-kernel,
	Gergo Koteles

Hi All,

This patch series adds a platform_profile_cycle function to the platform 
profile module, which allows modules to easily switch between the 
enabled profiles.

Use it in ideapad-laptop and thinkpad-acpi modules.

Best regards,
Gergo

Changes in v5:
 - use find_next_bit_wrap function to find the next enabled profile 
 instead of multiple ffs calls

Changes in v4:
 - move the cycle to the platform profile module where it can switch 
 between the enabled profiles
 - add a patch to use it in the thinkpad-acpi module

Changes in v3:
 - add dytc_profile_cycle function

Changes in v2:
 - only switch platform profiles if supported, otherwise keep the 
   behavior.

[4]: https://lore.kernel.org/all/cover.1712282976.git.soyer@irl.hu/
[3]: https://lore.kernel.org/all/7c358ad8dd6de7889fa887954145a181501ac362.1712236099.git.soyer@irl.hu/
[2]: https://lore.kernel.org/all/797884d8cab030d3a2b656dba67f3c423cc58be7.1712174794.git.soyer@irl.hu/
[1]: https://lore.kernel.org/all/85254ce8e87570c05e7f04d6507701bef954ed75.1712149429.git.soyer@irl.hu/


Gergo Koteles (3):
  ACPI: platform-profile: add platform_profile_cycle()
  platform/x86: ideapad-laptop: switch platform profiles using thermal
    management key
  platform/x86: thinkpad_acpi: use platform_profile_cycle()

 drivers/acpi/platform_profile.c       | 39 +++++++++++++++++++++++++++
 drivers/platform/x86/ideapad-laptop.c |  7 +++--
 drivers/platform/x86/thinkpad_acpi.c  | 19 ++-----------
 include/linux/platform_profile.h      |  1 +
 4 files changed, 47 insertions(+), 19 deletions(-)


base-commit: 39cd87c4eb2b893354f3b850f916353f2658ae6f
-- 
2.44.0


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

end of thread, other threads:[~2024-04-08 20:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-06  0:01 [PATCH v5 0/3] switch platform profiles with Lenovo laptops Gergo Koteles
2024-04-06  0:01 ` [PATCH v5 1/3] ACPI: platform-profile: add platform_profile_cycle() Gergo Koteles
2024-04-08 16:41   ` Hans de Goede
2024-04-08 17:04     ` Rafael J. Wysocki
2024-04-08 20:13     ` Gergo Koteles
2024-04-06  0:01 ` [PATCH v5 2/3] platform/x86: ideapad-laptop: switch platform profiles using thermal management key Gergo Koteles
2024-04-06  0:01 ` [PATCH v5 3/3] platform/x86: thinkpad_acpi: use platform_profile_cycle() Gergo Koteles

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