public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] Orphaning MMC host drivers
@ 2007-05-14 19:38 Pierre Ossman
  2007-05-15  0:30 ` Pavel Pisa
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pierre Ossman @ 2007-05-14 19:38 UTC (permalink / raw)
  To: LKML
  Cc: Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Russell King,
	Tony Lindgren, David Brownell, Juha Yrjölä,
	Carlos Aguiar, Briglia >> "Anderson F. Briglia",
	Kyungmin Park, Khasim, Syed

[-- 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

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-14 19:38 [RFC] Orphaning MMC host drivers Pierre Ossman
@ 2007-05-15  0:30 ` Pavel Pisa
  2007-05-15  9:37   ` Pierre Ossman
  2007-05-15 19:14 ` Syed Mohammed, Khasim
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Pavel Pisa @ 2007-05-15  0:30 UTC (permalink / raw)
  To: Pierre Ossman
  Cc: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Sascha Hauer, Russell King, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Khasim, Syed, Sascha Hauer

On Monday 14 May 2007 21:38, Pierre Ossman wrote:
> @@ -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

Hello Pierre,

as I have already stated, I would take responsibility
for I.MX SDHC driver. It is not perfect, but I am trying
to keep and fix it and I would be happy to receive
feedback or help from others.

The actual state is such, that read works for both SD/MMC,
but write is failing. The write path is timing sensitive
and some other kernel changes above 2.6.18 exposes these
problems. I have some ideas, how to dig for this problem
in mind, but I did not find time to try them yet.

I have already proposed MAINTAINERS change, but you
did not liked to point L: field to "sdhci-devel" list.
I propose ALKML mailing list this time as you suggested.

Do you include change or should I send my own patch
for review? Would you suggest change in driver name
to MOTOROLA I.MX MMCI DRIVER ?

Best wishes

            Pavel

My original proposal with L: changed to ALKML

Index: linux-2.6.21/MAINTAINERS
===================================================================
--- linux-2.6.21.orig/MAINTAINERS
+++ linux-2.6.21/MAINTAINERS
@@ -1717,6 +1717,13 @@ M:       lethal@chaoticdreams.org
 L:     linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
 S:     Maintained

+IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
+P:     Pavel Pisa
+M:     ppisa@pikron.com
+L:     linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
+W:     http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
+S:     Maintained
+
 INFINIBAND SUBSYSTEM
 P:     Roland Dreier
 M:     rolandd@cisco.com



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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-15  0:30 ` Pavel Pisa
@ 2007-05-15  9:37   ` Pierre Ossman
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Ossman @ 2007-05-15  9:37 UTC (permalink / raw)
  To: Pavel Pisa
  Cc: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Sascha Hauer, Russell King, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Khasim, Syed

Pavel Pisa wrote:
> 
> as I have already stated, I would take responsibility
> for I.MX SDHC driver. It is not perfect, but I am trying
> to keep and fix it and I would be happy to receive
> feedback or help from others.
> 

Great.

> 
> Do you include change or should I send my own patch
> for review? Would you suggest change in driver name
> to MOTOROLA I.MX MMCI DRIVER ?
> 

I'll included it in my end.

As for the name, I think it's easier for people to find stuff if the vendor name
is included. I'll take your name (which is more detailed) and stick a MOTOROLA
in the front.

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

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

* RE: [RFC] Orphaning MMC host drivers
  2007-05-14 19:38 [RFC] Orphaning MMC host drivers Pierre Ossman
  2007-05-15  0:30 ` Pavel Pisa
@ 2007-05-15 19:14 ` Syed Mohammed, Khasim
  2007-05-15 22:21   ` Pierre Ossman
  2007-05-20 19:11 ` Russell King
  2007-07-13 11:35 ` Nicolas Ferre
  3 siblings, 1 reply; 10+ messages in thread
From: Syed Mohammed, Khasim @ 2007-05-15 19:14 UTC (permalink / raw)
  To: Pierre Ossman, LKML
  Cc: Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Russell King,
	Tony Lindgren, David Brownell, Juha Yrjölä,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Carlos Aguiar

Hi Pierre,

Carlos Aguiar and Anderson Briglia are interested in making sure the driver works for existing boards as they have access to them, and I can make it work for new omaps (2430, 3430).

TI OMAP MMC INTERFACE DRIVER
P:	Carlos Aguiar, Anderson Briglia and Syed Khasim
M:	linux-omap-open-source@linux.omap.com 
W:	http://linux.omap.com
W:	http://www.muru.com/linux/omap/
S:	Maintained

Regards,
Khasim

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-15 19:14 ` Syed Mohammed, Khasim
@ 2007-05-15 22:21   ` Pierre Ossman
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Ossman @ 2007-05-15 22:21 UTC (permalink / raw)
  To: Syed Mohammed, Khasim
  Cc: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Russell King,
	Tony Lindgren, David Brownell, Juha Yrjölä,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Carlos Aguiar

Syed Mohammed, Khasim wrote:
> Hi Pierre,
> 
> Carlos Aguiar and Anderson Briglia are interested in making sure the driver works for existing boards as they have access to them, and I can make it work for new omaps (2430, 3430).
> 

Great. I'll update my info.

-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-14 19:38 [RFC] Orphaning MMC host drivers Pierre Ossman
  2007-05-15  0:30 ` Pavel Pisa
  2007-05-15 19:14 ` Syed Mohammed, Khasim
@ 2007-05-20 19:11 ` Russell King
  2007-05-20 19:16   ` Pierre Ossman
  2007-07-13 11:35 ` Nicolas Ferre
  3 siblings, 1 reply; 10+ messages in thread
