lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 22 Sep 2021 14:30:07 -0700
From:   "David E. Box" <david.e.box@...ux.intel.com>
To:     lee.jones@...aro.org, bhelgaas@...gle.com,
        andy.shevchenko@...il.com
Cc:     "David E. Box" <david.e.box@...ux.intel.com>,
        mgross@...ux.intel.com, srinivas.pandruvada@...el.com,
        linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
        linux-pci@...r.kernel.org
Subject: [PATCH v3 5/5] MFD: intel_extended_cap: Add support for Intel SDSi

Adds platform device support for the Intel Software Defined Silicon (SDSi)
device.

Signed-off-by: David E. Box <david.e.box@...ux.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