summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorDan Williams <[email protected]>2021-08-03 07:25:38 -0700
committerDan Williams <[email protected]>2021-08-06 08:22:53 -0700
commit0f06157e0135f5563efbc9aadbd93ba3d9322cab (patch)
tree913ab2fdca5ef03d60966113803f8e5b3bc0e1e9 /Documentation/driver-api
parent06737cd0d216be1cf6e8052e4fca0d391298f184 (diff)
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 <[email protected]> Signed-off-by: Ben Widawsky <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Link: https://lore.kernel.org/r/162800068975.665205.12895551621746585289.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams <[email protected]>
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
===================