]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: DPTF: Support Panther Lake
authorZhang Rui <rui.zhang@intel.com>
Tue, 3 Dec 2024 07:58:02 +0000 (15:58 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Dec 2024 19:01:38 +0000 (20:01 +0100)
Add Panther Lake ACPI IDs for DPTF.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Link: https://patch.msgid.link/20241203075802.584741-4-rui.zhang@intel.com
[ rjw: Changelog edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/dptf/dptf_pch_fivr.c
drivers/acpi/dptf/dptf_power.c
drivers/acpi/dptf/int340x_thermal.c
drivers/acpi/fan.h
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
drivers/thermal/intel/int340x_thermal/int3403_thermal.c

index 624fce67ce435982ddcf6c56820a2a31e1948a04..952216c67d58288911ddd3a0a8a8beb30b4646ed 100644 (file)
@@ -152,6 +152,7 @@ static const struct acpi_device_id pch_fivr_device_ids[] = {
        {"INTC1064", 0},
        {"INTC106B", 0},
        {"INTC10A3", 0},
+       {"INTC10D7", 0},
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, pch_fivr_device_ids);
index 3d3edd81b1729b229f0ea01db86060345bb01575..e8caf4106ff969166a6ea5ef26623b3e3e3284f9 100644 (file)
@@ -236,6 +236,8 @@ static const struct acpi_device_id int3407_device_ids[] = {
        {"INTC106D", 0},
        {"INTC10A4", 0},
        {"INTC10A5", 0},
+       {"INTC10D8", 0},
+       {"INTC10D9", 0},
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, int3407_device_ids);
index 014ada759954437d10846ded6026d47658f74b6c..aef7aca2161df9c1d59ad8d533ab5997681bdea7 100644 (file)
@@ -55,6 +55,12 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
        {"INTC10A3"},
        {"INTC10A4"},
        {"INTC10A5"},
+       {"INTC10D4"},
+       {"INTC10D5"},
+       {"INTC10D6"},
+       {"INTC10D7"},
+       {"INTC10D8"},
+       {"INTC10D9"},
        {""},
 };
 
index db25a3898af710610c1b1b187fbe33bf6169868b..488b51e2cb31db23e08efa68faaa3d8f9cd41da8 100644 (file)
@@ -19,6 +19,7 @@
        {"INTC1063", }, /* Fan for Meteor Lake generation */ \
        {"INTC106A", }, /* Fan for Lunar Lake generation */ \
        {"INTC10A2", }, /* Fan for Raptor Lake generation */ \
+       {"INTC10D6", }, /* Fan for Panther Lake generation */ \
        {"PNP0C0B", } /* Generic ACPI fan */
 
 #define ACPI_FPS_NAME_LEN      20
index 8660ef2175be8eed6a49211c95690e43c8be5e2c..5805e08d71be73193f33f4adbbfd33f7d7a27bc9 100644 (file)
@@ -690,6 +690,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
        {"INTC1042", 0},
        {"INTC1068", 0},
        {"INTC10A0", 0},
+       {"INTC10D4", 0},
        {}
 };
 
index 04aa0afb3b1d54475ac7d3c0dd979e31ebde0e4e..5a925a8df7b380b85f7901ec61acb2fd52bf1c38 100644 (file)
@@ -275,6 +275,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
        {"INTC1062", 0},
        {"INTC1069", 0},
        {"INTC10A1", 0},
+       {"INTC10D5", 0},
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, int3403_device_ids);