From: Russell King @ 2007-05-20 19:11 UTC (permalink / raw)
  To: Pierre Ossman
  Cc: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> Anderson F. Briglia, Kyungmin Park, Khasim, Syed

On Mon, May 14, 2007 at 09:38:49PM +0200, Pierre Ossman wrote:
> 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.

You can add me for mmci.c

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-20 19:11 ` Russell King
@ 2007-05-20 19:16   ` Pierre Ossman
  2007-05-20 19:18     ` Russell King
  0 siblings, 1 reply; 10+ messages in thread
From: Pierre Ossman @ 2007-05-20 19:16 UTC (permalink / raw)
  To: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> Anderson F. Briglia, Kyungmin Park, Khasim, Syed

Russell King wrote:
> On Mon, May 14, 2007 at 09:38:49PM +0200, Pierre Ossman wrote:
>> 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.
> 
> You can add me for mmci.c
> 

Great. Do you want the LAKML there aswell?

-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-20 19:16   ` Pierre Ossman
@ 2007-05-20 19:18     ` Russell King
  0 siblings, 0 replies; 10+ messages in thread
From: Russell King @ 2007-05-20 19:18 UTC (permalink / raw)
  To: Pierre Ossman
  Cc: LKML, Nicolas FERRE, Andrew Victor, Ralf Baechle, Manuel Lauss,
	Yoichi Yuasa, Pavel Pisa, Sascha Hauer, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> Anderson F. Briglia, Kyungmin Park, Khasim, Syed

On Sun, May 20, 2007 at 09:16:44PM +0200, Pierre Ossman wrote:
> Russell King wrote:
> > On Mon, May 14, 2007 at 09:38:49PM +0200, Pierre Ossman wrote:
> >> 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.
> > 
> > You can add me for mmci.c
> > 
> 
> Great. Do you want the LAKML there aswell?

Probably be a good idea.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

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

* Re: [RFC] Orphaning MMC host drivers
  2007-05-14 19:38 [RFC] Orphaning MMC host drivers Pierre Ossman
                   ` (2 preceding siblings ...)
  2007-05-20 19:11 ` Russell King
@ 2007-07-13 11:35 ` Nicolas Ferre
  2007-07-15 16:43   ` Pierre Ossman
  3 siblings, 1 reply; 10+ messages in thread
From: Nicolas Ferre @ 2007-07-13 11:35 UTC (permalink / raw)
  To: Pierre Ossman
  Cc: LKML, Andrew Victor, Ralf Baechle, Manuel Lauss, Yoichi Yuasa,
	Pavel Pisa, Sascha Hauer, Russell King, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Khasim, Syed

Pierre Ossman :
> +ATMEL AT91 MCI DRIVER
> +S:	Orphan
> +

Hi Pierre,

I come back on this request... better late than never ;-)

As I have patched the AT91 MCI driver these days, with the kind help of 
a few people, I think I can now add myself as maintainer for this 
driver. Here is the entry below.

Kind regards,
-- 
Nicolas Ferre

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -662,7 +662,12 @@
  S:	Maintained

  ATMEL AT91 MCI DRIVER
-S:	Orphan
+P:	Nicolas Ferre
+M:	nicolas.ferre@rfo.atmel.com
+L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
+W:	http://www.atmel.com/products/AT91/
+W:	http://www.at91.com/
+S:	Maintained

  ATMEL MACB ETHERNET DRIVER
  P:	Haavard Skinnemoen



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

* Re: [RFC] Orphaning MMC host drivers
  2007-07-13 11:35 ` Nicolas Ferre
@ 2007-07-15 16:43   ` Pierre Ossman
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Ossman @ 2007-07-15 16:43 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: LKML, Andrew Victor, Ralf Baechle, Manuel Lauss, Yoichi Yuasa,
	Pavel Pisa, Sascha Hauer, Russell King, Tony Lindgren,
	David Brownell, Juha Yrjölä, Carlos Aguiar,
	Briglia >> "Anderson F. Briglia", Kyungmin Park,
	Khasim, Syed

On Fri, 13 Jul 2007 13:35:35 +0200
Nicolas Ferre <nicolas.ferre@rfo.atmel.com> wrote:

> 
> Hi Pierre,
> 
> I come back on this request... better late than never ;-)
> 
> As I have patched the AT91 MCI driver these days, with the kind help
> of a few people, I think I can now add myself as maintainer for this 
> driver. Here is the entry below.
> 

Wonderful. And good luck ;)

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

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

end of thread, other threads:[~2007-07-15 16:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14 19:38 [RFC] Orphaning MMC host drivers Pierre Ossman
2007-05-15  0:30 ` 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

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