[RFC PATCH 4/4] PCI: Document APIs for endpoint DOE implementation
Aksh Garg
a-garg7 at ti.com
Fri Feb 13 04:36:03 PST 2026
From: Aksh Garg <a-garg7 at ti.com>
Add kernel-doc API reference section to the DOE endpoint documentation,
documenting the exported functions from drivers/pci/doe-ep.c for use by
endpoint controller drivers and protocol handler modules.
Co-developed-by: Siddharth Vadapalli <s-vadapalli at ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli at ti.com>
Signed-off-by: Aksh Garg <a-garg7 at ti.com>
---
Documentation/PCI/pci-doe-ep.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/PCI/pci-doe-ep.rst b/Documentation/PCI/pci-doe-ep.rst
index d6715944c117..6ad064e838e7 100644
--- a/Documentation/PCI/pci-doe-ep.rst
+++ b/Documentation/PCI/pci-doe-ep.rst
@@ -289,3 +289,9 @@ When the controller driver receives an error code from
``pci_ep_doe_process_request()``, it sets the ERROR bit in the DOE Status
register instead of writing a response to the read mailbox register,
and frees the buffers.
+
+API Reference
+=============
+
+.. kernel-doc:: drivers/pci/doe-ep.c
+ :export:
--
2.34.1
More information about the linux-arm-kernel
mailing list