All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections
@ 2009-08-06 16:34 Joe Perches
  2009-08-07  8:01 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2009-08-06 16:34 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-arm, LKML, Felipe Balbi, David Brownell, Andrew Morton

Perhaps it's useful for OMAP patches and bug reports
to CC entries to the primary and secondary ARM lists.

Added a pattern entry for OMAP USB as well.

Signed-off-by: Joe Perches

diff --git a/MAINTAINERS b/MAINTAINERS
index b1114cf..f237765 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3662,6 +3662,8 @@ F:	drivers/video/nvidia/
 OMAP SUPPORT
 M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
@@ -3671,12 +3673,16 @@ F:	arch/arm/*omap*
 OMAP CLOCK FRAMEWORK SUPPORT
 M:	Paul Walmsley <paul@pwsan.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*clock*
 
 OMAP POWER MANAGEMENT SUPPORT
 M:	Kevin Hilman <khilman@deeprootsystems.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*pm*
 
@@ -3684,6 +3690,8 @@ OMAP AUDIO SUPPORT
 M:	Jarkko Nikula <jhnikula@gmail.com>
 L:	alsa-devel@alsa-project.org (subscribers-only)
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	sound/soc/omap/
 
@@ -3691,17 +3699,24 @@ OMAP FRAMEBUFFER SUPPORT
 M:	Imre Deak <imre.deak@nokia.com>
 L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	drivers/video/omap/
 
 OMAP MMC SUPPORT
 M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/*omap*
 
 OMAP RANDOM NUMBER GENERATOR SUPPORT
 M:	Deepak Saxena <dsaxena@plexity.net>
+L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	drivers/char/hw_random/omap-rng.c
 
@@ -3710,7 +3725,10 @@ M:	Felipe Balbi <felipe.balbi@nokia.com>
 M:	David Brownell <dbrownell@users.sourceforge.net>
 L:	linux-usb@vger.kernel.org
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
+F:	drivers/usb/*/*omap*
 
 OMFS FILESYSTEM
 M:	Bob Copeland <me@bobcopeland.com>



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

