lkml.org 
[lkml]   [2021]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v3 5/5] MFD: intel_extended_cap: Add support for Intel SDSi
Date
Adds platform device support for the Intel Software Defined Silicon (SDSi)
device.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
---

V3: New patch

drivers/mfd/intel_pmt.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/mfd/intel_pmt.c b/drivers/mfd/intel_pmt.c
index a6fe50f65479..5d9adcfa67db 100644
--- a/drivers/mfd/intel_pmt.c
+++ b/drivers/mfd/intel_pmt.c
@@ -30,6 +30,7 @@
#define INTEL_EXT_CAP_ID_TELEMETRY 2
#define INTEL_EXT_CAP_ID_WATCHER 3
#define INTEL_EXT_CAP_ID_CRASHLOG 4
+#define INTEL_EXT_CAP_ID_SDSI 65

#define INTEL_EXT_CAP_PREFIX "intel_extnd_cap"
#define FEATURE_ID_NAME_LENGTH 25
@@ -38,6 +39,7 @@ static int intel_ext_cap_allow_list[] = {
INTEL_EXT_CAP_ID_TELEMETRY,
INTEL_EXT_CAP_ID_WATCHER,
INTEL_EXT_CAP_ID_CRASHLOG,
+ INTEL_EXT_CAP_ID_SDSI,
};

struct intel_ext_cap_header {
--
2.25.1
\
 
 \ /
  Last update: 2021-09-22 23:31    [W:2.102 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site