diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-18 10:46:27 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-18 10:46:27 +0200 |
commit | 2fe3c78a2c26dd5ee811024a1b7d6cfb4d654319 (patch) | |
tree | e6926a61ad4df2a7922997088e33db617ee0bae9 /MAINTAINERS | |
parent | Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/... (diff) | |
parent | Documentation: add a driver API doc for the power sequencing subsystem (diff) | |
download | linux-2fe3c78a2c26dd5ee811024a1b7d6cfb4d654319.tar.xz linux-2fe3c78a2c26dd5ee811024a1b7d6cfb4d654319.zip |
Merge tag 'pwrseq-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Pull power sequencing updates from Bartosz Golaszewski:
"There's one change adding support for a new PMU model and another
adding documentation for the subsystem which probably should have been
part of the initial commit but better late than never:
- add support for the new PMU variant inside the WCN6855 chipset
- add documentation for the subsystem"
* tag 'pwrseq-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
Documentation: add a driver API doc for the power sequencing subsystem
power: sequencing: qcom-wcn: add support for the WCN6855 PMU
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38058758c576..f3645c4f4a53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18331,6 +18331,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/ |