All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] MAINTAINERS cleanups
@ 2009-09-24 18:41 Joe Perches
  2009-09-24 18:41 ` [PATCH 01/11] MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES Joe Perches
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

Yet another collection of MAINTAINERS cleanups

Joe Perches (11):
  MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES
  MAINTAINERS: Update TRACING section
  MAINTAINERS: Update OMAP Tony Lindgren email name
  MAINTAINERS: Change ATM mailing list to moderated
  MAINTAINERS: Use tab not spaces after field types
  MAINTAINERS: JANITORS status set to Odd Fixes
  MAINTAINERS: Update SCORE architecture name style and add file pattern
  MAINTAINERS: SIMPLE FIRMWARE INTERFACE - Update email style
  MAINTAINERS: WINBOND CIR - Integrate P:/M: lines, fixup David Härdeman's name
  MAINTAINERS: Fixup PERIPHERAL spelling
  MAINTAINERS: Update WOLFSON MICROELECTRONICS

 MAINTAINERS |   66 +++++++++++++++++++++++++++-------------------------------
 1 files changed, 31 insertions(+), 35 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 01/11] MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 02/11] MAINTAINERS: Update TRACING section Joe Perches
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Quote a name with a period
remove L: linux-kernel@vger.kernel.org

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e797c4d..f8cea20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2236,9 +2236,8 @@ S:	Maintained
 F:	include/asm-generic
 
 GENERIC UIO DRIVER FOR PCI DEVICES
-M:	Michael S. Tsirkin <mst@redhat.com>
+M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org
-L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	drivers/uio/uio_pci_generic.c
 
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 02/11] MAINTAINERS: Update TRACING section
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
  2009-09-24 18:41 ` [PATCH 01/11] MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 03/11] MAINTAINERS: Update OMAP Tony Lindgren email name Joe Perches
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Move to alphabetic position
Use single line F: entries

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f8cea20..87bfe9c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2166,18 +2166,6 @@ F:	Documentation/filesystems/caching/
 F:	fs/fscache/
 F:	include/linux/fscache*.h
 
-TRACING
-M:	Steven Rostedt <rostedt@goodmis.org>
-M:	Frederic Weisbecker <fweisbec@gmail.com>
-M:	Ingo Molnar <mingo@redhat.com>
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
-S:	Maintained
-F:	Documentation/trace/ftrace.txt
-F:	arch/*/*/*/ftrace.h
-F:	arch/*/kernel/ftrace.c
-F:	include/*/ftrace.h include/trace/ include/linux/trace*.h
-F:	kernel/trace/
-
 FUJITSU FR-V (FRV) PORT
 M:	David Howells <dhowells@redhat.com>
 S:	Maintained
@@ -5115,6 +5103,20 @@ L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/char/tpm/
 
+TRACING
+M:	Steven Rostedt <rostedt@goodmis.org>
+M:	Frederic Weisbecker <fweisbec@gmail.com>
+M:	Ingo Molnar <mingo@redhat.com>
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
+S:	Maintained
+F:	Documentation/trace/ftrace.txt
+F:	arch/*/*/*/ftrace.h
+F:	arch/*/kernel/ftrace.c
+F:	include/*/ftrace.h
+F:	include/linux/trace*.h
+F:	include/trace/
+F:	kernel/trace/
+
 TRIVIAL PATCHES
 M:	Jiri Kosina <trivial@kernel.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 03/11] MAINTAINERS: Update OMAP Tony Lindgren email name
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
  2009-09-24 18:41 ` [PATCH 01/11] MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES Joe Perches
  2009-09-24 18:41 ` [PATCH 02/11] MAINTAINERS: Update TRACING section Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 04/11] MAINTAINERS: Change ATM mailing list to moderated Joe Perches
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Which had an embedded and duplicated email address

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 87bfe9c..cec2be7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3727,7 +3727,7 @@ F:	drivers/video/riva/
 F:	drivers/video/nvidia/
 
 OMAP SUPPORT
