From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755016AbcBCB2h (ORCPT ); Tue, 2 Feb 2016 20:28:37 -0500 Received: from smtprelay0237.hostedemail.com ([216.40.44.237]:43608 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753598AbcBCB2f (ORCPT ); Tue, 2 Feb 2016 20:28:35 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3868:3870:3871:3873:3874:4250:4321:4384:5007:6119:6261:6742:7809:7903:9010:10004:10400:10848:11232:11657:11658:11783:11914:12043:12050:12517:12519:12555:12740:13069:13161:13229:13255:13311:13357:13894:14659: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,LFtime:2,LUA_SUMMARY:none X-HE-Tag: spot50_84ae65baeed53 X-Filterd-Recvd-Size: 3233 Message-ID: <1454462910.7291.53.camel@perches.com> Subject: Re: [linux-sunxi] [PATCH 01/11] MAINTAINERS: Add entry for X-Powers AXP family PMIC drivers From: Joe Perches To: Julian Calaby , Chen-Yu Tsai Cc: Lee Jones , Liam Girdwood , Mark Brown , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Maxime Ripard , devicetree , "Mailing List, Arm" , "linux-kernel@vger.kernel.org" , linux-sunxi , Carlo Caione , Ramakrishna Pallala , Todd Brandt , Jacob Pan Date: Tue, 02 Feb 2016 17:28:30 -0800 In-Reply-To: References: <1454408864-24112-1-git-send-email-wens@csie.org> <1454408864-24112-2-git-send-email-wens@csie.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.3-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 On Wed, 2016-02-03 at 11:19 +1100, Julian Calaby wrote: > On Tue, Feb 2, 2016 at 9:27 PM, Chen-Yu Tsai wrote: > > Add an entry for X-Powers AXP family PMIC drivers and list myself > > as maintainer. [] > > diff --git a/MAINTAINERS b/MAINTAINERS [] > > @@ -11941,6 +11941,12 @@ F:     include/linux/workqueue.h > >  F:     kernel/workqueue.c > >  F:     Documentation/workqueue.txt > > > > +X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS > > +M:     Chen-Yu Tsai > > +L:     linux-kernel@vger.kernel.org > > +S:     Maintained > > +N:     axp[128] > > Should you list the files maintained and this list also? This "N:" pattern is kind of a wildcard. The difference between F: and N: is that git history is also used by default for files that match. There are no files in -next today that match "*axp8*" Dunno if this patchset added any. This matches: $ git ls-files | grep "axp[128]" Documentation/devicetree/bindings/mfd/axp20x.txt Documentation/devicetree/bindings/power_supply/axp20x_usb_power.txt arch/arm/boot/dts/axp152.dtsi arch/arm/boot/dts/axp209.dtsi arch/arm/boot/dts/axp22x.dtsi drivers/extcon/extcon-axp288.c drivers/iio/adc/axp288_adc.c drivers/input/misc/axp20x-pek.c drivers/mfd/axp20x.c drivers/power/axp20x_usb_power.c drivers/power/axp288_charger.c drivers/power/axp288_fuel_gauge.c drivers/regulator/axp20x-regulator.c include/linux/mfd/axp20x.h Are all these files appropriate?