* [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS
@ 2009-08-18 21:11 akpm
2009-08-18 22:08 ` Madhusudhan
0 siblings, 1 reply; 3+ messages in thread
From: akpm @ 2009-08-18 21:11 UTC (permalink / raw)
To: torvalds
Cc: akpm, HaraldWelte, JosephChan, ben-linux, drzeus, ian,
jarkko.lavinen, linux-mmc, manuel.lauss, nico, ppisa,
saschasommer
From: Andrew Morton <akpm@linux-foundation.org>
There are a number of individual MMC drivers listed in MAINTAINERS. I
didn't modify those records. Perhaps I should have.
Cc: <linux-mmc@vger.kernel.org>
Cc: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Nicolas Pitre <nico@cam.org>
Cc: Pierre Ossman <drzeus@drzeus.cx>
Cc: Pavel Pisa <ppisa@pikron.com>
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Sascha Sommer <saschasommer@freenet.de>
Cc: Ian Molton <ian@mnementh.co.uk>
Cc: Joseph Chan <JosephChan@via.com.tw>
Cc: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff -puN MAINTAINERS~mmc-add-the-new-linux-mmc-mailing-list-to-maintainers MAINTAINERS
--- a/MAINTAINERS~mmc-add-the-new-linux-mmc-mailing-list-to-maintainers
+++ a/MAINTAINERS
@@ -3429,6 +3429,7 @@ F: drivers/mfd/
MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
S: Orphan
+L: linux-mmc@vger.kernel.org
F: drivers/mmc/
F: include/linux/mmc/
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS
2009-08-18 21:11 [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS akpm
@ 2009-08-18 22:08 ` Madhusudhan
2009-08-18 22:17 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Madhusudhan @ 2009-08-18 22:08 UTC (permalink / raw)
To: akpm, torvalds
Cc: HaraldWelte, JosephChan, ben-linux, drzeus, ian, jarkko.lavinen,
linux-mmc, manuel.lauss, nico, ppisa, saschasommer
> -----Original Message-----
> From: linux-mmc-owner@vger.kernel.org [mailto:linux-mmc-
> owner@vger.kernel.org] On Behalf Of akpm@linux-foundation.org
> Sent: Tuesday, August 18, 2009 4:11 PM
> To: torvalds@linux-foundation.org
> Cc: akpm@linux-foundation.org; HaraldWelte@viatech.com;
> JosephChan@via.com.tw; ben-linux@fluff.org; drzeus@drzeus.cx;
> ian@mnementh.co.uk; jarkko.lavinen@nokia.com; linux-mmc@vger.kernel.org;
> manuel.lauss@gmail.com; nico@cam.org; ppisa@pikron.com;
> saschasommer@freenet.de
> Subject: [patch 4/9] mmc: add the new linux-mmc mailing list to
> MAINTAINERS
>
> From: Andrew Morton <akpm@linux-foundation.org>
>
> There are a number of individual MMC drivers listed in MAINTAINERS. I
> didn't modify those records. Perhaps I should have.
>
Does this mean that the individual MMC drivers list needs to be changed to
linux-mmc@vger.kernel.org?
For e.g. the OMAP MMC support currently listed as
L: linux-omap@vger.kernel.org
Should now be changed as below?
L: linux-mmc@vger.kernel.org
Regards,
Madhu
> Cc: <linux-mmc@vger.kernel.org>
> Cc: Manuel Lauss <manuel.lauss@gmail.com>
> Cc: Nicolas Pitre <nico@cam.org>
> Cc: Pierre Ossman <drzeus@drzeus.cx>
> Cc: Pavel Pisa <ppisa@pikron.com>
> Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com>
> Cc: Ben Dooks <ben-linux@fluff.org>
> Cc: Sascha Sommer <saschasommer@freenet.de>
> Cc: Ian Molton <ian@mnementh.co.uk>
> Cc: Joseph Chan <JosephChan@via.com.tw>
> Cc: Harald Welte <HaraldWelte@viatech.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff -puN MAINTAINERS~mmc-add-the-new-linux-mmc-mailing-list-to-
> maintainers MAINTAINERS
> --- a/MAINTAINERS~mmc-add-the-new-linux-mmc-mailing-list-to-maintainers
> +++ a/MAINTAINERS
> @@ -3429,6 +3429,7 @@ F: drivers/mfd/
>
> MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
> S: Orphan
> +L: linux-mmc@vger.kernel.org
> F: drivers/mmc/
> F: include/linux/mmc/
>
> _
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS
2009-08-18 22:08 ` Madhusudhan
@ 2009-08-18 22:17 ` Andrew Morton
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2009-08-18 22:17 UTC (permalink / raw)
To: Madhusudhan
Cc: torvalds, HaraldWelte, JosephChan, ben-linux, drzeus, ian,
jarkko.lavinen, linux-mmc, manuel.lauss, nico, ppisa,
saschasommer
On Tue, 18 Aug 2009 17:08:40 -0500
"Madhusudhan" <madhu.cr@ti.com> wrote:
>
>
> > -----Original Message-----
> > From: linux-mmc-owner@vger.kernel.org [mailto:linux-mmc-
> > owner@vger.kernel.org] On Behalf Of akpm@linux-foundation.org
> > Sent: Tuesday, August 18, 2009 4:11 PM
> > To: torvalds@linux-foundation.org
> > Cc: akpm@linux-foundation.org; HaraldWelte@viatech.com;
> > JosephChan@via.com.tw; ben-linux@fluff.org; drzeus@drzeus.cx;
> > ian@mnementh.co.uk; jarkko.lavinen@nokia.com; linux-mmc@vger.kernel.org;
> > manuel.lauss@gmail.com; nico@cam.org; ppisa@pikron.com;
> > saschasommer@freenet.de
> > Subject: [patch 4/9] mmc: add the new linux-mmc mailing list to
> > MAINTAINERS
> >
> > From: Andrew Morton <akpm@linux-foundation.org>
> >
> > There are a number of individual MMC drivers listed in MAINTAINERS. I
> > didn't modify those records. Perhaps I should have.
> >
> Does this mean that the individual MMC drivers list needs to be changed to
> linux-mmc@vger.kernel.org?
>
> For e.g. the OMAP MMC support currently listed as
>
> L: linux-omap@vger.kernel.org
>
> Should now be changed as below?
>
> L: linux-mmc@vger.kernel.org
I don't know - that's why I cc'ed all you guys. If you think that
linux-mmc should be mentioned in your driver's MAINTAINERS record then
please raise a patch to make that change.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-18 22:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18 21:11 [patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS akpm
2009-08-18 22:08 ` Madhusudhan
2009-08-18 22:17 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox