* [Resend][PATCH] Maintainers update for hsmmc driver
@ 2009-08-06 16:28 Madhusudhan Chikkature
2009-08-06 19:06 ` Felipe Balbi
0 siblings, 1 reply; 7+ messages in thread
From: Madhusudhan Chikkature @ 2009-08-06 16:28 UTC (permalink / raw)
To: tony; +Cc: linux-omap, jarkko.lavinen, adrian.hunter
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*
OMAP RANDOM NUMBER GENERATOR SUPPORT
M: Deepak Saxena <dsaxena@plexity.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Resend][PATCH] Maintainers update for hsmmc driver
2009-08-06 16:28 [Resend][PATCH] Maintainers update for hsmmc driver Madhusudhan Chikkature
@ 2009-08-06 19:06 ` Felipe Balbi
2009-08-06 19:31 ` Madhusudhan
0 siblings, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2009-08-06 19:06 UTC (permalink / raw)
To: ext Madhusudhan Chikkature
Cc: tony@atomide.com, linux-omap@vger.kernel.org,
Lavinen Jarkko (Nokia-D/Helsinki),
Hunter Adrian (Nokia-D/Helsinki)
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 ??
--
balbi
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [Resend][PATCH] Maintainers update for hsmmc driver
2009-08-06 19:06 ` Felipe Balbi
@ 2009-08-06 19:31 ` Madhusudhan
0 siblings, 0 replies; 7+ messages in thread
From: Madhusudhan @ 2009-08-06 19:31 UTC (permalink / raw)
To: felipe.balbi
Cc: tony, linux-omap, 'Lavinen Jarkko (Nokia-D/Helsinki)',
'Hunter Adrian (Nokia-D/Helsinki)'
> -----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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Resend][PATCH] Maintainers update for hsmmc driver
@ 2009-08-07 15:21 Madhusudhan Chikkature
2009-08-13 21:39 ` Kevin Hilman
0 siblings, 1 reply; 7+ messages in thread
From: Madhusudhan Chikkature @ 2009-08-07 15:21 UTC (permalink / raw)
To: tony; +Cc: linux-omap, jarkko.lavinen, adrian.hunter, felipe.balbi
Hi,
Resending the patch after changing omap_hs* to omap_hsmmc.c.
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_hsmmc.c
OMAP RANDOM NUMBER GENERATOR SUPPORT
M: Deepak Saxena <dsaxena@plexity.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Resend][PATCH] Maintainers update for hsmmc driver
2009-08-07 15:21 Madhusudhan Chikkature
@ 2009-08-13 21:39 ` Kevin Hilman
2009-08-18 12:43 ` Tony Lindgren
0 siblings, 1 reply; 7+ messages in thread
From: Kevin Hilman @ 2009-08-13 21:39 UTC (permalink / raw)
To: Madhusudhan Chikkature
Cc: tony, linux-omap, jarkko.lavinen, adrian.hunter, felipe.balbi
"Madhusudhan Chikkature" <madhu.cr@ti.com> writes:
> Hi,
>
> Resending the patch after changing omap_hs* to omap_hsmmc.c.
>
> Regards,
> Madhu
>
>
>
> Update maintainers entry for TI OMAP HS MMC support.
>
> Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Madhu is the right guy for the job.
Acked-by: Kevin Hilman <khilman@deeprootsystems.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_hsmmc.c
>
> OMAP RANDOM NUMBER GENERATOR SUPPORT
> M: Deepak Saxena <dsaxena@plexity.net>
>
>
> --
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Resend][PATCH] Maintainers update for hsmmc driver
2009-08-13 21:39 ` Kevin Hilman
@ 2009-08-18 12:43 ` Tony Lindgren
2009-08-18 15:34 ` Madhusudhan
0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2009-08-18 12:43 UTC (permalink / raw)
To: Kevin Hilman
Cc: Madhusudhan Chikkature, linux-omap, jarkko.lavinen, adrian.hunter,
felipe.balbi
* Kevin Hilman <khilman@deeprootsystems.com> [090814 00:39]:
> "Madhusudhan Chikkature" <madhu.cr@ti.com> writes:
>
> > Hi,
> >
> > Resending the patch after changing omap_hs* to omap_hsmmc.c.
> >
> > Regards,
> > Madhu
> >
> >
> >
> > Update maintainers entry for TI OMAP HS MMC support.
> >
> > Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
>
> Madhu is the right guy for the job.
>
> Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
This should go in via the new linux-mmc@vger.kernel.org list.
Tony
>
> > ---
> > 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_hsmmc.c
> >
> > OMAP RANDOM NUMBER GENERATOR SUPPORT
> > M: Deepak Saxena <dsaxena@plexity.net>
> >
> >
> > --
> > 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [Resend][PATCH] Maintainers update for hsmmc driver
2009-08-18 12:43 ` Tony Lindgren
@ 2009-08-18 15:34 ` Madhusudhan
0 siblings, 0 replies; 7+ messages in thread
From: Madhusudhan @ 2009-08-18 15:34 UTC (permalink / raw)
To: 'Tony Lindgren', 'Kevin Hilman'
Cc: linux-omap, jarkko.lavinen, adrian.hunter, felipe.balbi
> -----Original Message-----
> From: Tony Lindgren [mailto:tony@atomide.com]
> Sent: Tuesday, August 18, 2009 7:43 AM
> To: Kevin Hilman
> Cc: Madhusudhan Chikkature; linux-omap@vger.kernel.org;
> jarkko.lavinen@nokia.com; adrian.hunter@nokia.com; felipe.balbi@nokia.com
> Subject: Re: [Resend][PATCH] Maintainers update for hsmmc driver
>
> * Kevin Hilman <khilman@deeprootsystems.com> [090814 00:39]:
> > "Madhusudhan Chikkature" <madhu.cr@ti.com> writes:
> >
> > > Hi,
> > >
> > > Resending the patch after changing omap_hs* to omap_hsmmc.c.
> > >
> > > Regards,
> > > Madhu
> > >
> > >
> > >
> > > Update maintainers entry for TI OMAP HS MMC support.
> > >
> > > Signed-off-by: Madhusudhan Chikkature <madhu.cr@ti.com>
> >
> > Madhu is the right guy for the job.
> >
> > Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
>
>
> This should go in via the new linux-mmc@vger.kernel.org list.
>
> Tony
>
Sure. I will post this patch to the linux-mmc@vger.kernel.org list.
Regards,
Madhu
> >
> > > ---
> > > 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_hsmmc.c
> > >
> > > OMAP RANDOM NUMBER GENERATOR SUPPORT
> > > M: Deepak Saxena <dsaxena@plexity.net>
> > >
> > >
> > > --
> > > 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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-08-18 15:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 16:28 [Resend][PATCH] Maintainers update for hsmmc driver Madhusudhan Chikkature
2009-08-06 19:06 ` Felipe Balbi
2009-08-06 19:31 ` Madhusudhan
-- strict thread matches above, loose matches on Subject: below --
2009-08-07 15:21 Madhusudhan Chikkature
2009-08-13 21:39 ` Kevin Hilman
2009-08-18 12:43 ` Tony Lindgren
2009-08-18 15:34 ` Madhusudhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox