summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuan-Wei Chiu <visitorckw@gmail.com>2026-03-12 17:53:41 +0000
committerJonathan Corbet <corbet@lwn.net>2026-03-17 08:51:28 -0600
commit97b5266dac802feb34ae45936b73596a7e27d41b (patch)
treed154ba9ddcc3d529b78e166f6d1235d269f33ddd
parent6f600f9972d56a5d67fcb8d49b33dda80adff457 (diff)
downloadlwn-97b5266dac802feb34ae45936b73596a7e27d41b.tar.gz
lwn-97b5266dac802feb34ae45936b73596a7e27d41b.zip
docs: interconnect: Document consumer APIs and drop outdated text
The documentation currently states that consumer interfaces are not documented, which is no longer true. Remove the outdated claim and include the existing kernel-doc from drivers/interconnect/core.c (filtered for consumer APIs) and drivers/interconnect/bulk.c. Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260312175341.2944154-3-visitorckw@gmail.com>
-rw-r--r--Documentation/driver-api/interconnect.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/driver-api/interconnect.rst b/Documentation/driver-api/interconnect.rst
index cf7a83f8c953..cebb77b49d8d 100644
--- a/Documentation/driver-api/interconnect.rst
+++ b/Documentation/driver-api/interconnect.rst
@@ -95,8 +95,14 @@ Interconnect consumers
Interconnect consumers are the clients which use the interconnect APIs to
get paths between endpoints and set their bandwidth/latency/QoS requirements
-for these interconnect paths. These interfaces are not currently
-documented.
+for these interconnect paths.
+
+.. kernel-doc:: drivers/interconnect/core.c
+ :functions: devm_of_icc_get of_icc_get_by_index of_icc_get icc_get
+ icc_put icc_enable icc_disable icc_set_bw icc_set_tag
+ icc_get_name
+
+.. kernel-doc:: drivers/interconnect/bulk.c
Interconnect debugfs interfaces
-------------------------------