[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <ee3ccf964d30c3b3745a3044196e36e4d77a6282.1576260216.git.gayatri.kammela@intel.com>
Date: Fri, 13 Dec 2019 10:14:20 -0800
From: Gayatri Kammela <gayatri.kammela@...el.com>
To: linux-pm@...r.kernel.org
Cc: platform-driver-x86@...r.kernel.org, alex.hung@...onical.com,
linux-acpi@...r.kernel.org, lenb@...nel.org, rjw@...ysocki.net,
linux-kernel@...r.kernel.org, daniel.lezcano@...aro.org,
amit.kucheria@...durent.com, charles.d.prestopine@...el.com,
dvhart@...radead.org, Gayatri Kammela <gayatri.kammela@...el.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Zhang Rui <rui.zhang@...el.com>,
Srinivas Pandruvada <srinivas.pandruvada@...el.com>
Subject: [PATCH v2 1/4] acpi: dptf: Add new Tiger Lake hardware IDs to support DPTF drivers in acpi
Tiger Lake has new unique hardware IDs that are needed to support
DPTF drivers. Hence, add them.
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Zhang Rui <rui.zhang@...el.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@...el.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@...el.com>
---
drivers/acpi/dptf/dptf_power.c | 1 +
drivers/acpi/dptf/int340x_thermal.c | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/drivers/acpi/dptf/dptf_power.c b/drivers/acpi/dptf/dptf_power.c
index eb58fc475a03..387f27ef3368 100644
--- a/drivers/acpi/dptf/dptf_power.c
+++ b/drivers/acpi/dptf/dptf_power.c
@@ -97,6 +97,7 @@ static int dptf_power_remove(struct platform_device *pdev)
}
static const struct acpi_device_id int3407_device_ids[] = {
+ {"INT1047", 0},
{"INT3407", 0},
{"", 0},
};
diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c
index 5c7a90186e3c..1ec7b6900662 100644
--- a/drivers/acpi/dptf/int340x_thermal.c
+++ b/drivers/acpi/dptf/int340x_thermal.c
@@ -13,6 +13,10 @@
#define INT3401_DEVICE 0X01
static const struct acpi_device_id int340x_thermal_device_ids[] = {
+ {"INT1040"},
+ {"INT1043"},
+ {"INT1044"},
+ {"INT1047"},
{"INT3400"},
{"INT3401", INT3401_DEVICE},
{"INT3402"},
--
2.17.1
Powered by blists - more mailing lists