-M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
+M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 04/11] MAINTAINERS: Change ATM mailing list to moderated
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (2 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 03/11] MAINTAINERS: Update OMAP Tony Lindgren email name Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 05/11] MAINTAINERS: Use tab not spaces after field types Joe Perches
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cec2be7..5562463 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -963,7 +963,7 @@ F:	drivers/net/atlx/
 
 ATM
 M:	Chas Williams <chas@cmf.nrl.navy.mil>
-L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
+L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
 L:	netdev@vger.kernel.org
 W:	http://linux-atm.sourceforge.net
 S:	Maintained
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 05/11] MAINTAINERS: Use tab not spaces after field types
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (3 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 04/11] MAINTAINERS: Change ATM mailing list to moderated Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 06/11] MAINTAINERS: JANITORS status set to Odd Fixes Joe Perches
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5562463..0aa0776 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4546,20 +4546,20 @@ S:	Maintained
 F:	drivers/mmc/host/sdricoh_cs.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
-S:     Orphan
-L:     linux-mmc@vger.kernel.org
-F:     drivers/mmc/host/sdhci.*
+S:	Orphan
+L:	linux-mmc@vger.kernel.org
+F:	drivers/mmc/host/sdhci.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
 M:	Anton Vorontsov <avorontsov@ru.mvista.com>
 L:	linuxppc-dev@ozlabs.org
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
-F:     drivers/mmc/host/sdhci-of.*
+F:	drivers/mmc/host/sdhci-of.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
 M:	Ben Dooks <ben-linux@fluff.org>
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci-s3c.c
 
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 06/11] MAINTAINERS: JANITORS status set to Odd Fixes
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (4 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 05/11] MAINTAINERS: Use tab not spaces after field types Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 07/11] MAINTAINERS: Update SCORE architecture name style and add file pattern Joe Perches
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

It was mistakenly reset to MAINTAINED after a fuzzy merge

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0aa0776..96b2810 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2955,7 +2955,7 @@ F:	scripts/Makefile.*
 KERNEL JANITORS
 L:	kernel-janitors@vger.kernel.org
 W:	http://www.kerneljanitors.org/
-S:	Maintained
+S:	Odd Fixes
 
 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
 M:	"J. Bruce Fields" <bfields@fieldses.org>
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 07/11] MAINTAINERS: Update SCORE architecture name style and add file pattern
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (5 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 06/11] MAINTAINERS: JANITORS status set to Odd Fixes Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 08/11] MAINTAINERS: SIMPLE FIRMWARE INTERFACE - Update email style Joe Perches
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 96b2810..96468b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4468,12 +4468,11 @@ F:	kernel/sched*
 F:	include/linux/sched.h
 
 SCORE ARCHITECTURE
-P:	Chen Liqin
-M:	liqin.chen@sunplusct.com
-P:	Lennox Wu
-M:	lennox.wu@gmail.com
+M:	Chen Liqin <liqin.chen@sunplusct.com>
+M:	Lennox Wu <lennox.wu@gmail.com>
 W:	http://www.sunplusct.com
 S:	Supported
+F:	arch/score/
 
 SCSI CDROM DRIVER
 M:	Jens Axboe <axboe@kernel.dk>
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 08/11] MAINTAINERS: SIMPLE FIRMWARE INTERFACE - Update email style
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (6 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 07/11] MAINTAINERS: Update SCORE architecture name style and add file pattern Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 09/11] MAINTAINERS: WINBOND CIR - Integrate P:/M: lines, fixup David Härdeman's name Joe Perches
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 96468b1..4d601fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4653,8 +4653,7 @@ F:	drivers/usb/gadget/lh7a40*
 F:	drivers/usb/host/ohci-lh7a40*
 
 SIMPLE FIRMWARE INTERFACE (SFI)
