Re: [PATCH 0/2] docs: interconnect: Improve API documentation coverage

From: Jonathan Corbet

Date: Tue Mar 17 2026 - 10:53:46 EST


Kuan-Wei Chiu <visitorckw@xxxxxxxxx> writes:

> Improve the generic interconnect subsystem documentation by including
> the existing kernel-doc comments from the source files.
>
> Currently, the documentation only includes the provider data structures
> from the header file and incorrectly states that consumer APIs are
> undocumented.
>
> Since drivers/interconnect/core.c contains a mix of both provider and
> consumer APIs, this series uses the kernel-doc :functions: directive to
> properly separate and document them in their respective sections.
>
> Kuan-Wei Chiu (2):
> docs: interconnect: Add provider APIs to documentation
> docs: interconnect: Document consumer APIs and drop outdated text
>
> Documentation/driver-api/interconnect.rst | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)

Series applied, thanks.

jon