Skip to content

Commit 6919f2a

Browse files
author
Gregory Price
committed
Linux: driver explanations
1 parent 48c82fa commit 6919f2a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

doc/linux/cxl-driver.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ be used to script interactions with these devices.
1818

1919
Drivers
2020
*******
21-
todo: list of drivers and probe responsibilities
22-
23-
* cxl_core
24-
* cxl_port
25-
* cxl_acpi
26-
* cxl_pmem
27-
* cxl_mem
28-
* cxl_pci
21+
The CXL driver is split into a number of drivers.
22+
23+
* cxl_core - fundamental init interface and core object creation
24+
* cxl_port - initializes root and provides port enumeration interface.
25+
* cxl_acpi - initializes root decoders and interacts with ACPI data.
26+
* cxl_p/mem - initializes memory devices
27+
* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
2928

3029
Driver Devices
3130
**************

0 commit comments

Comments
 (0)