From: Pierre Ossman <drzeus-mmc@drzeus.cx>
To: LKML <linux-kernel@vger.kernel.org>
Cc: "Nicolas FERRE" <nicolas.ferre@rfo.atmel.com>,
"Andrew Victor" <andrew@sanpeople.com>,
"Ralf Baechle" <ralf@linux-mips.org>,
"Manuel Lauss" <mano@roarinelk.homelinux.net>,
"Yoichi Yuasa" <yoichi_yuasa@tripeaks.co.jp>,
"Pavel Pisa" <pisa@cmp.felk.cvut.cz>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Russell King" <rmk+lkml@arm.linux.org.uk>,
"Tony Lindgren" <tony@atomide.com>,
"David Brownell" <david-b@pacbell.net>,
"Juha Yrjölä" <juha.yrjola@solidboot.com>,
"Carlos Aguiar" <carlos.aguiar@indt.org.br>,
"Briglia >> \"Anderson F. Briglia\""
<anderson.briglia@indt.org.br>,
"Kyungmin Park" <kmpark@infradead.org>,
"Khasim, Syed" <x0khasim@ti.com>
Subject: [RFC] Orphaning MMC host drivers
Date: Mon, 14 May 2007 21:38:49 +0200 [thread overview]
Message-ID: <4648BAC9.5020405@drzeus.cx> (raw)
[-- Attachment #1: Type: text/plain, Size: 741 bytes --]
I've reached the point where I've grown tired of trying to figure out who has
hardware for what. I intend to commit the following in a few days so if you care
about the quality of the drivers it's time to step up to the plate.
There's a rather long list of cc here, but I've included everyone that has been
involved in the drivers in one way or another in case one or two maintainers can
actually be found.
Even if you don't feel like maintaining this, feel free to suggest mailing lists
that should be added to the entries.
Rgds
--
-- Pierre Ossman
Linux kernel, MMC maintainer http://www.kernel.org
PulseAudio, core developer http://pulseaudio.org
rdesktop, core developer http://www.rdesktop.org
[-- Attachment #2: maint.patch --]
[-- Type: text/x-patch, Size: 1850 bytes --]
commit 11c3d5e4b871fc69d72f67811d4eb6bfd7084c43
Author: Pierre Ossman <drzeus@drzeus.cx>
Date: Mon May 14 21:25:26 2007 +0200
mmc: mark unmaintained drivers
Most of the host controller drivers in the MMC layer lacks an
official maintainer. Make sure this is mentioned in MAINTAINERS
in case someone wants to pick up the ball.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/MAINTAINERS b/MAINTAINERS
index 68a56ad..8f1b60c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -346,6 +346,9 @@ P: Ivan Kokshaysky
M: ink@jurassic.park.msu.ru
S: Maintained for 2.4; PCI support for 2.6.
+AMD AU1XX0 MMC DRIVER
+S: Orphan
+
AMD GEODE PROCESSOR/CHIPSET SUPPORT
P: Jordan Crouse
M: info-linux@geode.amd.com
@@ -418,6 +421,9 @@ P: Ian Molton
M: spyro@f2s.com
S: Maintained
+ARM PRIMECELL MMCI PL180/1 DRIVER
+S: Orphan
+
ARM/ADI ROADRUNNER MACHINE SUPPORT
P: Lennert Buytenhek
M: kernel@wantstofly.org
@@ -649,6 +655,9 @@ L: linux-atm-general@lists.sourceforge.net (subscribers-only)
W: http://linux-atm.sourceforge.net
S: Maintained
+ATMEL AT91 MCI DRIVER
+S: Orphan
+
ATMEL MACB ETHERNET DRIVER
P: Haavard Skinnemoen
M: hskinnemoen@atmel.com
@@ -2382,6 +2391,9 @@ M: stelian@popies.net
W: http://popies.net/meye/
S: Maintained
+MOTOROLA I.MX MMCI DRIVER
+S: Orphan
+
MOUSE AND MISC DEVICES [GENERAL]
P: Alessandro Rubini
M: rubini@ipvvis.unipv.it
@@ -2902,6 +2914,9 @@ M: nico@cam.org
L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
S: Maintained
+PXA MMCI DRIVER
+S: Orphan
+
QLOGIC QLA2XXX FC-SCSI DRIVER
P: Andrew Vasquez
M: linux-driver@qlogic.com
@@ -3417,6 +3432,9 @@ P: Alex Dubov
M: oakad@yahoo.com
S: Maintained
+TI OMAP MMC INTERFACE DRIVER
+S: Orphan
+
TI OMAP RANDOM NUMBER GENERATOR SUPPORT
P: Deepak Saxena
M: dsaxena@plexity.net
next reply other threads:[~2007-05-14 19:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-14 19:38 Pierre Ossman [this message]
2007-05-15 0:30 ` [RFC] Orphaning MMC host drivers Pavel Pisa
2007-05-15 9:37 ` Pierre Ossman
2007-05-15 19:14 ` Syed Mohammed, Khasim
2007-05-15 22:21 ` Pierre Ossman
2007-05-20 19:11 ` Russell King
2007-05-20 19:16 ` Pierre Ossman
2007-05-20 19:18 ` Russell King
2007-07-13 11:35 ` Nicolas Ferre
2007-07-15 16:43 ` Pierre Ossman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4648BAC9.5020405@drzeus.cx \
--to=drzeus-mmc@drzeus.cx \
--cc=anderson.briglia@indt.org.br \
--cc=andrew@sanpeople.com \
--cc=carlos.aguiar@indt.org.br \
--cc=david-b@pacbell.net \
--cc=juha.yrjola@solidboot.com \
--cc=kmpark@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mano@roarinelk.homelinux.net \
--cc=nicolas.ferre@rfo.atmel.com \
--cc=pisa@cmp.felk.cvut.cz \
--cc=ralf@linux-mips.org \
--cc=rmk+lkml@arm.linux.org.uk \
--cc=s.hauer@pengutronix.de \
--cc=tony@atomide.com \
--cc=x0khasim@ti.com \
--cc=yoichi_yuasa@tripeaks.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox