* 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread[parent not found: <46CB73FD.10009@sgi.com>]
* [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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread
* [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER
@ 2007-08-13 6:30 joe
2007-08-13 10:19 ` Ralf Baechle
0 siblings, 1 reply; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2007-08-23 14:59 UTC | newest]
Thread overview: 6+ 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
2007-08-13 6:30 [PATCH] [261/2many] MAINTAINERS - IOC3 DRIVER joe
2007-08-13 10:19 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox