summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>2019-12-18 04:28:07 +0300
committerJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>2021-11-05 10:22:05 +0300
commitacfaadf35c2e8c25050d8a904270667c67fe0354 (patch)
tree1c6df6718168602dc0e10648ec6d0bfe6ab592ef /include
parent1c88b27fb11ba664a130cda5b77c8685a56f62e2 (diff)
downloadlinux-acfaadf35c2e8c25050d8a904270667c67fe0354.tar.xz
hwmon: Add PECI cputemp driver
This commit adds PECI cputemp hwmon driver. Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Reviewed-by: Haiyue Wang <haiyue.wang@linux.intel.com> Reviewed-by: James Feist <james.feist@linux.intel.com> Reviewed-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/peci-ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/peci-ioctl.h b/include/uapi/linux/peci-ioctl.h
index fb8288cd3431..94657be3f2e9 100644
--- a/include/uapi/linux/peci-ioctl.h
+++ b/include/uapi/linux/peci-ioctl.h
@@ -183,7 +183,7 @@ struct peci_rd_pkg_cfg_msg {
#define PECI_MBX_INDEX_WAKE_MODE_BIT 5 /* "Wake on PECI" Mode bit */
#define PECI_MBX_INDEX_EPI 6 /* Efficient Performance Indication */
#define PECI_MBX_INDEX_PKG_RAPL_PERF 8 /* Pkg RAPL Performance Status Read */
-#define PECI_MBX_INDEX_PER_CORE_DTS_TEMP 9 /* Per Core DTS Temperature Read */
+#define PECI_MBX_INDEX_MODULE_TEMP 9 /* Module Temperature Read */
#define PECI_MBX_INDEX_DTS_MARGIN 10 /* DTS thermal margin */
#define PECI_MBX_INDEX_SKT_PWR_THRTL_DUR 11 /* Socket Power Throttled Duration */
#define PECI_MBX_INDEX_CFG_TDP_CONTROL 12 /* TDP Config Control */