* 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