diff mbox

MAINTAINERS: Reorder maintainer addresses for PM and ACPI

Message ID 1744772.yf52reTAmC@vostro.rjw.lan (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Rafael J. Wysocki March 19, 2014, 11 p.m. UTC
From: Rafael J. Wysocki <rjw@rjwysocki.net>

For a few subsystems I am the person who actually applies patches
and people don't CC me on patch submissions, because my address is
not the first one in the given MAINTAINERS item.

Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
the probability of that a bit smaller.

Signed-off-by: Rafael J. Wysocki <rjw@rjwysocki.net>
---
 MAINTAINERS |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pavel Machek March 19, 2014, 10:54 p.m. UTC | #1
On Thu 2014-03-20 00:00:14, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rjw@rjwysocki.net>
> 
> For a few subsystems I am the person who actually applies patches
> and people don't CC me on patch submissions, because my address is
> not the first one in the given MAINTAINERS item.
> 
> Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
> the probability of that a bit smaller.
> 
> Signed-off-by: Rafael J. Wysocki <rjw@rjwysocki.net>

Acked-by: Pavel Machek <pavel@ucw.cz>

(And keep up good work :-).
Rafael J. Wysocki March 20, 2014, 2:18 a.m. UTC | #2
On Wednesday, March 19, 2014 11:54:10 PM Pavel Machek wrote:
> On Thu 2014-03-20 00:00:14, Rafael J. Wysocki wrote:
> > From: Rafael J. Wysocki <rjw@rjwysocki.net>
> > 
> > For a few subsystems I am the person who actually applies patches
> > and people don't CC me on patch submissions, because my address is
> > not the first one in the given MAINTAINERS item.
> > 
> > Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
> > the probability of that a bit smaller.
> > 
> > Signed-off-by: Rafael J. Wysocki <rjw@rjwysocki.net>
> 
> Acked-by: Pavel Machek <pavel@ucw.cz>
> 
> (And keep up good work :-).

Thanks!
Joe Perches March 20, 2014, 2:21 a.m. UTC | #3
On Thu, 2014-03-20 at 00:00 +0100, Rafael J. Wysocki wrote:

> Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
> the probability of that a bit smaller.

>  FREEZER
> +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
[]
>  HIBERNATION (aka Software Suspend, aka swsusp)
> +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
[]
>  SUSPEND TO RAM
> +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>

Please keep the quotes around your name.

It makes it easier for some systems to accept
names with periods via copy/paste.


--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Joe Perches March 20, 2014, 2:44 a.m. UTC | #4
On Thu, 2014-03-20 at 03:47 +0100, Rafael J. Wysocki wrote:
> On Wednesday, March 19, 2014 07:21:45 PM Joe Perches wrote:
> > On Thu, 2014-03-20 at 00:00 +0100, Rafael J. Wysocki wrote:
> > 
> > > Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
> > > the probability of that a bit smaller.
> > 
> > >  FREEZER
> > > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> > []
> > >  HIBERNATION (aka Software Suspend, aka swsusp)
> > > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> > []
> > >  SUSPEND TO RAM
> > > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> > 
> > Please keep the quotes around your name.
> > 
> > It makes it easier for some systems to accept
> > names with periods via copy/paste.
> 
> I can do that, but the quotes aren't there everywhere anyway.

Yeah, I hope we can rectify that.
You've the biggest share of it too.

$ git grep -E "^M:[^<]*\..*<" MAINTAINERS | \
  grep -v '"' | sort | uniq -c | sort -rn
      3 MAINTAINERS:M:	Rafael J. Wysocki <rjw@rjwysocki.net>
      2 MAINTAINERS:M:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
      1 MAINTAINERS:M:	Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
      1 MAINTAINERS:M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
      1 MAINTAINERS:M:	K. Y. Srinivasan <kys@microsoft.com>
      1 MAINTAINERS:M:	J. Bruce Fields <bfields@fieldses.org>

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki March 20, 2014, 2:47 a.m. UTC | #5
On Wednesday, March 19, 2014 07:21:45 PM Joe Perches wrote:
> On Thu, 2014-03-20 at 00:00 +0100, Rafael J. Wysocki wrote:
> 
> > Reorder PM and ACPI maintainer addresses in MAINTAINERS to make
> > the probability of that a bit smaller.
> 
> >  FREEZER
> > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> []
> >  HIBERNATION (aka Software Suspend, aka swsusp)
> > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> []
> >  SUSPEND TO RAM
> > +M:	Rafael J. Wysocki <rjw@rjwysocki.net>
> > -M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
> 
> Please keep the quotes around your name.
> 
> It makes it easier for some systems to accept
> names with periods via copy/paste.

I can do that, but the quotes aren't there everywhere anyway.
Geert Uytterhoeven March 20, 2014, 7:58 a.m. UTC | #6
Hi Joe,

On Thu, Mar 20, 2014 at 3:21 AM, Joe Perches <joe@perches.com> wrote:
>>  SUSPEND TO RAM
>> +M:   Rafael J. Wysocki <rjw@rjwysocki.net>
>> -M:   "Rafael J. Wysocki" <rjw@rjwysocki.net>
>
> Please keep the quotes around your name.
>
> It makes it easier for some systems to accept
> names with periods via copy/paste.

While for "git send-email", it's easier if I don't have to remove the one in
the middle manually...

Anyway, scripts/get_maintainer.pl re-adds them.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Joe Perches March 20, 2014, 9:36 a.m. UTC | #7
On Thu, 2014-03-20 at 08:58 +0100, Geert Uytterhoeven wrote:
> Hi Joe,
> 
> On Thu, Mar 20, 2014 at 3:21 AM, Joe Perches <joe@perches.com> wrote:
> >>  SUSPEND TO RAM
> >> +M:   Rafael J. Wysocki <rjw@rjwysocki.net>
> >> -M:   "Rafael J. Wysocki" <rjw@rjwysocki.net>
> >
> > Please keep the quotes around your name.
> >
> > It makes it easier for some systems to accept
> > names with periods via copy/paste.
> 
> While for "git send-email", it's easier if I don't have to remove the one in
> the middle manually...
> 
> Anyway, scripts/get_maintainer.pl re-adds them.

A lot of people just open MAINTAINERS, root around
for sections of interest, and copy/paste.


--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: linux-pm/MAINTAINERS
===================================================================
--- linux-pm.orig/MAINTAINERS
+++ linux-pm/MAINTAINERS
@@ -242,8 +242,8 @@  S:	Maintained
 F:	drivers/platform/x86/acer-wmi.c
 
 ACPI
-M:	Len Brown <lenb@kernel.org>
 M:	Rafael J. Wysocki <rjw@rjwysocki.net>
+M:	Len Brown <lenb@kernel.org>
 L:	linux-acpi@vger.kernel.org
 W:	https://01.org/linux-acpi
 Q:	https://patchwork.kernel.org/project/linux-acpi/list/
@@ -3657,8 +3657,8 @@  S:	Maintained
 F:	fs/freevxfs/
 
 FREEZER
+M:	Rafael J. Wysocki <rjw@rjwysocki.net>
 M:	Pavel Machek <pavel@ucw.cz>
-M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 L:	linux-pm@vger.kernel.org
 S:	Supported
 F:	Documentation/power/freezing-of-tasks.txt
@@ -4022,8 +4022,8 @@  S:	Maintained
 F:	drivers/video/hgafb.c
 
 HIBERNATION (aka Software Suspend, aka swsusp)
+M:	Rafael J. Wysocki <rjw@rjwysocki.net>
 M:	Pavel Machek <pavel@ucw.cz>
-M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 L:	linux-pm@vger.kernel.org
 S:	Supported
 F:	arch/x86/power/
@@ -8425,9 +8425,9 @@  F:	arch/sh/
 F:	drivers/sh/
 
 SUSPEND TO RAM
+M:	Rafael J. Wysocki <rjw@rjwysocki.net>
 M:	Len Brown <len.brown@intel.com>
 M:	Pavel Machek <pavel@ucw.cz>
-M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 L:	linux-pm@vger.kernel.org
 S:	Supported
 F:	Documentation/power/