Message ID | 20201001092852.124740-1-ulf.hansson@linaro.org |
---|---|
State | Accepted |
Commit | e05783346441ce03f5b422247ca571613360218d |
Headers | show |
Series | MAINTAINERS: Add section for cpuidle-psci PM domain | expand |
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 >
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>
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 --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
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(+)