-P:	Len Brown
-M:	lenb@kernel.org
+M:	Len Brown <lenb@kernel.org>
 L:	sfi-devel@simplefirmware.org
 W:	http://simplefirmware.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 09/11] MAINTAINERS: WINBOND CIR - Integrate P:/M: lines, fixup David Härdeman's name
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (7 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 08/11] MAINTAINERS: SIMPLE FIRMWARE INTERFACE - Update email style Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 10/11] MAINTAINERS: Fixup PERIPHERAL spelling Joe Perches
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 477 bytes --]

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4d601fb..63ca9c9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5674,8 +5674,7 @@ S:	Maintained
 F:	drivers/scsi/wd7000.c
 
 WINBOND CIR DRIVER
-P:	David Härdeman
-M:	david@hardeman.nu
+M:	David Härdeman <david@hardeman.nu>
 S:	Maintained
 F:	drivers/input/misc/winbond-cir.c
 
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 10/11] MAINTAINERS: Fixup PERIPHERAL spelling
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (8 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 09/11] MAINTAINERS: WINBOND CIR - Integrate P:/M: lines, fixup David Härdeman's name Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:41 ` [PATCH 11/11] MAINTAINERS: Update WOLFSON MICROELECTRONICS Joe Perches
  2009-09-24 18:59 ` [PATCH 00/11] MAINTAINERS cleanups Arjan van de Ven
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 63ca9c9..50c0e70 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2115,7 +2115,7 @@ S:	Supported
 F:	arch/powerpc/sysdev/qe_lib/
 F:	arch/powerpc/include/asm/*qe.h
 
-FREESCALE USB PERIPHERIAL DRIVERS
+FREESCALE USB PERIPHERAL DRIVERS
 M:	Li Yang <leoli@freescale.com>
 L:	linux-usb@vger.kernel.org
 L:	linuxppc-dev@ozlabs.org
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 11/11] MAINTAINERS: Update WOLFSON MICROELECTRONICS
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (9 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 10/11] MAINTAINERS: Fixup PERIPHERAL spelling Joe Perches
@ 2009-09-24 18:41 ` Joe Perches
  2009-09-24 18:59 ` [PATCH 00/11] MAINTAINERS cleanups Arjan van de Ven
  11 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2009-09-24 18:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Integrate P:/M: lines
Remove L: linux-kernel@vger.kernel.org

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 50c0e70..50cd5bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5731,9 +5731,7 @@ F:	drivers/input/touchscreen/*wm97*
 F:	include/linux/wm97xx.h
 
 WOLFSON MICROELECTRONICS PMIC DRIVERS
-P:	Mark Brown
-M:	broonie@opensource.wolfsonmicro.com
-L:	linux-kernel@vger.kernel.org
+M:	Mark Brown <broonie@opensource.wolfsonmicro.com>
 T:	git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
 W:	http://opensource.wolfsonmicro.com/node/8
 S:	Supported
-- 
1.6.3.1.10.g659a0.dirty


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 00/11] MAINTAINERS cleanups
  2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
                   ` (10 preceding siblings ...)
  2009-09-24 18:41 ` [PATCH 11/11] MAINTAINERS: Update WOLFSON MICROELECTRONICS Joe Perches
@ 2009-09-24 18:59 ` Arjan van de Ven
  2009-09-24 19:12   ` Joe Perches
  11 siblings, 1 reply; 15+ messages in thread
From: Arjan van de Ven @ 2009-09-24 18:59 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Andrew Morton

On Thu, 24 Sep 2009 11:41:48 -0700
Joe Perches <joe@perches.com> wrote:

> Yet another collection of MAINTAINERS cleanups

since all of this is to one file.. could you just make one big rollup
patch?



-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 00/11] MAINTAINERS cleanups
  2009-09-24 18:59 ` [PATCH 00/11] MAINTAINERS cleanups Arjan van de Ven
@ 2009-09-24 19:12   ` Joe Perches
  2009-09-24 21:45     ` Andrew Morton
  0 siblings, 1 reply; 15+ messages in thread
