Skip to content

Commit f97bdc6

Browse files
AlisonSchofielddavejiang
authored andcommitted
Documentation: Update the CXL Maturity Map
Changes for extended-linear cache, hetero-interleave, and HPA->DPA address translation. Signed-off-by: Alison Schofield <alison.schofield@intel.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Link: https://patch.msgid.link/20250512214225.1389484-1-alison.schofield@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
1 parent d542461 commit f97bdc6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/driver-api/cxl/maturity-map.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ in place, but there are several corner cases that are pending closure.
5151

5252
* [2] CXL Window Enumeration
5353

54-
* [0] :ref:`Extended-linear memory-side cache <extended-linear>`
54+
* [2] :ref:`Extended-linear memory-side cache <extended-linear>`
5555
* [0] Low Memory-hole
56-
* [0] Hetero-interleave
56+
* [X] Hetero-interleave
5757

5858
* [2] Switch Enumeration
5959

@@ -173,7 +173,7 @@ Accelerator
173173
User Flow Support
174174
-----------------
175175

176-
* [0] HPA->DPA Address translation (need xormaps export solution)
176+
* [0] Inject & clear poison by HPA
177177

178178
Details
179179
=======

Documentation/driver-api/cxl/theory-of-operation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ CXL Core
392392
.. kernel-doc:: drivers/cxl/core/features.c
393393
:doc: cxl features
394394

395-
.. kernel-doc:: drivers/cxl/core/features.c
396-
:identifiers:
395+
See :c:func:`devm_cxl_setup_features` for API details.
397396

398397
CXL Regions
399398
-----------

drivers/cxl/core/features.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* DOC: cxl features
1414
*
15+
* CXL Features:
1516
* A CXL device that includes a mailbox supports commands that allows
1617
* listing, getting, and setting of optionally defined features such
1718
* as memory sparing or post package sparing. Vendors may define custom

0 commit comments

Comments
 (0)