From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755337AbdKNPjY (ORCPT ); Tue, 14 Nov 2017 10:39:24 -0500 Received: from smtprelay0021.hostedemail.com ([216.40.44.21]:34888 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752278AbdKNPjR (ORCPT ); Tue, 14 Nov 2017 10:39:17 -0500 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:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2525:2553:2560:2563:2682:2685:2693:2828:2859:2904:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3353:3622:3865:3867:3870:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:5007:6119:6755:7514:7576:9025:10004:10400:10848:11232:11657:11658:11914:12043:12219:12346:12555:12740:12760:12895:12986:13069:13311:13357:13439:14096:14097:14181:14659:14721:14799:21080:21451:21627:30030:30054:30074:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:4,LUA_SUMMARY:none X-HE-Tag: cent39_89eaea6c0a83d X-Filterd-Recvd-Size: 3082 Message-ID: <1510673942.2006.4.camel@perches.com> Subject: Re: [PATCH 29/31] MAINTAINERS: Add nds32 From: Joe Perches To: Arnd Bergmann , Greentime Hu Cc: Rob Herring , Greentime , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , Thomas Gleixner , Jason Cooper , Marc Zyngier , netdev Date: Tue, 14 Nov 2017 07:39:02 -0800 In-Reply-To: References: <16035efb78f70411998755693339471032743377.1510118606.git.green.hu@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 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 On Thu, 2017-11-09 at 11:36 +0100, Arnd Bergmann wrote: > On Thu, Nov 9, 2017 at 10:46 AM, Greentime Hu wrote: > > 2017-11-08 21:31 GMT+08:00 Rob Herring : > > > On Tue, Nov 7, 2017 at 11:55 PM, Greentime Hu wrote: > > > > From: Greentime Hu > > > > > > > > Signed-off-by: Greentime Hu > > > > --- > > > > MAINTAINERS | 9 +++++++++ > > > > 1 file changed, 9 insertions(+) > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > index 2f4e462..bce1181 100644 > > > > --- a/MAINTAINERS > > > > +++ b/MAINTAINERS > > > > @@ -857,6 +857,15 @@ X: drivers/iio/*/adjd* > > > > F: drivers/staging/iio/*/ad* > > > > F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c > > > > > > > > +ANDES ARCHITECTURE > > > > +M: Greentime Hu > > > > +M: Vincent Chen > > > > +T: git https://github.com/andestech/linux.git > > > > +S: Supported > > > > +F: arch/nds32 > > > > > > DT binding files? > > > > Thanks. > > I should add > > F: Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt > > F: Documentation/devicetree/bindings/nds32/cpus.txt > > > > I will fix it in the next version patch. > > Better make the second one the directory, in case you add more files > there later. > > I would also add a "K: nds32" line to catch all files that have this > in their names. That's probably not what would be desired K: looks for keywords inside all file contents N: looks for filenames matching a regex pattern See the header in MAINTAINERS for more details