All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup
@ 2010-06-12  1:06 Joe Perches
  2010-06-12  1:06 ` [PATCH 1/7] MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR Joe Perches
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Joe Perches (7):
  MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
  MAINTAINERS: Add patterns to DELL WMI EXTRAS
  MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX
  MAINTAINERS: Add patterns to OMAP USB
  MAINTAINERS: Remove section PROMISE DC4030
  MAINTAINERS: Add patterns to PS3VRAM DRIVER
  MAINTAINERS: Add patterns to WIMAX STACK

 MAINTAINERS |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)


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

* [PATCH 1/7] MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 2/7] MAINTAINERS: Add patterns to DELL WMI EXTRAS Joe Perches
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Neil Horman

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 55ad815..aa236b5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1722,6 +1722,8 @@ CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
 M:	Neil Horman <nhorman@tuxdriver.com>
 L:	linux-crypto@vger.kernel.org
 S:	Maintained
+F:	crypto/ansi_cprng.c
+F:	crypto/rng.c
 
 CS5535 Audio ALSA driver
 M:	Jaya Kumar <jayakumar.alsa@gmail.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 2/7] MAINTAINERS: Add patterns to DELL WMI EXTRAS
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
  2010-06-12  1:06 ` [PATCH 1/7] MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 3/7] MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX Joe Perches
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Matthew Garrett

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa236b5..f322c72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1875,6 +1875,7 @@ F:	drivers/firmware/dcdbas.*
 DELL WMI EXTRAS DRIVER
 M:	Matthew Garrett <mjg59@srcf.ucam.org>
 S:	Maintained
+F:	drivers/platform/x86/dell-wmi.c
 
 DEVICE NUMBER REGISTRY
 M:	Torben Mathiasen <device@lanana.org>
-- 
1.7.1.244.gbdc4


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

* [PATCH 3/7] MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
  2010-06-12  1:06 ` [PATCH 1/7] MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR Joe Perches
  2010-06-12  1:06 ` [PATCH 2/7] MAINTAINERS: Add patterns to DELL WMI EXTRAS Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 4/7] MAINTAINERS: Add patterns to OMAP USB Joe Perches
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Vitaly Bordug, Marcelo Tosatti

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Vitaly Bordug <vitb@kernel.crashing.org>
Cc: Marcelo Tosatti <marcelo@kvack.org>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f322c72..f37ca69 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3495,6 +3495,7 @@ M:	Marcelo Tosatti <marcelo@kvack.org>
 W:	http://www.penguinppc.org/
 L:	linuxppc-dev@ozlabs.org
 S:	Maintained
+F:	arch/powerpc/platforms/8xx/
 
 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
 M:	Kumar Gala <galak@kernel.crashing.org>
-- 
1.7.1.244.gbdc4


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

* [PATCH 4/7] MAINTAINERS: Add patterns to OMAP USB
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
                   ` (2 preceding siblings ...)
  2010-06-12  1:06 ` [PATCH 3/7] MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 5/7] MAINTAINERS: Remove section PROMISE DC4030 Joe Perches
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Felipe Balbi, David Brownell

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
---
 MAINTAINERS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f37ca69..468c26c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4166,6 +4166,8 @@ M:	David Brownell <dbrownell@users.sourceforge.net>
 L:	linux-usb@vger.kernel.org
 L:	linux-omap@vger.kernel.org
 S:	Maintained
