Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468AbcCBDdJ (ORCPT ); Tue, 1 Mar 2016 22:33:09 -0500 Received: from smtprelay0115.hostedemail.com ([216.40.44.115]:43288 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751582AbcCBDdH (ORCPT ); Tue, 1 Mar 2016 22:33:07 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2693:2828:2911:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3874:4321:4425:5007:6261:10004:10400:10848:11232:11657:11658:11783:11914:12043:12296:12517:12519:12740:13069:13311:13357:13439:13894:14659:21080:30054:30090:30091,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,LFtime:1,LUA_SUMMARY:none X-HE-Tag: wheel73_54fc700bf681d X-Filterd-Recvd-Size: 2085 Message-ID: <1456889582.4436.43.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section From: Joe Perches To: Michael Ellerman , Joel Stanley Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Date: Tue, 01 Mar 2016 19:33:02 -0800 In-Reply-To: <1456888343.24490.8.camel@ellerman.id.au> References: <1456882616-26811-1-git-send-email-mpe@ellerman.id.au> <1456888343.24490.8.camel@ellerman.id.au> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 29 On Wed, 2016-03-02 at 14:12 +1100, Michael Ellerman wrote: > On Wed, 2016-03-02 at 12:20 +1030, Joel Stanley wrote: > > > > > On Wed, Mar 2, 2016 at 12:06 PM, Michael Ellerman wrote: > > > > > > > > We'd like folks working on drivers for powerpc to also Cc linuxppc-dev, > > > so we can be aware of what's going on in drivers and/or review the > > > changes. > > > > > > So add patterns to the powerpc MAINTAINERS section to catch some of the > > > drivers we're interested in. > > There are a few more that would be good. '*opal*.c' catches these: > > > > ./drivers/i2c/busses/i2c-opal.c > > ./drivers/rtc/rtc-opal.c > > ./drivers/tty/hvc/hvc_opal.c > Ah yep thanks, will add "N: opal". N: and F: have different characteristics for get_maintainer.pl >From MAINTAINERS: ???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.