From: Joe Perches @ 2009-09-24 19:12 UTC (permalink / raw)
  To: Arjan van de Ven; +Cc: linux-kernel, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 5439 bytes --]

On Thu, 2009-09-24 at 20:59 +0200, Arjan van de Ven wrote:
> On Thu, 24 Sep 2009 11:41:48 -0700
> Joe Perches <joe@perches.com> wrote:
> > Yet another collection of MAINTAINERS cleanups
> since all of this is to one file.. could you just make one big rollup
> patch?

Sure, but individual patches to MAINTAINERS are better.

MAINTAINERS changes pretty quickly and the larger the patch,
the more likely it won't apply correctly at any point in the
future.

Here's a rollup against MAINTAINERS right now.

---

A collection of cleanups to MAINTAINERS

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index e797c4d..50cd5bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -963,7 +963,7 @@ F:	drivers/net/atlx/
 
 ATM
 M:	Chas Williams <chas@cmf.nrl.navy.mil>
-L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
+L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
 L:	netdev@vger.kernel.org
 W:	http://linux-atm.sourceforge.net
 S:	Maintained
@@ -2115,7 +2115,7 @@ S:	Supported
 F:	arch/powerpc/sysdev/qe_lib/
 F:	arch/powerpc/include/asm/*qe.h
 
-FREESCALE USB PERIPHERIAL DRIVERS
+FREESCALE USB PERIPHERAL DRIVERS
 M:	Li Yang <leoli@freescale.com>
 L:	linux-usb@vger.kernel.org
 L:	linuxppc-dev@ozlabs.org
@@ -2166,18 +2166,6 @@ F:	Documentation/filesystems/caching/
 F:	fs/fscache/
 F:	include/linux/fscache*.h
 
-TRACING
-M:	Steven Rostedt <rostedt@goodmis.org>
-M:	Frederic Weisbecker <fweisbec@gmail.com>
-M:	Ingo Molnar <mingo@redhat.com>
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
-S:	Maintained
-F:	Documentation/trace/ftrace.txt
-F:	arch/*/*/*/ftrace.h
-F:	arch/*/kernel/ftrace.c
-F:	include/*/ftrace.h include/trace/ include/linux/trace*.h
-F:	kernel/trace/
-
 FUJITSU FR-V (FRV) PORT
 M:	David Howells <dhowells@redhat.com>
 S:	Maintained
@@ -2236,9 +2224,8 @@ S:	Maintained
 F:	include/asm-generic
 
 GENERIC UIO DRIVER FOR PCI DEVICES
-M:	Michael S. Tsirkin <mst@redhat.com>
+M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org
-L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	drivers/uio/uio_pci_generic.c
 
@@ -2968,7 +2955,7 @@ F:	scripts/Makefile.*
 KERNEL JANITORS
 L:	kernel-janitors@vger.kernel.org
 W:	http://www.kerneljanitors.org/
-S:	Maintained
+S:	Odd Fixes
 
 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
 M:	"J. Bruce Fields" <bfields@fieldses.org>
@@ -3740,7 +3727,7 @@ F:	drivers/video/riva/
 F:	drivers/video/nvidia/
 
 OMAP SUPPORT
-M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
+M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
@@ -4481,12 +4468,11 @@ F:	kernel/sched*
 F:	include/linux/sched.h
 
 SCORE ARCHITECTURE
-P:	Chen Liqin
-M:	liqin.chen@sunplusct.com
-P:	Lennox Wu
-M:	lennox.wu@gmail.com
+M:	Chen Liqin <liqin.chen@sunplusct.com>
+M:	Lennox Wu <lennox.wu@gmail.com>
 W:	http://www.sunplusct.com
 S:	Supported
+F:	arch/score/
 
 SCSI CDROM DRIVER
 M:	Jens Axboe <axboe@kernel.dk>
@@ -4559,20 +4545,20 @@ S:	Maintained
 F:	drivers/mmc/host/sdricoh_cs.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
-S:     Orphan
-L:     linux-mmc@vger.kernel.org
-F:     drivers/mmc/host/sdhci.*
+S:	Orphan
+L:	linux-mmc@vger.kernel.org
+F:	drivers/mmc/host/sdhci.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
 M:	Anton Vorontsov <avorontsov@ru.mvista.com>
 L:	linuxppc-dev@ozlabs.org
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
-F:     drivers/mmc/host/sdhci-of.*
+F:	drivers/mmc/host/sdhci-of.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
 M:	Ben Dooks <ben-linux@fluff.org>
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci-s3c.c
 
@@ -4667,8 +4653,7 @@ F:	drivers/usb/gadget/lh7a40*
 F:	drivers/usb/host/ohci-lh7a40*
 
 SIMPLE FIRMWARE INTERFACE (SFI)
-P:	Len Brown
-M:	lenb@kernel.org
+M:	Len Brown <lenb@kernel.org>
 L:	sfi-devel@simplefirmware.org
 W:	http://simplefirmware.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5116,6 +5101,20 @@ L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/char/tpm/
 
+TRACING
+M:	Steven Rostedt <rostedt@goodmis.org>
+M:	Frederic Weisbecker <fweisbec@gmail.com>
+M:	Ingo Molnar <mingo@redhat.com>
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
+S:	Maintained
+F:	Documentation/trace/ftrace.txt
+F:	arch/*/*/*/ftrace.h
+F:	arch/*/kernel/ftrace.c
+F:	include/*/ftrace.h
+F:	include/linux/trace*.h
+F:	include/trace/
+F:	kernel/trace/
+
 TRIVIAL PATCHES
 M:	Jiri Kosina <trivial@kernel.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5675,8 +5674,7 @@ S:	Maintained
 F:	drivers/scsi/wd7000.c
 
 WINBOND CIR DRIVER
-P:	David Hrdeman
-M:	david@hardeman.nu
+M:	David Härdeman <david@hardeman.nu>
 S:	Maintained
 F:	drivers/input/misc/winbond-cir.c
 
@@ -5733,9 +5731,7 @@ F:	drivers/input/touchscreen/*wm97*
 F:	include/linux/wm97xx.h
 
 WOLFSON MICROELECTRONICS PMIC DRIVERS
-P:	Mark Brown
-M:	broonie@opensource.wolfsonmicro.com
-L:	linux-kernel@vger.kernel.org
+M:	Mark Brown <broonie@opensource.wolfsonmicro.com>
 T:	git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
 W:	http://opensource.wolfsonmicro.com/node/8
 S:	Supported


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: m.d --]
[-- Type: text/x-dsrc; name="m.d"; charset="UTF-8", Size: 4843 bytes --]

diff --git a/MAINTAINERS b/MAINTAINERS
index e797c4d..50cd5bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -963,7 +963,7 @@ F:	drivers/net/atlx/
 
 ATM
 M:	Chas Williams <chas@cmf.nrl.navy.mil>
-L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
+L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
 L:	netdev@vger.kernel.org
 W:	http://linux-atm.sourceforge.net
 S:	Maintained
@@ -2115,7 +2115,7 @@ S:	Supported
 F:	arch/powerpc/sysdev/qe_lib/
 F:	arch/powerpc/include/asm/*qe.h
 
-FREESCALE USB PERIPHERIAL DRIVERS
+FREESCALE USB PERIPHERAL DRIVERS
 M:	Li Yang <leoli@freescale.com>
 L:	linux-usb@vger.kernel.org
 L:	linuxppc-dev@ozlabs.org
@@ -2166,18 +2166,6 @@ F:	Documentation/filesystems/caching/
 F:	fs/fscache/
 F:	include/linux/fscache*.h
 
-TRACING
-M:	Steven Rostedt <rostedt@goodmis.org>
-M:	Frederic Weisbecker <fweisbec@gmail.com>
-M:	Ingo Molnar <mingo@redhat.com>
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
-S:	Maintained
-F:	Documentation/trace/ftrace.txt
-F:	arch/*/*/*/ftrace.h
-F:	arch/*/kernel/ftrace.c
-F:	include/*/ftrace.h include/trace/ include/linux/trace*.h
-F:	kernel/trace/
-
 FUJITSU FR-V (FRV) PORT
 M:	David Howells <dhowells@redhat.com>
 S:	Maintained
@@ -2236,9 +2224,8 @@ S:	Maintained
 F:	include/asm-generic
 
 GENERIC UIO DRIVER FOR PCI DEVICES
-M:	Michael S. Tsirkin <mst@redhat.com>
+M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org
-L:	linux-kernel@vger.kernel.org
 S:	Supported
 F:	drivers/uio/uio_pci_generic.c
 
@@ -2968,7 +2955,7 @@ F:	scripts/Makefile.*
 KERNEL JANITORS
 L:	kernel-janitors@vger.kernel.org
 W:	http://www.kerneljanitors.org/
-S:	Maintained
+S:	Odd Fixes
 
 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
 M:	"J. Bruce Fields" <bfields@fieldses.org>
@@ -3740,7 +3727,7 @@ F:	drivers/video/riva/
 F:	drivers/video/nvidia/
 
 OMAP SUPPORT
-M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
+M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
@@ -4481,12 +4468,11 @@ F:	kernel/sched*
 F:	include/linux/sched.h
 
 SCORE ARCHITECTURE
-P:	Chen Liqin
-M:	liqin.chen@sunplusct.com
-P:	Lennox Wu
-M:	lennox.wu@gmail.com
+M:	Chen Liqin <liqin.chen@sunplusct.com>
+M:	Lennox Wu <lennox.wu@gmail.com>
 W:	http://www.sunplusct.com
 S:	Supported
+F:	arch/score/
 
 SCSI CDROM DRIVER
 M:	Jens Axboe <axboe@kernel.dk>
@@ -4559,20 +4545,20 @@ S:	Maintained
 F:	drivers/mmc/host/sdricoh_cs.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
-S:     Orphan
-L:     linux-mmc@vger.kernel.org
-F:     drivers/mmc/host/sdhci.*
+S:	Orphan
+L:	linux-mmc@vger.kernel.org
+F:	drivers/mmc/host/sdhci.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
 M:	Anton Vorontsov <avorontsov@ru.mvista.com>
 L:	linuxppc-dev@ozlabs.org
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
-F:     drivers/mmc/host/sdhci-of.*
+F:	drivers/mmc/host/sdhci-of.*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
 M:	Ben Dooks <ben-linux@fluff.org>
-L:     linux-mmc@vger.kernel.org
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci-s3c.c
 
@@ -4667,8 +4653,7 @@ F:	drivers/usb/gadget/lh7a40*
 F:	drivers/usb/host/ohci-lh7a40*
 
 SIMPLE FIRMWARE INTERFACE (SFI)
-P:	Len Brown
-M:	lenb@kernel.org
+M:	Len Brown <lenb@kernel.org>
 L:	sfi-devel@simplefirmware.org
 W:	http://simplefirmware.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
@@ -5116,6 +5101,20 @@ L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/char/tpm/
 
+TRACING
+M:	Steven Rostedt <rostedt@goodmis.org>
+M:	Frederic Weisbecker <fweisbec@gmail.com>
+M:	Ingo Molnar <mingo@redhat.com>
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
+S:	Maintained
+F:	Documentation/trace/ftrace.txt
+F:	arch/*/*/*/ftrace.h
+F:	arch/*/kernel/ftrace.c
+F:	include/*/ftrace.h
+F:	include/linux/trace*.h
+F:	include/trace/
+F:	kernel/trace/
+
 TRIVIAL PATCHES
 M:	Jiri Kosina <trivial@kernel.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
@@ -5675,8 +5674,7 @@ S:	Maintained
 F:	drivers/scsi/wd7000.c
 
 WINBOND CIR DRIVER
-P:	David Härdeman
-M:	david@hardeman.nu
+M:	David Härdeman <david@hardeman.nu>
 S:	Maintained
 F:	drivers/input/misc/winbond-cir.c
 
@@ -5733,9 +5731,7 @@ F:	drivers/input/touchscreen/*wm97*
 F:	include/linux/wm97xx.h
 
 WOLFSON MICROELECTRONICS PMIC DRIVERS
-P:	Mark Brown
-M:	broonie@opensource.wolfsonmicro.com
-L:	linux-kernel@vger.kernel.org
+M:	Mark Brown <broonie@opensource.wolfsonmicro.com>
 T:	git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
 W:	http://opensource.wolfsonmicro.com/node/8
 S:	Supported

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 00/11] MAINTAINERS cleanups
  2009-09-24 19:12   ` Joe Perches
@ 2009-09-24 21:45     ` Andrew Morton
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Morton @ 2009-09-24 21:45 UTC (permalink / raw)
  To: Joe Perches; +Cc: arjan, linux-kernel

On Thu, 24 Sep 2009 12:12:18 -0700
Joe Perches <joe@perches.com> wrote:

> On Thu, 2009-09-24 at 20:59 +0200, Arjan van de Ven wrote:
> > On Thu, 24 Sep 2009 11:41:48 -0700
> > Joe Perches <joe@perches.com> wrote:
> > > Yet another collection of MAINTAINERS cleanups
> > since all of this is to one file.. could you just make one big rollup
> > patch?
> 
> Sure, but individual patches to MAINTAINERS are better.
> 
> MAINTAINERS changes pretty quickly and the larger the patch,
> the more likely it won't apply correctly at any point in the
> future.

Yup, nanopatches to MAITNAINERS are much preferred, please.  It's
a rather high contention point!


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-09-24 21:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 18:41 [PATCH 00/11] MAINTAINERS cleanups Joe Perches
2009-09-24 18:41 ` [PATCH 01/11] MAINTAINERS: Update GENERIC UIO FOR PCI DEVICES Joe Perches
2009-09-24 18:41 ` [PATCH 02/11] MAINTAINERS: Update TRACING section Joe Perches
2009-09-24 18:41 ` [PATCH 03/11] MAINTAINERS: Update OMAP Tony Lindgren email name Joe Perches
2009-09-24 18:41 ` [PATCH 04/11] MAINTAINERS: Change ATM mailing list to moderated Joe Perches
2009-09-24 18:41 ` [PATCH 05/11] MAINTAINERS: Use tab not spaces after field types Joe Perches
2009-09-24 18:41 ` [PATCH 06/11] MAINTAINERS: JANITORS status set to Odd Fixes Joe Perches
2009-09-24 18:41 ` [PATCH 07/11] MAINTAINERS: Update SCORE architecture name style and add file pattern Joe Perches
2009-09-24 18:41 ` [PATCH 08/11] MAINTAINERS: SIMPLE FIRMWARE INTERFACE - Update email style Joe Perches
2009-09-24 18:41 ` [PATCH 09/11] MAINTAINERS: WINBOND CIR - Integrate P:/M: lines, fixup David Härdeman's name Joe Perches
2009-09-24 18:41 ` [PATCH 10/11] MAINTAINERS: Fixup PERIPHERAL spelling Joe Perches
2009-09-24 18:41 ` [PATCH 11/11] MAINTAINERS: Update WOLFSON MICROELECTRONICS Joe Perches
2009-09-24 18:59 ` [PATCH 00/11] MAINTAINERS cleanups Arjan van de Ven
2009-09-24 19:12   ` Joe Perches
2009-09-24 21:45     ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.