提交 95aaed26 编写于 作者: B Ben Widawsky 提交者: Dan Williams

cxl/core: Improve CXL core kernel docs

Now that CXL core's role is well understood, the documentation should
reflect that information.
Signed-off-by: NBen Widawsky <ben.widawsky@intel.com>
Reviewed-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/162792538379.368511.9055351193841619781.stgit@dwillia2-desk3.amr.corp.intel.comSigned-off-by: NDan Williams <dan.j.williams@intel.com>
上级 5161a55c
...@@ -12,8 +12,15 @@ ...@@ -12,8 +12,15 @@
/** /**
* DOC: cxl core * DOC: cxl core
* *
* The CXL core provides a sysfs hierarchy for control devices and a rendezvous * The CXL core provides a set of interfaces that can be consumed by CXL aware
* point for cross-device interleave coordination through cxl ports. * drivers. The interfaces allow for creation, modification, and destruction of
* regions, memory devices, ports, and decoders. CXL aware drivers must register
* with the CXL core via these interfaces in order to be able to participate in
* cross-device interleave coordination. The CXL core also establishes and
* maintains the bridge to the nvdimm subsystem.
*
* CXL core introduces sysfs hierarchy to control the devices that are
* instantiated by the core.
*/ */
static DEFINE_IDA(cxl_port_ida); static DEFINE_IDA(cxl_port_ida);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册