Re: [PATCH v2] Documentation: add a driver API doc for the power sequencing subsystem
From: Jonathan Corbet
Date: Wed Aug 21 2024 - 15:59:58 EST
Bartosz Golaszewski <brgl@xxxxxxxx> writes:
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> Describe what the subsystem does, how the consumers and providers work
> and add API reference generated from kerneldocs.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> ---
> Changes since v1:
> - drop unneeded :c:func: directives
> - don't include linux/pwrseq/consumer.h as there are no kerneldocs in it
> which results in a sphinx warning
>
> Documentation/driver-api/index.rst | 1 +
> Documentation/driver-api/pwrseq.rst | 95 +++++++++++++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 97 insertions(+)
> create mode 100644 Documentation/driver-api/pwrseq.rst
Looks good to me, thanks.
Acked-by: Jonathan Corbet <corbet@xxxxxxx>
jon