The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data
@ 2026-06-12 12:10 Denis Benato
  2026-06-12 12:10 ` [PATCH v2 1/3] platform/x86: asus-armoury: add support for GA402NJ Denis Benato
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Denis Benato @ 2026-06-12 12:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Hi all,

This patch series adds support for three more ASUS models to the asus-armoury driver:
the GA402NJ, GA403UM, and FX608JPR.

Cheers!

Changelog:
- v1
  - Initial submission
- v2
  - Fix order of FX608JPR

Denis Benato (3):
  platform/x86: asus-armoury: add support for GA402NJ
  platform/x86: asus-armoury: add support for GA403UM
  platform/x86: asus-armoury: add support for FX608JPR

 drivers/platform/x86/asus-armoury.h | 92 +++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

-- 
2.47.3


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

* [PATCH v2 1/3] platform/x86: asus-armoury: add support for GA402NJ
  2026-06-12 12:10 [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Denis Benato
@ 2026-06-12 12:10 ` Denis Benato
  2026-06-12 12:10 ` [PATCH v2 2/3] platform/x86: asus-armoury: add support for GA403UM Denis Benato
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Denis Benato @ 2026-06-12 12:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Add TDP data for laptop model GA402NJ.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
 drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asus-armoury.h
index 692978b61959..381eaeed5906 100644
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -950,6 +950,38 @@ static const struct dmi_system_id power_limits[] = {
 			.dc_data = NULL,
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GA402NJ"),
+		},
+		.driver_data = &(struct power_data) {
+			.ac_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 15,
+				.ppt_pl1_spl_def = 35,
+				.ppt_pl1_spl_max = 80,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_def = 65,
+				.ppt_pl2_sppt_max = 80,
+				.ppt_pl3_fppt_min = 35,
+				.ppt_pl3_fppt_max = 80,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+				.nv_dynamic_boost_min = 5,
+				.nv_dynamic_boost_def = 10,
+				.nv_dynamic_boost_max = 15,
+			},
+			.dc_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 15,
+				.ppt_pl1_spl_max = 35,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_max = 35,
+				.ppt_pl3_fppt_min = 35,
+				.ppt_pl3_fppt_max = 65,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+			},
+		},
+	},
 	{
 		.matches = {
 			// This model is full AMD. No Nvidia dGPU.
-- 
2.47.3


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

* [PATCH v2 2/3] platform/x86: asus-armoury: add support for GA403UM
  2026-06-12 12:10 [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Denis Benato
  2026-06-12 12:10 ` [PATCH v2 1/3] platform/x86: asus-armoury: add support for GA402NJ Denis Benato
