summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2021-08-03 17:25:38 +0300
committerDan Williams <dan.j.williams@intel.com>2021-08-06 18:22:53 +0300
commit0f06157e0135f5563efbc9aadbd93ba3d9322cab (patch)
tree913ab2fdca5ef03d60966113803f8e5b3bc0e1e9 /Documentation/driver-api
parent06737cd0d216be1cf6e8052e4fca0d391298f184 (diff)
downloadlinux-0f06157e0135f5563efbc9aadbd93ba3d9322cab.tar.xz
cxl/core: Move register mapping infrastructure
The register mapping infrastructure is large enough to move to its own compilation unit. This also cleans up an unnecessary include of <mem.h> core/bus.c. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Ben Widawsky <ben.widawsky@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/162800068975.665205.12895551621746585289.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/cxl/memory-devices.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/cxl/memory-devices.rst b/Documentation/driver-api/cxl/memory-devices.rst
index e65c0ba82229..46847d8c70a0 100644
--- a/Documentation/driver-api/cxl/memory-devices.rst
+++ b/Documentation/driver-api/cxl/memory-devices.rst
@@ -42,6 +42,9 @@ CXL Core
.. kernel-doc:: drivers/cxl/core/pmem.c
:internal:
+.. kernel-doc:: drivers/cxl/core/regs.c
+ :internal:
+
External Interfaces
===================