diff mbox

[RFC] Maintainers update for hsmmc driver

Message ID 39332.192.168.10.88.1249515741.squirrel@dbdmail.itg.ti.com (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Madhusudhan Aug. 5, 2009, 11:42 p.m. UTC
Hi,

I intend to post this patch upstream for TI OMAP 2430/3430 HSMMC controller
driver maintainance. Any thoughts or comments welcome.

Regards,
Madhu

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




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

Nishanth Menon Aug. 5, 2009, 11:51 p.m. UTC | #1
Chikkature Rajashekar, Madhusudhan had written, on 08/05/2009 06:42 PM, 
the following:
> 
no body?
> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
> ---
>  MAINTAINERS |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> Index: linux-omap-2.6/MAINTAINERS
> ===================================================================
> --- linux-omap-2.6.orig/MAINTAINERS
> +++ linux-omap-2.6/MAINTAINERS
> @@ -3700,6 +3700,12 @@ L:	linux-omap@vger.kernel.org
>  S:	Maintained
>  F:	drivers/mmc/host/*omap*
this regex *omap* and your regex *omap_hsmmc* are conflicting IMHO. 
maybe  Jarkko Lavinen <jarkko.lavinen@nokia.com> should comment on 
reducing scope?
> 
> +OMAP HS MMC SUPPORT
> +M:	Madhusudhan Chikkature <madhu.cr@ti.com>
> +L:	linux-omap@vger.kernel.org
> +S:	Maintained
> +F:	drivers/mmc/host/*omap_hsmmc*
> +
>  OMAP RANDOM NUMBER GENERATOR SUPPORT
>  M:	Deepak Saxena <dsaxena@plexity.net>
>  S:	Maintained
>
Madhusudhan Aug. 6, 2009, midnight UTC | #2
> -----Original Message-----
> From: Nishanth Menon [mailto:nm@ti.com]
> Sent: Wednesday, August 05, 2009 6:52 PM
> To: Chikkature Rajashekar, Madhusudhan
> Cc: tony@atomide.com; linux-omap@vger.kernel.org;
> jarkko.lavinen@nokia.com; adrian.hunter@nokia.com
> Subject: Re: [RFC][PATCH] Maintainers update for hsmmc driver
> 
> Chikkature Rajashekar, Madhusudhan had written, on 08/05/2009 06:42 PM,
> the following:
> >
> no body?
> > Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
> > ---
> >  MAINTAINERS |    6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > Index: linux-omap-2.6/MAINTAINERS
> > ===================================================================
> > --- linux-omap-2.6.orig/MAINTAINERS
> > +++ linux-omap-2.6/MAINTAINERS
> > @@ -3700,6 +3700,12 @@ L:	linux-omap@vger.kernel.org
> >  S:	Maintained
> >  F:	drivers/mmc/host/*omap*
> this regex *omap* and your regex *omap_hsmmc* are conflicting IMHO.

Why do you think so? The omap driver which could support OMAP1 + 2420 vs
omap_hsmmc driver which support 2430/3430 controller are two separate
drivers.

> maybe  Jarkko Lavinen <jarkko.lavinen@nokia.com> should comment on
> reducing scope?
> >
> > +OMAP HS MMC SUPPORT
> > +M:	Madhusudhan Chikkature <madhu.cr@ti.com>
> > +L:	linux-omap@vger.kernel.org
> > +S:	Maintained
> > +F:	drivers/mmc/host/*omap_hsmmc*
> > +
> >  OMAP RANDOM NUMBER GENERATOR SUPPORT
> >  M:	Deepak Saxena <dsaxena@plexity.net>
> >  S:	Maintained
> >
> --
> Regards,
> Nishanth Menon

--
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
Nishanth Menon Aug. 6, 2009, 1 a.m. UTC | #3
Madhusudhan said the following on 08/05/2009 07:00 PM:
>>> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
>>> ---
>>>  MAINTAINERS |    6 ++++++
>>>  1 file changed, 6 insertions(+)
>>>
>>> Index: linux-omap-2.6/MAINTAINERS
>>> ===================================================================
>>> --- linux-omap-2.6.orig/MAINTAINERS
>>> +++ linux-omap-2.6/MAINTAINERS
>>> @@ -3700,6 +3700,12 @@ L:	linux-omap@vger.kernel.org
>>>  S:	Maintained
>>>  F:	drivers/mmc/host/*omap*
>>>       
>> this regex *omap* and your regex *omap_hsmmc* are conflicting IMHO.
>>     
>
> Why do you think so? The omap driver which could support OMAP1 + 2420 vs
> omap_hsmmc driver which support 2430/3430 controller are two separate
> drivers.
>
>   
Simple:
$ ls drivers/mmc/host/*omap*
drivers/mmc/host/omap.c  drivers/mmc/host/omap_hsmmc.c
$ ls drivers/mmc/host/*omap_hsmmc*
drivers/mmc/host/omap_hsmmc.c


Regards,
Nishanth Menon
--
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
Madhusudhan Aug. 6, 2009, 3:28 a.m. UTC | #4
> Madhusudhan said the following on 08/05/2009 07:00 PM:
>>>> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
>>>> ---
>>>>  MAINTAINERS |    6 ++++++
>>>>  1 file changed, 6 insertions(+)
>>>>
>>>> Index: linux-omap-2.6/MAINTAINERS
>>>> ===================================================================
>>>> --- linux-omap-2.6.orig/MAINTAINERS
>>>> +++ linux-omap-2.6/MAINTAINERS
>>>> @@ -3700,6 +3700,12 @@ L:	linux-omap@vger.kernel.org
>>>>  S:	Maintained
>>>>  F:	drivers/mmc/host/*omap*
>>>>
>>> this regex *omap* and your regex *omap_hsmmc* are conflicting IMHO.
>>>
>>
>> Why do you think so? The omap driver which could support OMAP1 + 2420 vs
>> omap_hsmmc driver which support 2430/3430 controller are two separate
>> drivers.
>>
>>
> Simple:
> $ ls drivers/mmc/host/*omap*
> drivers/mmc/host/omap.c  drivers/mmc/host/omap_hsmmc.c
> $ ls drivers/mmc/host/*omap_hsmmc*
> drivers/mmc/host/omap_hsmmc.c
>

I got your point now. I will resubmit the patch by explicitly changing *omap*
to omap.c and *omap_hsmmc* to omap_hsmmc.c.

Regards,
Madhu
>
> Regards,
> Nishanth Menon
>
>


--
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
@@ -3700,6 +3700,12 @@  L:	linux-omap@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/*omap*

+OMAP HS MMC SUPPORT
+M:	Madhusudhan Chikkature <madhu.cr@ti.com>
+L:	linux-omap@vger.kernel.org
+S:	Maintained
+F:	drivers/mmc/host/*omap_hsmmc*
+
 OMAP RANDOM NUMBER GENERATOR SUPPORT
 M:	Deepak Saxena <dsaxena@plexity.net>
 S:	Maintained