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