linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] MAINTAINERS F: pattern fixes
@ 2012-01-20 20:36 Joe Perches
  2012-01-20 20:36 ` [PATCH 1/5] MAINTAINERS: Update partitions block F: patterns Joe Perches
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Joe Perches (5):
  MAINTAINERS: Update partitions block F: patterns
  MAINTAINERS: Remove iMX5 section
  MAINTAINERS: Remove staging sections
  MAINTAINERS: Update lguest F: patterns
  MAINTAINERS: Fix REMOTEPROC F: typo

 MAINTAINERS |   26 +++++---------------------
 1 files changed, 5 insertions(+), 21 deletions(-)

-- 
1.7.8.111.gad25c.dirty


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

* [PATCH 1/5] MAINTAINERS: Update partitions block F: patterns
  2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
@ 2012-01-20 20:36 ` Joe Perches
  2012-01-20 20:36 ` [PATCH 2/5] MAINTAINERS: Remove iMX5 section Joe Perches
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Al Viro

Commit 9be96f3fd101 ("move fs/partitions to block/")
moved the files, update the patterns.

cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 56818fe..a37165b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4122,7 +4122,7 @@ L:	linux-ntfs-dev@lists.sourceforge.net
 W:	http://www.linux-ntfs.org/content/view/19/37/
 S:	Maintained
 F:	Documentation/ldm.txt
-F:	fs/partitions/ldm.*
+F:	block/partitions/ldm.*
 
 LogFS
 M:	Joern Engel <joern@logfs.org>
@@ -5647,7 +5647,7 @@ W:	http://www.ibm.com/developerworks/linux/linux390/
 S:	Supported
 F:	arch/s390/
 F:	drivers/s390/
-F:	fs/partitions/ibm.c
+F:	block/partitions/ibm.c
 F:	Documentation/s390/
 F:	Documentation/DocBook/s390*
 
-- 
1.7.8.111.gad25c.dirty


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

* [PATCH 2/5] MAINTAINERS: Remove iMX5 section
  2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
  2012-01-20 20:36 ` [PATCH 1/5] MAINTAINERS: Update partitions block F: patterns Joe Perches
@ 2012-01-20 20:36 ` Joe Perches
  2012-01-20 20:36 ` [PATCH 3/5] MAINTAINERS: Remove staging sections Joe Perches
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Amit Kucheria, Sascha Hauer

commit 784a90c0a7d8f5 ("ARM i.MX: Merge i.MX5 support into mach-imx")
merged the files, remove the iMX5 section.

cc: Amit Kucheria <amit.kucheria@canonical.com>
cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a37165b..39d9e78 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -789,12 +789,6 @@ F:	arch/arm/mach-mx*/
 F:	arch/arm/mach-imx/
 F:	arch/arm/plat-mxc/
 
-ARM/FREESCALE IMX51
-M:	Amit Kucheria <amit.kucheria@canonical.com>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Maintained
-F:	arch/arm/mach-mx5/
-
 ARM/FREESCALE IMX6
 M:	Shawn Guo <shawn.guo@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
1.7.8.111.gad25c.dirty


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

* [PATCH 3/5] MAINTAINERS: Remove staging sections
  2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
  2012-01-20 20:36 ` [PATCH 1/5] MAINTAINERS: Update partitions block F: patterns Joe Perches
  2012-01-20 20:36 ` [PATCH 2/5] MAINTAINERS: Remove iMX5 section Joe Perches
