All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] Maintainers update for hsmmc driver
@ 2009-08-05 23:42 Madhusudhan Chikkature
  2009-08-05 23:51 ` Nishanth Menon
  0 siblings, 1 reply; 5+ messages in thread
From: Madhusudhan Chikkature @ 2009-08-05 23:42 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, jarkko.lavinen, adrian.hunter

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(+)

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




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

* Re: [RFC][PATCH] Maintainers update for hsmmc driver
  2009-08-05 23:42 [RFC][PATCH] Maintainers update for hsmmc driver Madhusudhan Chikkature
@ 2009-08-05 23:51 ` Nishanth Menon
  2009-08-06  0:00   ` Madhusudhan
  0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2009-08-05 23:51 UTC (permalink / raw)
  To: Chikkature Rajashekar, Madhusudhan
  Cc: tony, linux-omap, jarkko.lavinen, adrian.hunter

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
> 
-- 
Regards,
Nishanth Menon

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

* RE: [RFC][PATCH] Maintainers update for hsmmc driver
  2009-08-05 23:51 ` Nishanth Menon
@ 2009-08-06  0:00   ` Madhusudhan
  2009-08-06  1:00     ` Nishanth Menon
  0 siblings, 1 reply; 5+ messages in thread
From: Madhusudhan @ 2009-08-06  0:00 UTC (permalink / raw)
  To: 'Nishanth Menon'; +Cc: tony, linux-omap, jarkko.lavinen, adrian.hunter



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


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

* Re: [RFC][PATCH] Maintainers update for hsmmc driver
  2009-08-06  0:00   ` Madhusudhan
@ 2009-08-06  1:00     ` Nishanth Menon
  2009-08-06  3:28       ` Madhusudhan Chikkature
  0 siblings, 1 reply; 5+ messages in thread
From: Nishanth Menon @ 2009-08-06  1:00 UTC (permalink / raw)
  To: Madhusudhan
  Cc: 'Nishanth Menon',
	tony, linux-omap, jarkko.lavinen, adrian.hunter

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

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

* Re: [RFC][PATCH] Maintainers update for hsmmc driver
  2009-08-06  1:00     ` Nishanth Menon
@ 2009-08-06  3:28       ` Madhusudhan Chikkature
  0 siblings, 0 replies; 5+ messages in thread
From: Madhusudhan Chikkature @ 2009-08-06  3:28 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: 'Nishanth Menon',
	tony, linux-omap, jarkko.lavinen, adrian.hunter

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



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

end of thread, other threads:[~2009-08-06  3:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-05 23:42 [RFC][PATCH] Maintainers update for hsmmc driver Madhusudhan Chikkature
2009-08-05 23:51 ` Nishanth Menon
2009-08-06  0:00   ` Madhusudhan
2009-08-06  1:00     ` Nishanth Menon
2009-08-06  3:28       ` Madhusudhan Chikkature

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.