* Re: [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections
  2009-08-06 16:34 [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections Joe Perches
@ 2009-08-07  8:01 ` Tony Lindgren
  2009-08-07 15:06   ` Joe Perches
  2009-08-10 23:48   ` Joe Perches
  0 siblings, 2 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-08-07  8:01 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-omap, linux-arm, LKML, Felipe Balbi, David Brownell, Andrew Morton

Hi,

* Joe Perches <joe@perches.com> [090806 19:35]:
> Perhaps it's useful for OMAP patches and bug reports
> to CC entries to the primary and secondary ARM lists.
> 
> Added a pattern entry for OMAP USB as well.

Good idea, except maybe let's leave out all the driver parts
because that will cause tons of extra noise on the lists,
see below.

> 
> Signed-off-by: Joe Perches
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b1114cf..f237765 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3662,6 +3662,8 @@ F:	drivers/video/nvidia/
>  OMAP SUPPORT
>  M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  W:	http://www.muru.com/linux/omap/
>  W:	http://linux.omap.com/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> @@ -3671,12 +3673,16 @@ F:	arch/arm/*omap*
>  OMAP CLOCK FRAMEWORK SUPPORT
>  M:	Paul Walmsley <paul@pwsan.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	arch/arm/*omap*/*clock*
>  
>  OMAP POWER MANAGEMENT SUPPORT
>  M:	Kevin Hilman <khilman@deeprootsystems.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	arch/arm/*omap*/*pm*
>  
All the above look good to me, but..

> @@ -3684,6 +3690,8 @@ OMAP AUDIO SUPPORT
>  M:	Jarkko Nikula <jhnikula@gmail.com>
>  L:	alsa-devel@alsa-project.org (subscribers-only)
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	sound/soc/omap/
>  
> @@ -3691,17 +3699,24 @@ OMAP FRAMEBUFFER SUPPORT
>  M:	Imre Deak <imre.deak@nokia.com>
>  L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/video/omap/
>  
>  OMAP MMC SUPPORT
>  M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/mmc/host/*omap*
>  
>  OMAP RANDOM NUMBER GENERATOR SUPPORT
>  M:	Deepak Saxena <dsaxena@plexity.net>
> +L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/char/hw_random/omap-rng.c
>  
> @@ -3710,7 +3725,10 @@ M:	Felipe Balbi <felipe.balbi@nokia.com>
>  M:	David Brownell <dbrownell@users.sourceforge.net>
>  L:	linux-usb@vger.kernel.org
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
> +F:	drivers/usb/*/*omap*
>  
>  OMFS FILESYSTEM
>  M:	Bob Copeland <me@bobcopeland.com>

... I think let's not add the drivers. The related driver list
and linux-omap list should be enough for these.

Regards,

Tony

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

* Re: [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections
  2009-08-07  8:01 ` Tony Lindgren
@ 2009-08-07 15:06   ` Joe Perches
  2009-08-10  6:56     ` Tony Lindgren
  2009-08-10 23:48   ` Joe Perches
  1 sibling, 1 reply; 5+ messages in thread
From: Joe Perches @ 2009-08-07 15:06 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-omap, linux-arm, LKML, Felipe Balbi, David Brownell, Andrew Morton

On Fri, 2009-08-07 at 11:01 +0300, Tony Lindgren wrote:
> * Joe Perches <joe@perches.com> [090806 19:35]:
> > Perhaps it's useful for OMAP patches and bug reports
> > to CC entries to the primary and secondary ARM lists.
> > Added a pattern entry for OMAP USB as well.
> ... I think let's not add the drivers. The related driver list
> and linux-omap list should be enough for these.

Fine by me.  I fixed up your M: entry as well.

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index b1114cf..6a82733 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3660,8 +3660,10 @@ F:	drivers/video/riva/
 F:	drivers/video/nvidia/
 
 OMAP SUPPORT
-M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
+M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
@@ -3671,12 +3673,16 @@ F:	arch/arm/*omap*
 OMAP CLOCK FRAMEWORK SUPPORT
 M:	Paul Walmsley <paul@pwsan.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*clock*
 
 OMAP POWER MANAGEMENT SUPPORT
 M:	Kevin Hilman <khilman@deeprootsystems.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*pm*
 



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

* Re: [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections
  2009-08-07 15:06   ` Joe Perches
@ 2009-08-10  6:56     ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-08-10  6:56 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-omap, linux-arm, LKML, Felipe Balbi, David Brownell, Andrew Morton

* Joe Perches <joe@perches.com> [090807 18:07]:
> On Fri, 2009-08-07 at 11:01 +0300, Tony Lindgren wrote:
> > * Joe Perches <joe@perches.com> [090806 19:35]:
> > > Perhaps it's useful for OMAP patches and bug reports
> > > to CC entries to the primary and secondary ARM lists.
> > > Added a pattern entry for OMAP USB as well.
> > ... I think let's not add the drivers. The related driver list
> > and linux-omap list should be enough for these.
> 
> Fine by me.  I fixed up your M: entry as well.

Oh thanks :)
 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Tony Lindgren <tony@atomide.com>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b1114cf..6a82733 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3660,8 +3660,10 @@ F:	drivers/video/riva/
>  F:	drivers/video/nvidia/
>  
>  OMAP SUPPORT
> -M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
> +M:	Tony Lindgren <tony@atomide.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  W:	http://www.muru.com/linux/omap/
>  W:	http://linux.omap.com/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> @@ -3671,12 +3673,16 @@ F:	arch/arm/*omap*
>  OMAP CLOCK FRAMEWORK SUPPORT
>  M:	Paul Walmsley <paul@pwsan.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	arch/arm/*omap*/*clock*
>  
>  OMAP POWER MANAGEMENT SUPPORT
>  M:	Kevin Hilman <khilman@deeprootsystems.com>
>  L:	linux-omap@vger.kernel.org
> +L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
> +L:	linux-arm@vger.kernel.org
>  S:	Maintained
>  F:	arch/arm/*omap*/*pm*
>  
> 
> 
> --
> 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] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections
  2009-08-07  8:01 ` Tony Lindgren
  2009-08-07 15:06   ` Joe Perches
@ 2009-08-10 23:48   ` Joe Perches
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Perches @ 2009-08-10 23:48 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-omap, linux-arm, LKML, Felipe Balbi, David Brownell, Andrew Morton

Resend for Andrew Morton

On Fri, 2009-08-07 at 11:01 +0300, Tony Lindgren wrote:
> * Joe Perches <joe@perches.com> [090806 19:35]:
> > Perhaps it's useful for OMAP patches and bug reports
> > to CC entries to the primary and secondary ARM lists.
> > Added a pattern entry for OMAP USB as well.
> ... I think let's not add the drivers. The related driver list
> and linux-omap list should be enough for these.

Fine by me.  I fixed up your M: entry as well.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Tony Lindgren <tony@atomide.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index b1114cf..6a82733 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3660,8 +3660,10 @@ F:	drivers/video/riva/
 F:	drivers/video/nvidia/
 
 OMAP SUPPORT
-M:	"Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
+M:	Tony Lindgren <tony@atomide.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 W:	http://www.muru.com/linux/omap/
 W:	http://linux.omap.com/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
@@ -3671,12 +3673,16 @@ F:	arch/arm/*omap*
 OMAP CLOCK FRAMEWORK SUPPORT
 M:	Paul Walmsley <paul@pwsan.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*clock*
 
 OMAP POWER MANAGEMENT SUPPORT
 M:	Kevin Hilman <khilman@deeprootsystems.com>
 L:	linux-omap@vger.kernel.org
+L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
+L:	linux-arm@vger.kernel.org
 S:	Maintained
 F:	arch/arm/*omap*/*pm*
 



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

end of thread, other threads:[~2009-08-10 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-06 16:34 [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections Joe Perches
2009-08-07  8:01 ` Tony Lindgren
2009-08-07 15:06   ` Joe Perches
2009-08-10  6:56     ` Tony Lindgren
2009-08-10 23:48   ` Joe Perches

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.