+F:	drivers/usb/*/*omap*
+F:	arch/arm/*omap*/usb*
 
 OMFS FILESYSTEM
 M:	Bob Copeland <me@bobcopeland.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 5/7] MAINTAINERS: Remove section PROMISE DC4030
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
                   ` (3 preceding siblings ...)
  2010-06-12  1:06 ` [PATCH 4/7] MAINTAINERS: Add patterns to OMAP USB Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 6/7] MAINTAINERS: Add patterns to PS3VRAM DRIVER Joe Perches
  2010-06-12  1:06 ` [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK Joe Perches
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 468c26c..a5310a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4535,11 +4535,6 @@ W:	http://prism54.org
 S:	Maintained
 F:	drivers/net/wireless/prism54/
 
-PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
-M:	Peter Denison <promise@pnd-pc.demon.co.uk>
-W:	http://www.pnd-pc.demon.co.uk/promise/
-S:	Maintained
-
 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
 M:	Mikael Pettersson <mikpe@it.uu.se>
 L:	linux-ide@vger.kernel.org
-- 
1.7.1.244.gbdc4


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

* [PATCH 6/7] MAINTAINERS: Add patterns to PS3VRAM DRIVER
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
                   ` (4 preceding siblings ...)
  2010-06-12  1:06 ` [PATCH 5/7] MAINTAINERS: Remove section PROMISE DC4030 Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-12  1:06 ` [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK Joe Perches
  6 siblings, 0 replies; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Jim Paris

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jim Paris <jim@jtan.com>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a5310a8..4cf783b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4567,6 +4567,7 @@ PS3VRAM DRIVER
 M:	Jim Paris <jim@jtan.com>
 L:	cbe-oss-dev@ozlabs.org
 S:	Maintained
+F:	drivers/block/ps3vram.c
 
 PTRACE SUPPORT
 M:	Roland McGrath <roland@redhat.com>
-- 
1.7.1.244.gbdc4


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

* [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK
  2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
                   ` (5 preceding siblings ...)
  2010-06-12  1:06 ` [PATCH 6/7] MAINTAINERS: Add patterns to PS3VRAM DRIVER Joe Perches
@ 2010-06-12  1:06 ` Joe Perches
  2010-06-14 16:55   ` Inaky Perez-Gonzalez
  6 siblings, 1 reply; 11+ messages in thread
From: Joe Perches @ 2010-06-12  1:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Inaky Perez-Gonzalez

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
---
 MAINTAINERS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4cf783b..03cfc1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6243,6 +6243,9 @@ M:	linux-wimax@intel.com
 L:	wimax@linuxwimax.org
 S:	Supported
 W:	http://linuxwimax.org
+F:	Documentation/wimax/README.wimax
+F:	include/net/wimax.h
+F:	net/wimax/
 
 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
 M:	David Vrabel <david.vrabel@csr.com>
-- 
1.7.1.244.gbdc4


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

* Re: [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK
  2010-06-12  1:06 ` [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK Joe Perches
@ 2010-06-14 16:55   ` Inaky Perez-Gonzalez
  2010-06-14 17:23     ` [PATCH V2 " Joe Perches
  0 siblings, 1 reply; 11+ messages in thread
From: Inaky Perez-Gonzalez @ 2010-06-14 16:55 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

On Fri, 2010-06-11 at 18:06 -0700, Joe Perches wrote: 
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>

You would be missing 

include/linux/wimax.h
include/linux/wimax/debug.h

[there is a file include/linux/wimax/i2400m.h that is part of the i2400m
driver, so I don't know if you could do include/linux/wimax*].

Thanks!

> ---
>  MAINTAINERS |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4cf783b..03cfc1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6243,6 +6243,9 @@ M:	linux-wimax@intel.com
>  L:	wimax@linuxwimax.org
>  S:	Supported
>  W:	http://linuxwimax.org
> +F:	Documentation/wimax/README.wimax
> +F:	include/net/wimax.h
> +F:	net/wimax/
>  
>  WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
>  M:	David Vrabel <david.vrabel@csr.com>




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

* [PATCH V2 7/7] MAINTAINERS: Add patterns to WIMAX STACK
  2010-06-14 16:55   ` Inaky Perez-Gonzalez
@ 2010-06-14 17:23     ` Joe Perches
  2010-06-14 17:33       ` Inaky Perez-Gonzalez
  0 siblings, 1 reply; 11+ messages in thread
From: Joe Perches @ 2010-06-14 17:23 UTC (permalink / raw)
  To: Inaky Perez-Gonzalez; +Cc: Andrew Morton, linux-kernel

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
---
 MAINTAINERS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4cf783b..03cfc1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6243,6 +6243,11 @@ M:        linux-wimax@intel.com
 L:	wimax@linuxwimax.org
 S:	Supported
 W:	http://linuxwimax.org
+F:	Documentation/wimax/README.wimax
+F:	include/linux/wimax.h
+F:	include/linux/wimax/debug.h
+F:	include/net/wimax.h
+F:	net/wimax/
 
 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
 M:	David Vrabel <david.vrabel@csr.com>
-- 
1.7.1.244.gbdc4



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

* Re: [PATCH V2 7/7] MAINTAINERS: Add patterns to WIMAX STACK
  2010-06-14 17:23     ` [PATCH V2 " Joe Perches
@ 2010-06-14 17:33       ` Inaky Perez-Gonzalez
  0 siblings, 0 replies; 11+ messages in thread
From: Inaky Perez-Gonzalez @ 2010-06-14 17:33 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, linux-kernel

On Mon, 2010-06-14 at 10:23 -0700, Joe Perches wrote: 
> Signed-off-by: Joe Perches <joe@perches.com>
> Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>

> ---
>  MAINTAINERS |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4cf783b..03cfc1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6243,6 +6243,11 @@ M:        linux-wimax@intel.com
>  L:	wimax@linuxwimax.org
>  S:	Supported
>  W:	http://linuxwimax.org
> +F:	Documentation/wimax/README.wimax
> +F:	include/linux/wimax.h
> +F:	include/linux/wimax/debug.h
> +F:	include/net/wimax.h
> +F:	net/wimax/
>  
>  WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
>  M:	David Vrabel <david.vrabel@csr.com>




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

end of thread, other threads:[~2010-06-14 17:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-12  1:06 [PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup Joe Perches
2010-06-12  1:06 ` [PATCH 1/7] MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR Joe Perches
2010-06-12  1:06 ` [PATCH 2/7] MAINTAINERS: Add patterns to DELL WMI EXTRAS Joe Perches
2010-06-12  1:06 ` [PATCH 3/7] MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX Joe Perches
2010-06-12  1:06 ` [PATCH 4/7] MAINTAINERS: Add patterns to OMAP USB Joe Perches
2010-06-12  1:06 ` [PATCH 5/7] MAINTAINERS: Remove section PROMISE DC4030 Joe Perches
2010-06-12  1:06 ` [PATCH 6/7] MAINTAINERS: Add patterns to PS3VRAM DRIVER Joe Perches
2010-06-12  1:06 ` [PATCH 7/7] MAINTAINERS: Add patterns to WIMAX STACK Joe Perches
2010-06-14 16:55   ` Inaky Perez-Gonzalez
2010-06-14 17:23     ` [PATCH V2 " Joe Perches
2010-06-14 17:33       ` Inaky Perez-Gonzalez

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.