2014-10-15 15:54:38

by Scott Branden

[permalink] [raw]
Subject: [PATCH 1/1] MAINTAINERS: corrected bcm2835 search

Corrected bcm2835 maintainer info by using N: to specify any files with
bcm2835 in are directed to the proper maintainer.
Also corrected minor mispelling of ARCHITECTURE in 2 comment locations.

Signed-off-by: Scott Branden <[email protected]>
---
MAINTAINERS | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b0cf8c9..801beb1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2056,17 +2056,14 @@ F: arch/arm/configs/bcm_defconfig
F: drivers/mmc/host/sdhci-bcm-kona.c
F: drivers/clocksource/bcm_kona_timer.c

-BROADCOM BCM2835 ARM ARCHICTURE
+BROADCOM BCM2835 ARM ARCHITECTURE
M: Stephen Warren <[email protected]>
L: [email protected] (moderated for non-subscribers)
T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
S: Maintained
-F: arch/arm/mach-bcm/board_bcm2835.c
-F: arch/arm/boot/dts/bcm2835*
-F: arch/arm/configs/bcm2835_defconfig
-F: drivers/*/*bcm2835*
+N: bcm2835

-BROADCOM BCM5301X ARM ARCHICTURE
+BROADCOM BCM5301X ARM ARCHITECTURE
M: Hauke Mehrtens <[email protected]>
L: [email protected]
S: Maintained
--
1.7.9.5


2014-10-15 18:12:04

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH 1/1] MAINTAINERS: corrected bcm2835 search

On 10/15/2014 09:54 AM, Scott Branden wrote:
> Corrected bcm2835 maintainer info by using N: to specify any files with
> bcm2835 in are directed to the proper maintainer.
> Also corrected minor mispelling of ARCHITECTURE in 2 comment locations.

Acked-by: Stephen Warren <[email protected]>

Who should apply this? I guess I can forward it to arm-soc if you want
me to take it.