Message ID | 20250217140145.117086-1-ulf.hansson@linaro.org (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | MAINTAINERS: Update section for cpuidle-psci | expand |
On Mon, Feb 17, 2025 at 3:01 PM Ulf Hansson <ulf.hansson@linaro.org> wrote: > > Add myself as a co-maintainer for the cpuidle-psci driver and the > corresponding git-tree, which I am already using for this. Lorenzo, Sudeep, any objections? Ulf, do you want me to pick this up? > Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 25c86f47353d..f2be70dec4ee 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6087,9 +6087,11 @@ F: include/linux/platform_data/cpuidle-exynos.h > CPUIDLE DRIVER - ARM PSCI > M: Lorenzo Pieralisi <lpieralisi@kernel.org> > M: Sudeep Holla <sudeep.holla@arm.com> > +M: Ulf Hansson <ulf.hansson@linaro.org> > L: linux-pm@vger.kernel.org > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Supported > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git > F: drivers/cpuidle/cpuidle-psci.c > > CPUIDLE DRIVER - ARM PSCI PM DOMAIN > -- > 2.43.0 >
On Tue, 18 Feb 2025 at 13:48, Rafael J. Wysocki <rafael@kernel.org> wrote: > > On Mon, Feb 17, 2025 at 3:01 PM Ulf Hansson <ulf.hansson@linaro.org> wrote: > > > > Add myself as a co-maintainer for the cpuidle-psci driver and the > > corresponding git-tree, which I am already using for this. > > Lorenzo, Sudeep, any objections? > > Ulf, do you want me to pick this up? I can take it via my pmdomain tree, but thanks anyway! Let's also leave some more time for Sudeep/Lorenzo to comment. Kind regards Uffe > > > Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> > > Cc: Sudeep Holla <sudeep.holla@arm.com> > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > > --- > > MAINTAINERS | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 25c86f47353d..f2be70dec4ee 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6087,9 +6087,11 @@ F: include/linux/platform_data/cpuidle-exynos.h > > CPUIDLE DRIVER - ARM PSCI > > M: Lorenzo Pieralisi <lpieralisi@kernel.org> > > M: Sudeep Holla <sudeep.holla@arm.com> > > +M: Ulf Hansson <ulf.hansson@linaro.org> > > L: linux-pm@vger.kernel.org > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > S: Supported > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git > > F: drivers/cpuidle/cpuidle-psci.c > > > > CPUIDLE DRIVER - ARM PSCI PM DOMAIN > > -- > > 2.43.0 > >
On Mon, Feb 17, 2025 at 03:01:45PM +0100, Ulf Hansson wrote: > Add myself as a co-maintainer for the cpuidle-psci driver and the > corresponding git-tree, which I am already using for this. > > Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> > Cc: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> -- Regards, Sudeep
On Tue, Feb 18, 2025 at 01:54:44PM +0100, Ulf Hansson wrote: > On Tue, 18 Feb 2025 at 13:48, Rafael J. Wysocki <rafael@kernel.org> wrote: > > > > On Mon, Feb 17, 2025 at 3:01 PM Ulf Hansson <ulf.hansson@linaro.org> wrote: > > > > > > Add myself as a co-maintainer for the cpuidle-psci driver and the > > > corresponding git-tree, which I am already using for this. > > > > Lorenzo, Sudeep, any objections? > > > > Ulf, do you want me to pick this up? > > I can take it via my pmdomain tree, but thanks anyway! Let's also > leave some more time for Sudeep/Lorenzo to comment. > Sorry for the delay, accidentally marked it read and missed it until these emails. I have responded on the patch with an Ack now. -- Regards, Sudeep
On Tue, 18 Feb 2025 at 14:56, Sudeep Holla <sudeep.holla@arm.com> wrote: > > On Mon, Feb 17, 2025 at 03:01:45PM +0100, Ulf Hansson wrote: > > Add myself as a co-maintainer for the cpuidle-psci driver and the > > corresponding git-tree, which I am already using for this. > > > > Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> > > Cc: Sudeep Holla <sudeep.holla@arm.com> > > Acked-by: Sudeep Holla <sudeep.holla@arm.com> Thanks - and queued up for next! Kind regards Uffe
diff --git a/MAINTAINERS b/MAINTAINERS index 25c86f47353d..f2be70dec4ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6087,9 +6087,11 @@ F: include/linux/platform_data/cpuidle-exynos.h CPUIDLE DRIVER - ARM PSCI M: Lorenzo Pieralisi <lpieralisi@kernel.org> M: Sudeep Holla <sudeep.holla@arm.com> +M: Ulf Hansson <ulf.hansson@linaro.org> L: linux-pm@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git F: drivers/cpuidle/cpuidle-psci.c CPUIDLE DRIVER - ARM PSCI PM DOMAIN
Add myself as a co-maintainer for the cpuidle-psci driver and the corresponding git-tree, which I am already using for this. Cc: Lorenzo Pieralisi <lpieralisi@kernel.org> Cc: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)