All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Intel Software Defined Silicon
@ 2022-02-01  3:04 David E. Box
  2022-02-01  3:04 ` [PATCH 1/3] platform/x86: Add Intel Software Defined Silicon driver David E. Box
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: David E. Box @ 2022-02-01  3:04 UTC (permalink / raw)
  To: hdegoede, david.e.box, gregkh, andriy.shevchenko,
	srinivas.pandruvada, mgross
  Cc: linux-kernel, platform-driver-x86

This series adds support for Intel Software Defined Silicon. These
patches are the same as patches 4-6 from this series [1]. Patches 1-3 
of that series were pulled in during the 5.17 merge window.

David E. Box (3):
  platform/x86: Add Intel Software Defined Silicon driver
  tools arch x86: Add Intel SDSi provisioning tool
  selftests: sdsi: test sysfs setup

[1] https://lore.kernel.org/lkml/20211216023146.2361174-1-david.e.box@linux.intel.com/T/

 .../ABI/testing/sysfs-driver-intel_sdsi       |  77 +++
 MAINTAINERS                                   |   7 +
 drivers/platform/x86/intel/Kconfig            |  12 +
 drivers/platform/x86/intel/Makefile           |   2 +
 drivers/platform/x86/intel/sdsi.c             | 571 ++++++++++++++++++
 drivers/platform/x86/intel/vsec.c             |  12 +-
 tools/arch/x86/intel_sdsi/Makefile            |   9 +
 tools/arch/x86/intel_sdsi/sdsi.c              | 540 +++++++++++++++++
 tools/testing/selftests/drivers/sdsi/sdsi.sh  |  18 +
 .../selftests/drivers/sdsi/sdsi_test.py       | 226 +++++++
 10 files changed, 1473 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel_sdsi
 create mode 100644 drivers/platform/x86/intel/sdsi.c
 create mode 100644 tools/arch/x86/intel_sdsi/Makefile
 create mode 100644 tools/arch/x86/intel_sdsi/sdsi.c
 create mode 100755 tools/testing/selftests/drivers/sdsi/sdsi.sh
 create mode 100644 tools/testing/selftests/drivers/sdsi/sdsi_test.py

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-04  5:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01  3:04 [PATCH 0/3] Intel Software Defined Silicon David E. Box
2022-02-01  3:04 ` [PATCH 1/3] platform/x86: Add Intel Software Defined Silicon driver David E. Box
2022-02-01  8:45   ` Greg KH
2022-02-01 12:32     ` David E. Box
2022-02-01  8:46   ` Greg KH
2022-02-01  8:49   ` Greg KH
2022-02-04  5:07     ` David E. Box
2022-02-01  3:04 ` [PATCH 2/3] tools arch x86: Add Intel SDSi provisioning tool David E. Box
2022-02-01  3:04 ` [PATCH 3/3] selftests: sdsi: test sysfs setup David E. Box
2022-02-01  8:44 ` [PATCH 0/3] Intel Software Defined Silicon Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.