summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/cxl
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2021-05-13 22:22:00 -0700
committerDan Williams <dan.j.williams@intel.com>2021-05-14 16:13:19 -0700
commit5f653f7590ab7db7379f668b2975744585206b0d (patch)
tree94a35fdd5f2d6c58594d24933b5cfa66523243d4 /Documentation/driver-api/cxl
parent8ac75dd6ab3039ef0656d777a564ea1b65071971 (diff)
downloadlinux-5f653f7590ab7db7379f668b2975744585206b0d.tar.gz
linux-5f653f7590ab7db7379f668b2975744585206b0d.tar.bz2
linux-5f653f7590ab7db7379f668b2975744585206b0d.zip
cxl/core: Rename bus.c to core.c
In preparation for more generic shared functionality across endpoint consumers of core cxl resources, and platform-firmware producers of those resources, rename bus.c to core.c. In addition to the central rendezvous for interleave coordination, the core will also define common routines like CXL register block mapping. Acked-by: Ben Widawsky <ben.widawsky@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/162096972018.1865304.11079951161445408423.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Documentation/driver-api/cxl')
-rw-r--r--Documentation/driver-api/cxl/memory-devices.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/driver-api/cxl/memory-devices.rst b/Documentation/driver-api/cxl/memory-devices.rst
index 1bad466f9167..71495ed77069 100644
--- a/Documentation/driver-api/cxl/memory-devices.rst
+++ b/Documentation/driver-api/cxl/memory-devices.rst
@@ -28,10 +28,10 @@ CXL Memory Device
.. kernel-doc:: drivers/cxl/mem.c
:internal:
-CXL Bus
+CXL Core
-------
-.. kernel-doc:: drivers/cxl/bus.c
- :doc: cxl bus
+.. kernel-doc:: drivers/cxl/core.c
+ :doc: cxl core
External Interfaces
===================