diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-21 12:08:18 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-22 15:29:29 +0200 |
commit | 8b7e0a6c443e855374a426dcdfd0a19912d70df3 (patch) | |
tree | 71814bc47d01285f057658e54c5cd738239451b3 /MAINTAINERS | |
parent | power: sequencing: qcom-wcn: add support for the WCN6855 PMU (diff) | |
download | linux-8b7e0a6c443e855374a426dcdfd0a19912d70df3.tar.xz linux-8b7e0a6c443e855374a426dcdfd0a19912d70df3.zip |
Documentation: add a driver API doc for the power sequencing subsystem
Describe what the subsystem does, how the consumers and providers work
and add API reference generated from kerneldocs.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240821100818.13763-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42decde38320..e3d3a1de01c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18201,6 +18201,7 @@ M: Bartosz Golaszewski <brgl@bgdev.pl> L: linux-pm@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git +F: Documentation/driver-api/pwrseq.rst F: drivers/power/sequencing/ F: include/linux/pwrseq/ |