@ 2026-06-12 12:10 ` Denis Benato
  2026-06-12 12:10 ` [PATCH v2 3/3] platform/x86: asus-armoury: add support for FX608JPR Denis Benato
  2026-06-12 12:59 ` [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Ilpo Järvinen
  3 siblings, 0 replies; 5+ messages in thread
From: Denis Benato @ 2026-06-12 12:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Add TDP data for laptop model GA403UM.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
 drivers/platform/x86/asus-armoury.h | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asus-armoury.h
index 381eaeed5906..39edc0114b11 100644
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -1065,6 +1065,38 @@ static const struct dmi_system_id power_limits[] = {
 			.requires_fan_curve = true,
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "GA403UM"),
+		},
+		.driver_data = &(struct power_data) {
+			.ac_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 15,
+				.ppt_pl1_spl_max = 80,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_max = 80,
+				.ppt_pl3_fppt_min = 35,
+				.ppt_pl3_fppt_max = 80,
+				.nv_dynamic_boost_min = 0,
+				.nv_dynamic_boost_max = 15,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+				.nv_tgp_min = 55,
+				.nv_tgp_max = 85,
+			},
+			.dc_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 15,
+				.ppt_pl1_spl_max = 35,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_max = 35,
+				.ppt_pl3_fppt_min = 35,
+				.ppt_pl3_fppt_max = 65,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+			},
+			.requires_fan_curve = true,
+		},
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_BOARD_NAME, "GA403UV"),
-- 
2.47.3


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

* [PATCH v2 3/3] platform/x86: asus-armoury: add support for FX608JPR
  2026-06-12 12:10 [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Denis Benato
  2026-06-12 12:10 ` [PATCH v2 1/3] platform/x86: asus-armoury: add support for GA402NJ Denis Benato
  2026-06-12 12:10 ` [PATCH v2 2/3] platform/x86: asus-armoury: add support for GA403UM Denis Benato
@ 2026-06-12 12:10 ` Denis Benato
  2026-06-12 12:59 ` [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Ilpo Järvinen
  3 siblings, 0 replies; 5+ messages in thread
From: Denis Benato @ 2026-06-12 12:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Hans de Goede, Ilpo Järvinen,
	Luke D . Jones, Mateusz Schyboll, Denis Benato, Denis Benato

Add TDP data for laptop model FX608JPR.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
---
 drivers/platform/x86/asus-armoury.h | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/drivers/platform/x86/asus-armoury.h b/drivers/platform/x86/asus-armoury.h
index 39edc0114b11..fce78e586a03 100644
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -936,6 +936,34 @@ static const struct dmi_system_id power_limits[] = {
 			.requires_fan_curve = true,
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "FX608JPR"),
+		},
+		.driver_data = &(struct power_data) {
+			.ac_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 28,
+				.ppt_pl1_spl_max = 100,
+				.ppt_pl2_sppt_min = 28,
+				.ppt_pl2_sppt_max = 135,
+				.nv_dynamic_boost_min = 10,
+				.nv_dynamic_boost_max = 15,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+				.nv_tgp_min = 55,
+				.nv_tgp_max = 100,
+			},
+			.dc_data = &(struct power_limits) {
+				.ppt_pl1_spl_min = 25,
+				.ppt_pl1_spl_max = 53,
+				.ppt_pl2_sppt_min = 25,
+				.ppt_pl2_sppt_max = 65,
+				.nv_temp_target_min = 75,
+				.nv_temp_target_max = 87,
+			},
+			.requires_fan_curve = true,
+		},
+	},
 	{
 		.matches = {
 			DMI_MATCH(DMI_BOARD_NAME, "GA401Q"),
-- 
2.47.3


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

* Re: [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data
  2026-06-12 12:10 [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Denis Benato
                   ` (2 preceding siblings ...)
  2026-06-12 12:10 ` [PATCH v2 3/3] platform/x86: asus-armoury: add support for FX608JPR Denis Benato
@ 2026-06-12 12:59 ` Ilpo Järvinen
  3 siblings, 0 replies; 5+ messages in thread
From: Ilpo Järvinen @ 2026-06-12 12:59 UTC (permalink / raw)
  To: linux-kernel, Denis Benato
  Cc: platform-driver-x86, Hans de Goede, Luke D . Jones,
	Mateusz Schyboll, Denis Benato

On Fri, 12 Jun 2026 12:10:05 +0000, Denis Benato wrote:

> This patch series adds support for three more ASUS models to the asus-armoury driver:
> the GA402NJ, GA403UM, and FX608JPR.
> 
> Cheers!
> 
> Changelog:
> - v1
>   - Initial submission
> - v2
>   - Fix order of FX608JPR
> 
> [...]


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.

The list of commits applied:
[1/3] platform/x86: asus-armoury: add support for GA402NJ
      commit: 0b38a42bf59fc3ba97dd6f02bfc257dffa0e1d6d
[2/3] platform/x86: asus-armoury: add support for GA403UM
      commit: a0bb64f3170adccb5780cf8778e601392d94f244
[3/3] platform/x86: asus-armoury: add support for FX608JPR
      commit: 72dd918bbe008d64a2c2352bdf14671f1ac068c7

--
 i.


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

end of thread, other threads:[~2026-06-12 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12 12:10 [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data Denis Benato
2026-06-12 12:10 ` [PATCH v2 1/3] platform/x86: asus-armoury: add support for GA402NJ Denis Benato
2026-06-12 12:10 ` [PATCH v2 2/3] platform/x86: asus-armoury: add support for GA403UM Denis Benato
2026-06-12 12:10 ` [PATCH v2 3/3] platform/x86: asus-armoury: add support for FX608JPR Denis Benato
2026-06-12 12:59 ` [PATCH v2 0/3] platform/x86: asus-armoury: more ppt data 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