Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kuan-Wei Chiu and committed by
Jonathan Corbet
97b5266d 6f600f99

+8 -2
+8 -2
Documentation/driver-api/interconnect.rst
··· 95 95 96 96 Interconnect consumers are the clients which use the interconnect APIs to 97 97 get paths between endpoints and set their bandwidth/latency/QoS requirements 98 - for these interconnect paths. These interfaces are not currently 99 - documented. 98 + for these interconnect paths. 99 + 100 + .. kernel-doc:: drivers/interconnect/core.c 101 + :functions: devm_of_icc_get of_icc_get_by_index of_icc_get icc_get 102 + icc_put icc_enable icc_disable icc_set_bw icc_set_tag 103 + icc_get_name 104 + 105 + .. kernel-doc:: drivers/interconnect/bulk.c 100 106 101 107 Interconnect debugfs interfaces 102 108 -------------------------------