diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-07-15 10:09:20 -0400 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2024-07-15 10:09:20 -0400 |
commit | f497862d99ddbf4e46d6e26cd0f40adb724f55c9 (patch) | |
tree | b28b5562156bcef2c78d146557f4b3bb1825515b /MAINTAINERS | |
parent | 164c62f958f8c7f0bde1e9a5a8677971c6f28205 (diff) | |
parent | 2f1630f437dff20d02e4b3f07e836f42869128dd (diff) |
Merge tag 'pwrseq-initial-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into HEAD
Initial implementation of the power sequencing subsystem for linux v6.11
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e138c90b1adf..0b73a6e2d78c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17908,6 +17908,14 @@ F: include/linux/pm_* F: include/linux/powercap.h F: kernel/configs/nopm.config +POWER SEQUENCING +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: drivers/power/sequencing/ +F: include/linux/pwrseq/ + POWER STATE COORDINATION INTERFACE (PSCI) M: Mark Rutland <mark.rutland@arm.com> M: Lorenzo Pieralisi <lpieralisi@kernel.org> |