All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
@ 2007-08-13  6:30 joe
  2007-08-13 10:19 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: joe @ 2007-08-13  6:30 UTC (permalink / raw)
  To: torvalds, ralf, linux-mips, linux-kernel, akpm

Add file pattern to MAINTAINER entry

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 6263958..207331c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2501,6 +2501,8 @@ P:	Ralf Baechle
 M:	ralf@linux-mips.org
 L:	linux-mips@linux-mips.org
 S:	Maintained
+F:	drivers/net/ioc3-eth.c
+F:	drivers/serial/ioc3_serial.c
 
 IP MASQUERADING:
 P:	Juanjo Ciarlante

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

* Re: [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
  2007-08-13  6:30 [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER joe
@ 2007-08-13 10:19 ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2007-08-13 10:19 UTC (permalink / raw)
  To: joe; +Cc: torvalds, linux-mips, linux-kernel, akpm, Patrick Gefre

On Sun, Aug 12, 2007 at 11:30:06PM -0700, joe@perches.com wrote:

> Add file pattern to MAINTAINER entry
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6263958..207331c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2501,6 +2501,8 @@ P:	Ralf Baechle
>  M:	ralf@linux-mips.org
>  L:	linux-mips@linux-mips.org
>  S:	Maintained
> +F:	drivers/net/ioc3-eth.c
> +F:	drivers/serial/ioc3_serial.c

Although for the same multifunction device at this stage the IOC3 ethernet
and ioc3_serial are totally separate, so I suggest to add a separate
MAINTAINERS entry for ioc3_serial with Patrick Gefre <pfg@sgi.com> as the
maintainer.

  Ralf

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

* Re: [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
       [not found] <Pine.SGI.3.96.1070815090732.63602A-100000@fsgi900.americas.sgi.com>
@ 2007-08-15 17:31 ` Joe Perches
  2007-08-16 10:52   ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2007-08-15 17:31 UTC (permalink / raw)
  To: Pat Gefre; +Cc: Ralf Baechle, linux-kernel

On Wed, 2007-08-15 at 09:08 -0500, Pat Gefre wrote:
> On Tue, 14 Aug 2007, Joe Perches wrote:
> + On Mon, 2007-08-13 at 11:19 +0100, Ralf Baechle wrote:
> + > I suggest to add a separate
> + > MAINTAINERS entry for ioc3_serial with Patrick Gefre <pfg@sgi.com> as the
> + > maintainer.
> + Patrick? Is that what you want?
> Yeah that's fine. I'm the most likely person for this.

IOC3 DRIVER
P:	Ralf Baechle
M:	ralf@linux-mips.org
L:	linux-mips@linux-mips.org
S:	Maintained
F:	drivers/net/ioc3-eth.c

IOC3 SERIAL DRIVER
P:	Pat Gefre
M:	pfg@sgi.com
L:	linux-mips@linux-mips.org
S:	Maintained
F:	drivers/serial/ioc3_serial.c




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

* Re: [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
  2007-08-15 17:31 ` Joe Perches
@ 2007-08-16 10:52   ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2007-08-16 10:52 UTC (permalink / raw)
  To: Joe Perches; +Cc: Pat Gefre, linux-kernel

On Wed, Aug 15, 2007 at 10:31:35AM -0700, Joe Perches wrote:
> From: Joe Perches <joe@perches.com>
> Date: Wed, 15 Aug 2007 10:31:35 -0700
> To: Pat Gefre <pfg@americas.sgi.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>, linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
> Content-Type: text/plain
> 
> On Wed, 2007-08-15 at 09:08 -0500, Pat Gefre wrote:
> > On Tue, 14 Aug 2007, Joe Perches wrote:
> > + On Mon, 2007-08-13 at 11:19 +0100, Ralf Baechle wrote:
> > + > I suggest to add a separate
> > + > MAINTAINERS entry for ioc3_serial with Patrick Gefre <pfg@sgi.com> as the
> > + > maintainer.
> > + Patrick? Is that what you want?
> > Yeah that's fine. I'm the most likely person for this.
> 
> IOC3 DRIVER
> P:	Ralf Baechle
> M:	ralf@linux-mips.org
> L:	linux-mips@linux-mips.org
> S:	Maintained
> F:	drivers/net/ioc3-eth.c
> 
> IOC3 SERIAL DRIVER
> P:	Pat Gefre
> M:	pfg@sgi.com
> L:	linux-mips@linux-mips.org
> S:	Maintained
> F:	drivers/serial/ioc3_serial.c

Looks good.

  Ralf

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

end of thread, other threads:[~2007-08-16 10:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  6:30 [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER joe
2007-08-13 10:19 ` Ralf Baechle
     [not found] <Pine.SGI.3.96.1070815090732.63602A-100000@fsgi900.americas.sgi.com>
2007-08-15 17:31 ` Joe Perches
2007-08-16 10:52   ` Ralf Baechle

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.