diff mbox series

MAINTAINERS: Add section for cpuidle-psci PM domain

Message ID 20201001092852.124740-1-ulf.hansson@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series MAINTAINERS: Add section for cpuidle-psci PM domain | expand

Commit Message

Ulf Hansson Oct. 1, 2020, 9:28 a.m. UTC
The cpuidle-psci-domain.c is not listed in the section for the cpuidle
driver for ARM PSCI. From discussions at LKML, Lorenzo and Sudeep prefer
that we add a separate section for it, so let's do that and add myself as
the maintainer for this part.

Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Lorenzo Pieralisi Oct. 9, 2020, 12:36 p.m. UTC | #1
On Thu, Oct 01, 2020 at 11:28:52AM +0200, Ulf Hansson wrote:
> The cpuidle-psci-domain.c is not listed in the section for the cpuidle
> driver for ARM PSCI. From discussions at LKML, Lorenzo and Sudeep prefer
> that we add a separate section for it, so let's do that and add myself as
> the maintainer for this part.
> 
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)

Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45102f1fe361..be8e3e9a8e29 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4574,6 +4574,14 @@ L:	linux-arm-kernel@lists.infradead.org
>  S:	Supported
>  F:	drivers/cpuidle/cpuidle-psci.c
>  
> +CPUIDLE DRIVER - ARM PSCI PM DOMAIN
> +M:	Ulf Hansson <ulf.hansson@linaro.org>
> +L:	linux-pm@vger.kernel.org
> +L:	linux-arm-kernel@lists.infradead.org
> +S:	Supported
> +F:	drivers/cpuidle/cpuidle-psci.h
> +F:	drivers/cpuidle/cpuidle-psci-domain.c
> +
>  CRAMFS FILESYSTEM
>  M:	Nicolas Pitre <nico@fluxnic.net>
>  S:	Maintained
> -- 
> 2.25.1
>
Sudeep Holla Oct. 9, 2020, 12:55 p.m. UTC | #2
On Thu, Oct 01, 2020 at 11:28:52AM +0200, Ulf Hansson wrote:
> The cpuidle-psci-domain.c is not listed in the section for the cpuidle
> driver for ARM PSCI. From discussions at LKML, Lorenzo and Sudeep prefer
> that we add a separate section for it, so let's do that and add myself as
> the maintainer for this part.
> 
> Cc: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Rafael J. Wysocki Oct. 16, 2020, 3:03 p.m. UTC | #3
On Fri, Oct 9, 2020 at 2:55 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> On Thu, Oct 01, 2020 at 11:28:52AM +0200, Ulf Hansson wrote:
> > The cpuidle-psci-domain.c is not listed in the section for the cpuidle
> > driver for ARM PSCI. From discussions at LKML, Lorenzo and Sudeep prefer
> > that we add a separate section for it, so let's do that and add myself as
> > the maintainer for this part.
> >
> > Cc: Sudeep Holla <sudeep.holla@arm.com>
>
> Acked-by: Sudeep Holla <sudeep.holla@arm.com>

Applied as 5.10-rc material with the ACKs and some edits in the
changelog, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 45102f1fe361..be8e3e9a8e29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4574,6 +4574,14 @@  L:	linux-arm-kernel@lists.infradead.org
 S:	Supported
 F:	drivers/cpuidle/cpuidle-psci.c
 
+CPUIDLE DRIVER - ARM PSCI PM DOMAIN
+M:	Ulf Hansson <ulf.hansson@linaro.org>
+L:	linux-pm@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org
+S:	Supported
+F:	drivers/cpuidle/cpuidle-psci.h
+F:	drivers/cpuidle/cpuidle-psci-domain.c
+
 CRAMFS FILESYSTEM
 M:	Nicolas Pitre <nico@fluxnic.net>
 S:	Maintained