Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736941 > unrolled thread
| Started by | Hoan Tran <hotran@apm.com> |
|---|---|
| First post | 2017-09-21 19:30 +0200 |
| Last post | 2017-09-21 19:30 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] hwmon: xgene: Support hwmon v2 Hoan Tran <hotran@apm.com> - 2017-09-21 19:30 +0200
[PATCH 1/2] hwmon: xgene: Support hwmon v2 Hoan Tran <hotran@apm.com> - 2017-09-21 19:30 +0200
| From | Hoan Tran <hotran@apm.com> |
|---|---|
| Date | 2017-09-21 19:30 +0200 |
| Subject | [PATCH 0/2] hwmon: xgene: Support hwmon v2 |
| Message-ID | <usdst-3Vx-3@gated-at.bofh.it> |
This patch supports xgene-hwmon v2 which uses the non-cachable memory as the PCC shared memory. Hoan Tran (2): hwmon: xgene: Support hwmon v2 hwmon: xgene: Support PCC shared memory in IO region drivers/hwmon/xgene-hwmon.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -- 1.9.1
[toc] | [next] | [standalone]
| From | Hoan Tran <hotran@apm.com> |
|---|---|
| Date | 2017-09-21 19:30 +0200 |
| Subject | [PATCH 1/2] hwmon: xgene: Support hwmon v2 |
| Message-ID | <usdsv-3Vx-59@gated-at.bofh.it> |
| In reply to | #1736941 |
This patch supports xgene-hwmon v2 which uses the non-cachable memory
as the PCC shared memory.
Signed-off-by: Hoan Tran <hotran@apm.com>
---
drivers/hwmon/xgene-hwmon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hwmon/xgene-hwmon.c b/drivers/hwmon/xgene-hwmon.c
index 9c0dbb8..5cd327e 100644
--- a/drivers/hwmon/xgene-hwmon.c
+++ b/drivers/hwmon/xgene-hwmon.c
@@ -761,6 +761,7 @@ static int xgene_hwmon_remove(struct platform_device *pdev)
#ifdef CONFIG_ACPI
static const struct acpi_device_id xgene_hwmon_acpi_match[] = {
{"APMC0D29", 0},
+ {"APMC0D8A", 0},
{},
};
MODULE_DEVICE_TABLE(acpi, xgene_hwmon_acpi_match);
--
1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web