linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.
@ 2015-07-22 19:55 Eric Anholt
  2015-07-22 19:55 ` [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835 Eric Anholt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Anholt @ 2015-07-22 19:55 UTC (permalink / raw)
  To: linux-arm-kernel

The current maintainers have limited free time to work on the
architecture, and I'm motivated to do so for my work on graphics for
Broadcom.  Arnd and Florian suggested to me that this might be the way
forward.

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2d3d55c..1c51379 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2217,6 +2217,7 @@ F:	drivers/clocksource/bcm_kona_timer.c
 BROADCOM BCM2835 ARM ARCHITECTURE
 M:	Stephen Warren <swarren@wwwdotorg.org>
 M:	Lee Jones <lee@kernel.org>
+M:	Eric Anholt <eric@anholt.net>
 L:	linux-rpi-kernel at lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
 S:	Maintained
-- 
2.1.4

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

* [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835
  2015-07-22 19:55 [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Eric Anholt
@ 2015-07-22 19:55 ` Eric Anholt
  2015-08-05 17:15   ` Florian Fainelli
  2015-07-22 20:39 ` [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Stephen Warren
  2015-08-05 17:14 ` Florian Fainelli
  2 siblings, 1 reply; 5+ messages in thread
From: Eric Anholt @ 2015-07-22 19:55 UTC (permalink / raw)
  To: linux-arm-kernel

get_maintainers.pl would list linux-arm-kernel for most bcm2835
changes because it's under arch/arm, but might not for other bcm2835
drivers.  Most ARM architectures appear to list linux-arm-kernel as an
appropriate list as well.

Signed-off-by: Eric Anholt <eric@anholt.net>
Suggested-by: Stephen Warren <swarren@wwwdotorg.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1c51379..226beaa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2219,6 +2219,7 @@ M:	Stephen Warren <swarren@wwwdotorg.org>
 M:	Lee Jones <lee@kernel.org>
 M:	Eric Anholt <eric@anholt.net>
 L:	linux-rpi-kernel at lists.infradead.org (moderated for non-subscribers)
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
 S:	Maintained
 N:	bcm2835
-- 
2.1.4

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

* [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.
  2015-07-22 19:55 [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Eric Anholt
  2015-07-22 19:55 ` [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835 Eric Anholt
@ 2015-07-22 20:39 ` Stephen Warren
  2015-08-05 17:14 ` Florian Fainelli
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2015-07-22 20:39 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/22/2015 01:55 PM, Eric Anholt wrote:
> The current maintainers have limited free time to work on the
> architecture, and I'm motivated to do so for my work on graphics for
> Broadcom.  Arnd and Florian suggested to me that this might be the way
> forward.

The series,
Acked-by: Stephen Warren <swarren@wwwdotorg.org>

I assume the arm-soc maintainers would apply this directly, once 
appropriate acks are in place?

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

* [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.
  2015-07-22 19:55 [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Eric Anholt
  2015-07-22 19:55 ` [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835 Eric Anholt
  2015-07-22 20:39 ` [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Stephen Warren
@ 2015-08-05 17:14 ` Florian Fainelli
  2 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2015-08-05 17:14 UTC (permalink / raw)
  To: linux-arm-kernel

On 22/07/15 12:55, Eric Anholt wrote:
> The current maintainers have limited free time to work on the
> architecture, and I'm motivated to do so for my work on graphics for
> Broadcom.  Arnd and Florian suggested to me that this might be the way
> forward.
> 
> Signed-off-by: Eric Anholt <eric@anholt.net>

Applied to maintainers/next with Stephen's Ack at
github.com/Broadcom/stblinux, will submit this shortly with other
Broadcom SoC changes, thanks!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2d3d55c..1c51379 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2217,6 +2217,7 @@ F:	drivers/clocksource/bcm_kona_timer.c
>  BROADCOM BCM2835 ARM ARCHITECTURE
>  M:	Stephen Warren <swarren@wwwdotorg.org>
>  M:	Lee Jones <lee@kernel.org>
> +M:	Eric Anholt <eric@anholt.net>
>  L:	linux-rpi-kernel at lists.infradead.org (moderated for non-subscribers)
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
>  S:	Maintained
> 


-- 
Florian

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

* [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835
  2015-07-22 19:55 ` [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835 Eric Anholt
@ 2015-08-05 17:15   ` Florian Fainelli
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2015-08-05 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

On 22/07/15 12:55, Eric Anholt wrote:
> get_maintainers.pl would list linux-arm-kernel for most bcm2835
> changes because it's under arch/arm, but might not for other bcm2835
> drivers.  Most ARM architectures appear to list linux-arm-kernel as an
> appropriate list as well.
> 
> Signed-off-by: Eric Anholt <eric@anholt.net>
> Suggested-by: Stephen Warren <swarren@wwwdotorg.org>

Also applied, thanks!
-- 
Florian

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

end of thread, other threads:[~2015-08-05 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 19:55 [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Eric Anholt
2015-07-22 19:55 ` [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835 Eric Anholt
2015-08-05 17:15   ` Florian Fainelli
2015-07-22 20:39 ` [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer Stephen Warren
2015-08-05 17:14 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).