* [PATCH] Remove me from maintainers for serial and mmc
@ 2006-10-03 16:36 Russell King
2006-10-11 14:16 ` Pierre Ossman
0 siblings, 1 reply; 5+ messages in thread
From: Russell King @ 2006-10-03 16:36 UTC (permalink / raw)
To: linux-kernel, Linus Torvalds, Andrew Morton
As advertised earlier. I invite interested parties to take over and
add their own entries as they see fit.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
MAINTAINERS | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2c752d1..6d67af0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -144,11 +144,9 @@ L: netdev@vger.kernel.org
S: Maintained
8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
-P: Russell King
-M: rmk+serial@arm.linux.org.uk
L: linux-serial@vger.kernel.org
W: http://serial.sourceforge.net
-S: Maintained
+S: Orphan
8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
P: Paul Gortmaker
@@ -2003,9 +2001,7 @@ W: http://www.atnf.csiro.au/~rgooch/linu
S: Maintained
MULTIMEDIA CARD (MMC) SUBSYSTEM
-P: Russell King
-M: rmk+mmc@arm.linux.org.uk
-S: Maintained
+S: Orphan
MULTISOUND SOUND DRIVER
P: Andrew Veliath
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Remove me from maintainers for serial and mmc
2006-10-03 16:36 [PATCH] Remove me from maintainers for serial and mmc Russell King
@ 2006-10-11 14:16 ` Pierre Ossman
2006-10-11 16:48 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2006-10-11 14:16 UTC (permalink / raw)
To: linux-kernel, Linus Torvalds, Andrew Morton
Russell King wrote:
> As advertised earlier. I invite interested parties to take over and
> add their own entries as they see fit.
>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
I don't know the formal process, but I am willing to take over the
maintainership of MMC. This has been discussed, somewhat casually, in
the last couple of weeks and I haven't seen any objections so far. :)
Rgds
Pierre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Remove me from maintainers for serial and mmc
2006-10-11 14:16 ` Pierre Ossman
@ 2006-10-11 16:48 ` Andrew Morton
2006-10-11 18:15 ` Pierre Ossman
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2006-10-11 16:48 UTC (permalink / raw)
To: Pierre Ossman; +Cc: linux-kernel, Linus Torvalds
On Wed, 11 Oct 2006 16:16:39 +0200
Pierre Ossman <drzeus-list@drzeus.cx> wrote:
> Russell King wrote:
> > As advertised earlier. I invite interested parties to take over and
> > add their own entries as they see fit.
> >
> > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
>
> I don't know the formal process, but I am willing to take over the
> maintainership of MMC. This has been discussed, somewhat casually, in
> the last couple of weeks and I haven't seen any objections so far. :)
>
Thanks. Please send a MAINTAINERS patch.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Remove me from maintainers for serial and mmc
2006-10-11 16:48 ` Andrew Morton
@ 2006-10-11 18:15 ` Pierre Ossman
2006-10-11 18:57 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Pierre Ossman @ 2006-10-11 18:15 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, Linus Torvalds
Andrew Morton wrote:
> Thanks. Please send a MAINTAINERS patch.
>
Some practical questions for my new role. I intend to set up a public
git repository (preferably on kernel.org, but I don't currently know the
criteria there) as a means to expose my patches.
>From what I've observed, the work flow is something like this:
Have a "for-andrew" and a "for-linus" branch, depending on stuff for -mm
or the main tree. Moving stuff between the two will be done in my rep
and after which I send pull requests to LKML.
This might be a misunderstanding on my part, or for other reasons, not a
way you wish to work. So I'm open to input on how I should structure things.
Rgds
Pierre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Remove me from maintainers for serial and mmc
2006-10-11 18:15 ` Pierre Ossman
@ 2006-10-11 18:57 ` Andrew Morton
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2006-10-11 18:57 UTC (permalink / raw)
To: Pierre Ossman; +Cc: linux-kernel, Linus Torvalds
On Wed, 11 Oct 2006 20:15:56 +0200
Pierre Ossman <drzeus-list@drzeus.cx> wrote:
> Andrew Morton wrote:
> > Thanks. Please send a MAINTAINERS patch.
> >
>
> Some practical questions for my new role. I intend to set up a public
> git repository (preferably on kernel.org, but I don't currently know the
> criteria there) as a means to expose my patches.
Send request to the nice people at ftpadmin@kernel.org. gpg keys will be
needed. See http://www.kernel.org/faq/#account
> >From what I've observed, the work flow is something like this:
>
> Have a "for-andrew" and a "for-linus" branch, depending on stuff for -mm
> or the main tree. Moving stuff between the two will be done in my rep
> and after which I send pull requests to LKML.
>
> This might be a misunderstanding on my part, or for other reasons, not a
> way you wish to work. So I'm open to input on how I should structure things.
That's all ideal - go for it.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-11 18:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-03 16:36 [PATCH] Remove me from maintainers for serial and mmc Russell King
2006-10-11 14:16 ` Pierre Ossman
2006-10-11 16:48 ` Andrew Morton
2006-10-11 18:15 ` Pierre Ossman
2006-10-11 18:57 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox