Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933996AbbELXKz (ORCPT ); Tue, 12 May 2015 19:10:55 -0400 Received: from smtprelay0237.hostedemail.com ([216.40.44.237]:47365 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751379AbbELXKy (ORCPT ); Tue, 12 May 2015 19:10:54 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2393:2525:2553:2560:2563:2682:2685:2693:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3354:3865:3866:3867:3868:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:5007:6261:7514:7807:7809:9025:10004:10400:10450:10455:10848:11232:11658:11914:12043:12517:12519:12555:12679:12740:13019:13180:13229:14096:14097:19904:19999:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: skin92_249e4a9a1f816 X-Filterd-Recvd-Size: 3141 Message-ID: <1431472250.2884.101.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: add brcmstb regex From: Joe Perches To: Brian Norris , Andrew Morton Cc: Florian Fainelli , Gregory Fong , Kevin Cernekee , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Tue, 12 May 2015 16:10:50 -0700 In-Reply-To: <20150512230207.GB11598@ld-irv-0074> References: <1426727345-5838-1-git-send-email-computersforpeace@gmail.com> <20150512230207.GB11598@ld-irv-0074> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2320 Lines: 69 (cc'ing Andrew Morton) On Tue, 2015-05-12 at 16:02 -0700, Brian Norris wrote: > On Wed, Mar 18, 2015 at 06:09:05PM -0700, Brian Norris wrote: > > This could probably consolidate a few file listings. And it satisfies > > the spirit of the highly annoying [1] checkpatch warning for every new > > file, though it sadly won't quash it. > > > > [1] https://lkml.org/lkml/2014/12/17/24 > > > > Signed-off-by: Brian Norris > > Ping? Is this a good entry? As you're a MAINTAINER of this section, if you want it to be a good entry, it's a good entry. You should get someone (Andrew?) to apply it. Be aware that N: matches aren't as "owned" as F: matches. Note from MAINTAINERS: N: Files and directories with regex patterns. One pattern per line. Multiple N: lines acceptable. scripts/get_maintainer.pl has different behavior for files that match F: pattern and matches of N: patterns. By default, get_maintainer will not look at git log history when an F: pattern match occurs. When an N: match occurs, git log history is used to also notify the people that have git commit signatures. > One problem is that there may be 'brcmstb' drivers for MIPS as well as > ARM. But on that train of thought: there are several drivers which are > already somewhat inaccurately-listed. The following are listed under > either the BCM7XXX ARM subarchitecture or BMIPS MIPS subarchitecture, > though they are actually used on both: > > drivers/bus/brcmstb_gisb.c > drivers/irqchip/irq-brcmstb-l2.c > drivers/irqchip/irq-bcm7120-l2.c > > Brian > > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 0e1abe8cc684..52a1cf7cd18a 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2179,6 +2179,7 @@ S: Maintained > > F: arch/arm/mach-bcm/*brcmstb* > > F: arch/arm/boot/dts/bcm7*.dts* > > F: drivers/bus/brcmstb_gisb.c > > +N: brcmstb > > > > BROADCOM BMIPS MIPS ARCHITECTURE > > M: Kevin Cernekee > > -- > > 1.9.1 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/