@ 2012-01-20 20:36 ` Joe Perches
  2012-01-20 20:36 ` [PATCH 4/5] MAINTAINERS: Update lguest F: patterns Joe Perches
  2012-01-20 20:36 ` [PATCH 5/5] MAINTAINERS: Fix REMOTEPROC F: typo Joe Perches
  4 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Mauro Carvalho Chehab

Two commits moved files from staging to drivers/media/

commit d6ce55de3abcc ("[media] move cx25821 out of staging")
commit be30497085080 ("[media] move tm6000 to drivers/media/video")

Remove the sections.

cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 39d9e78..3b99e4a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6312,11 +6312,6 @@ M:	Mori Hess <fmhess@users.sourceforge.net>
 S:	Odd Fixes
 F:	drivers/staging/comedi/
 
-STAGING - CONEXANT CX25821 PCIE BRIDGE
-L:	linux-media@vger.kernel.org
-S:	Odd Fixes
-F:	drivers/staging/cx25821/
-
 STAGING - CRYSTAL HD VIDEO DECODER
 M:	Naren Sankar <nsankar@broadcom.com>
 M:	Jarod Wilson <jarod@wilsonet.com>
@@ -6409,11 +6404,6 @@ M:	Omar Ramirez Luna <omar.ramirez@ti.com>
 S:	Odd Fixes
 F:	drivers/staging/tidspbridge/
 
-STAGING - TRIDENT TVMASTER TMxxxx USB VIDEO CAPTURE DRIVERS
-L:	linux-media@vger.kernel.org
-S:	Odd Fixes
-F:	drivers/staging/tm6000/
-
 STAGING - USB ENE SM/MS CARD READER DRIVER
 M:	Al Cho <acho@novell.com>
 S:	Odd Fixes
-- 
1.7.8.111.gad25c.dirty


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

* [PATCH 4/5] MAINTAINERS: Update lguest F: patterns
  2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
                   ` (2 preceding siblings ...)
  2012-01-20 20:36 ` [PATCH 3/5] MAINTAINERS: Remove staging sections Joe Perches
@ 2012-01-20 20:36 ` Joe Perches
  2012-01-20 20:36 ` [PATCH 5/5] MAINTAINERS: Fix REMOTEPROC F: typo Joe Perches
  4 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Davidlohr Bueso

commit 07fe9977b623 ("lguest: move the lguest tool to the tools directory")
moved the files, update the patterns.  Sort F: patterns alphabetically too.

cc: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b99e4a..ff21f0a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3972,11 +3972,11 @@ M:	Rusty Russell <rusty@rustcorp.com.au>
 L:	lguest@lists.ozlabs.org
 W:	http://lguest.ozlabs.org/
 S:	Odd Fixes
-F:	Documentation/virtual/lguest/
+F:	arch/x86/include/asm/lguest*.h
 F:	arch/x86/lguest/
 F:	drivers/lguest/
 F:	include/linux/lguest*.h
-F:	arch/x86/include/asm/lguest*.h
+F:	tools/lguest/
 
 LINUX FOR IBM pSERIES (RS/6000)
 M:	Paul Mackerras <paulus@au.ibm.com>
-- 
1.7.8.111.gad25c.dirty


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

* [PATCH 5/5] MAINTAINERS: Fix REMOTEPROC F: typo
  2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
                   ` (3 preceding siblings ...)
  2012-01-20 20:36 ` [PATCH 4/5] MAINTAINERS: Update lguest F: patterns Joe Perches
@ 2012-01-20 20:36 ` Joe Perches
  4 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2012-01-20 20:36 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Ohad Ben-Cohen

remoteproc.txt should have been .h

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

diff --git a/MAINTAINERS b/MAINTAINERS
index ff21f0a..d615fef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5562,7 +5562,7 @@ M:	Ohad Ben-Cohen <ohad@wizery.com>
 S:	Maintained
 F:	drivers/remoteproc/
 F:	Documentation/remoteproc.txt
-F:	include/linux/remoteproc.txt
+F:	include/linux/remoteproc.h
 
 RFKILL
 M:	Johannes Berg <johannes@sipsolutions.net>
-- 
1.7.8.111.gad25c.dirty


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

end of thread, other threads:[~2012-01-20 20:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-20 20:36 [PATCH 0/5] MAINTAINERS F: pattern fixes Joe Perches
2012-01-20 20:36 ` [PATCH 1/5] MAINTAINERS: Update partitions block F: patterns Joe Perches
2012-01-20 20:36 ` [PATCH 2/5] MAINTAINERS: Remove iMX5 section Joe Perches
2012-01-20 20:36 ` [PATCH 3/5] MAINTAINERS: Remove staging sections Joe Perches
2012-01-20 20:36 ` [PATCH 4/5] MAINTAINERS: Update lguest F: patterns Joe Perches
2012-01-20 20:36 ` [PATCH 5/5] MAINTAINERS: Fix REMOTEPROC F: typo Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).