Message ID | 20210317182349.1055-1-daniel.lezcano@linaro.org |
---|---|
State | Accepted |
Commit | 922e5ddef973f2a8a155b41f3bb9d3269c79017a |
Headers | show |
Series | MAINTAINERS: Add DTPM subsystem maintainer | expand |
On Wed, Mar 17, 2021 at 7:24 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote: > > The DTPM framework is a new framework allowing to do power limitation > on devices by using different techniques. Those will be added, > improved and complexified. > > The framework falls under the power management umbrella, it is more > traffic to handle for Rafael. > > Add myself as the maintainer of the DTPM so I can help by taking care > of the changes for this framework. > > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aa84121c5611..ff7a7a875014 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14315,6 +14315,15 @@ F: include/linux/pm_* > F: include/linux/powercap.h > F: kernel/configs/nopm.config > > +DYNAMIC THERMAL POWER MANAGEMENT (DTPM) > +M: Daniel Lezcano <daniel.lezcano@kernel.org> > +L: linux-pm@vger.kernel.org > +S: Supported > +B: https://bugzilla.kernel.org > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm > +F: drivers/powercap/dtpm* > +F: include/linux/dtpm.h > + > POWER STATE COORDINATION INTERFACE (PSCI) > M: Mark Rutland <mark.rutland@arm.com> > M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > -- Applied as 5.13 material, thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index aa84121c5611..ff7a7a875014 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14315,6 +14315,15 @@ F: include/linux/pm_* F: include/linux/powercap.h F: kernel/configs/nopm.config +DYNAMIC THERMAL POWER MANAGEMENT (DTPM) +M: Daniel Lezcano <daniel.lezcano@kernel.org> +L: linux-pm@vger.kernel.org +S: Supported +B: https://bugzilla.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm +F: drivers/powercap/dtpm* +F: include/linux/dtpm.h + POWER STATE COORDINATION INTERFACE (PSCI) M: Mark Rutland <mark.rutland@arm.com> M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
The DTPM framework is a new framework allowing to do power limitation on devices by using different techniques. Those will be added, improved and complexified. The framework falls under the power management umbrella, it is more traffic to handle for Rafael. Add myself as the maintainer of the DTPM so I can help by taking care of the changes for this framework. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) -- 2.17.1