Message ID | 20250220114103.515278-1-lukasz.luba@arm.com (mailing list archive) |
---|---|
State | In Next |
Delegated to: | Rafael Wysocki |
Headers | show |
Series | MAINTAINERS: Add Energy Model framework as properly maintained | expand |
On Thu, Feb 20, 2025 at 12:41 PM Lukasz Luba <lukasz.luba@arm.com> wrote: > > The Energy Model framework had some recent grow and became a bit > more complex. Add the proper contact points to maintainers so > other developers can get the right support. > > Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b9f7d2115b57d..2d0dd9100292c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8529,6 +8529,15 @@ M: Maxim Levitsky <maximlevitsky@gmail.com> > S: Maintained > F: drivers/media/rc/ene_ir.* > > +ENERGY MODEL > +M: Lukasz Luba <lukasz.luba@arm.com> > +M: "Rafael J. Wysocki" <rafael@kernel.org> > +L: linux-pm@vger.kernel.org > +S: Maintained > +F: kernel/power/energy_model.c > +F: include/linux/energy_model.h > +F: Documentation/power/energy-model.rst > + > EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER > M: Laurentiu Tudor <laurentiu.tudor@nxp.com> > L: linuxppc-dev@lists.ozlabs.org > -- Applied as 6.15 material, thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index b9f7d2115b57d..2d0dd9100292c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8529,6 +8529,15 @@ M: Maxim Levitsky <maximlevitsky@gmail.com> S: Maintained F: drivers/media/rc/ene_ir.* +ENERGY MODEL +M: Lukasz Luba <lukasz.luba@arm.com> +M: "Rafael J. Wysocki" <rafael@kernel.org> +L: linux-pm@vger.kernel.org +S: Maintained +F: kernel/power/energy_model.c +F: include/linux/energy_model.h +F: Documentation/power/energy-model.rst + EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER M: Laurentiu Tudor <laurentiu.tudor@nxp.com> L: linuxppc-dev@lists.ozlabs.org
The Energy Model framework had some recent grow and became a bit more complex. Add the proper contact points to maintainers so other developers can get the right support. Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)