diff mbox

[Resend] Maintainers update for hsmmc driver

Message ID 44306.192.168.10.88.1249576131.squirrel@dbdmail.itg.ti.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Madhusudhan Aug. 6, 2009, 4:28 p.m. UTC
Hi,

Resending the patch after fixing the conflict pointed out by Nishant.

Regards,
Madhu
-----------------------------------------------

Update maintainers entry for TI OMAP HS MMC support.

Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
---
 MAINTAINERS |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Felipe Balbi Aug. 6, 2009, 7:06 p.m. UTC | #1
On Thu, Aug 06, 2009 at 06:28:51PM +0200, ext Madhusudhan Chikkature wrote:
> Hi,
> 
> Resending the patch after fixing the conflict pointed out by Nishant.
> 
> Regards,
> Madhu
> -----------------------------------------------
> 
> Update maintainers entry for TI OMAP HS MMC support.
> 
> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
> ---
>  MAINTAINERS |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> Index: linux-omap-2.6/MAINTAINERS
> ===================================================================
> --- linux-omap-2.6.orig/MAINTAINERS
> +++ linux-omap-2.6/MAINTAINERS
> @@ -3698,7 +3698,13 @@ OMAP MMC SUPPORT
>  M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
>  L:	linux-omap@vger.kernel.org
>  S:	Maintained
> -F:	drivers/mmc/host/*omap*
> +F:	drivers/mmc/host/omap.c
> +
> +OMAP HS MMC SUPPORT
> +M:	Madhusudhan Chikkature <madhu.cr@ti.com>
> +L:	linux-omap@vger.kernel.org
> +S:	Maintained
> +F:	drivers/mmc/host/omap_hs*

do you think there will be any omap_hs* file besides omap_hsmmc.c ??

why not just use omap_hsmmc.c ??
Madhusudhan Aug. 6, 2009, 7:31 p.m. UTC | #2
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of Felipe Balbi
> Sent: Thursday, August 06, 2009 2:06 PM
> To: ext Madhusudhan Chikkature
> Cc: tony@atomide.com; linux-omap@vger.kernel.org; Lavinen Jarkko (Nokia-
> D/Helsinki); Hunter Adrian (Nokia-D/Helsinki)
> Subject: Re: [Resend][PATCH] Maintainers update for hsmmc driver
> 
> On Thu, Aug 06, 2009 at 06:28:51PM +0200, ext Madhusudhan Chikkature
> wrote:
> > Hi,
> >
> > Resending the patch after fixing the conflict pointed out by Nishant.
> >
> > Regards,
> > Madhu
> > -----------------------------------------------
> >
> > Update maintainers entry for TI OMAP HS MMC support.
> >
> > Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
> > ---
> >  MAINTAINERS |    8 +++++++-
> >  1 file changed, 7 insertions(+), 1 deletion(-)
> >
> > Index: linux-omap-2.6/MAINTAINERS
> > ===================================================================
> > --- linux-omap-2.6.orig/MAINTAINERS
> > +++ linux-omap-2.6/MAINTAINERS
> > @@ -3698,7 +3698,13 @@ OMAP MMC SUPPORT
> >  M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
> >  L:	linux-omap@vger.kernel.org
> >  S:	Maintained
> > -F:	drivers/mmc/host/*omap*
> > +F:	drivers/mmc/host/omap.c
> > +
> > +OMAP HS MMC SUPPORT
> > +M:	Madhusudhan Chikkature <madhu.cr@ti.com>
> > +L:	linux-omap@vger.kernel.org
> > +S:	Maintained
> > +F:	drivers/mmc/host/omap_hs*
> 
> do you think there will be any omap_hs* file besides omap_hsmmc.c ??

I don't have an answer at this point.

> 
> why not just use omap_hsmmc.c ??

Anyone sending a patch later could do the exact modification what I have
done now. But I am fine changing it to omap_hsmmc.c if it is more accurate.

Regards,
Madhu
> 
> --
> balbi
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: linux-omap-2.6/MAINTAINERS
===================================================================
--- linux-omap-2.6.orig/MAINTAINERS
+++ linux-omap-2.6/MAINTAINERS
@@ -3698,7 +3698,13 @@  OMAP MMC SUPPORT
 M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
 L:	linux-omap@vger.kernel.org
 S:	Maintained
-F:	drivers/mmc/host/*omap*
+F:	drivers/mmc/host/omap.c
+
+OMAP HS MMC SUPPORT
+M:	Madhusudhan Chikkature <madhu.cr@ti.com>
+L:	linux-omap@vger.kernel.org
+S:	Maintained
+F:	drivers/mmc/host/omap_hs*

 OMAP RANDOM NUMBER GENERATOR SUPPORT
 M:	Deepak Saxena <dsaxena@plexity.net>