public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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
       [not found]   ` <46CB73FD.10009@sgi.com>
  0 siblings, 2 replies; 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 ` [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER Joe Perches
@ 2007-08-16 10:52   ` Ralf Baechle
       [not found]   ` <46CB73FD.10009@sgi.com>
  1 sibling, 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

* [PATCH] Add MAINTAINERS entry for IOC3 serial driver
       [not found]   ` <46CB73FD.10009@sgi.com>
@ 2007-08-22 19:44     ` Ralf Baechle
  2007-08-23 14:59       ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2007-08-22 19:44 UTC (permalink / raw)
  To: Patrick Gefre, Andrew Morton; +Cc: Joe Perches, linux-kernel

The IOC3 is a multifunction device but not in sense of the PCI
specification.  Currently its ethernet and serial functionality are
supported by two separate drivers authored and maintained by different
people, so MAINTAINERS should reflect that.

diff --git a/MAINTAINERS b/MAINTAINERS
index 371fe67..d98dabd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2057,12 +2057,18 @@ L:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
 W:	http://ipw2200.sourceforge.net
 S:	Supported
 
-IOC3 DRIVER
+IOC3 ETHERNET DRIVER
 P:	Ralf Baechle
 M:	ralf@linux-mips.org
 L:	linux-mips@linux-mips.org
 S:	Maintained
 
+IOC3 SERIAL DRIVER
+P:	Pat Gefre
+M:	pfg@sgi.com
+L:	linux-kernel@linux-mips.org
+S:	Maintained
+
 IP MASQUERADING:
 P:	Juanjo Ciarlante
 M:	jjciarla@raiz.uncu.edu.ar

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

* Re: [PATCH] Add MAINTAINERS entry for IOC3 serial driver
  2007-08-22 19:44     ` [PATCH] Add MAINTAINERS entry for IOC3 serial driver Ralf Baechle
@ 2007-08-23 14:59       ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2007-08-23 14:59 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Patrick Gefre, Andrew Morton, linux-kernel

On Wed, 2007-08-22 at 20:44 +0100, Ralf Baechle wrote:
> The IOC3 is a multifunction device but not in sense of the PCI
> specification.  Currently its ethernet and serial functionality are
> supported by two separate drivers authored and maintained by different
> people, so MAINTAINERS should reflect that.

What I have right now:

IOC3 ETHERNET 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

end of thread, other threads:[~2007-08-23 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.SGI.3.96.1070815090732.63602A-100000@fsgi900.americas.sgi.com>
2007-08-15 17:31 ` [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER Joe Perches
2007-08-16 10:52   ` Ralf Baechle
     [not found]   ` <46CB73FD.10009@sgi.com>
2007-08-22 19:44     ` [PATCH] Add MAINTAINERS entry for IOC3 serial driver Ralf Baechle
2007-08-23 14:59       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox