2015-07-22 19:55:39

by Eric Anholt

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.

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 <[email protected]>
---
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 <[email protected]>
M: Lee Jones <[email protected]>
+M: Eric Anholt <[email protected]>
L: [email protected] (moderated for non-subscribers)
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
S: Maintained
--
2.1.4


2015-07-22 19:55:40

by Eric Anholt

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835

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 <[email protected]>
Suggested-by: Stephen Warren <[email protected]>
---
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 <[email protected]>
M: Lee Jones <[email protected]>
M: Eric Anholt <[email protected]>
L: [email protected] (moderated for non-subscribers)
+L: [email protected] (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

2015-07-22 20:39:23

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.

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 <[email protected]>

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

2015-08-05 17:17:46

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: Add myself as a bcm2835 co-maintainer.

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 <[email protected]>

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 <[email protected]>
> M: Lee Jones <[email protected]>
> +M: Eric Anholt <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
> S: Maintained
>


--
Florian

2015-08-05 17:17:22

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: Explicitly add linux-arm-kernel for bcm2835

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 <[email protected]>
> Suggested-by: Stephen Warren <[email protected]>

Also applied, thanks!
--
Florian