From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752714AbdIHBTo (ORCPT ); Thu, 7 Sep 2017 21:19:44 -0400 Received: from smtprelay0141.hostedemail.com ([216.40.44.141]:42516 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750966AbdIHBTn (ORCPT ); Thu, 7 Sep 2017 21:19:43 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1431:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2553:2559:2562:2731:2828:2911:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3874:4250:4321:4425:4605:5007:7576:7809:7875:10004:10400:10848:11232:11658:11914:12043:12050:12291:12683:12740:12760:12895:13069:13311:13357:13439:14096:14097:14181:14659:14721:21080:21451:21627:30012:30054:30064: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:2,LUA_SUMMARY:none X-HE-Tag: brake76_547f8f874cc53 X-Filterd-Recvd-Size: 2588 Message-ID: <1504833577.7546.30.camel@perches.com> Subject: Re: [PATCH] ACPI / PMIC: Add code reviewers to MAINTAINERS From: Joe Perches To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , LKML , Linux ACPI , Mika Westerberg , Andy Shevchenko , Lee Jones Date: Thu, 07 Sep 2017 18:19:37 -0700 In-Reply-To: References: <3133187.xxVeAdigRk@aspire.rjw.lan> <1504785106.7546.22.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 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 Fri, 2017-09-08 at 01:21 +0200, Rafael J. Wysocki wrote: > On Thu, Sep 7, 2017 at 1:51 PM, Joe Perches wrote: > > On Thu, 2017-09-07 at 13:18 +0200, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > Andy and Mika review code changes under drivers/acpi/pmic/ on > > > a regular basis and I rely on their help with that, so add them > > > as code reviwewers for that part of the kernel. > > > > > > Signed-off-by: Rafael J. Wysocki > > > --- > > > MAINTAINERS | 12 ++++++++++++ > > > 1 file changed, 12 insertions(+) > > > > > > Index: linux-pm/MAINTAINERS > > > =================================================================== > > > --- linux-pm.orig/MAINTAINERS > > > +++ linux-pm/MAINTAINERS > > > @@ -352,6 +352,18 @@ L: linux-acpi@vger.kernel.org > > > S: Maintained > > > F: drivers/acpi/arm64 > > > > > > +ACPI PMIC DRIVERS > > > +M: "Rafael J. Wysocki" > > > +M: Len Brown > > > +L: linux-acpi@vger.kernel.org > > > +R: Andy Shevchenko > > > +R: Mika Westerberg > > > > Please put reviewers before lists > > OK > > So the APEI entry should be reordered too I suppose? That'd be nice one day if Linus decides not to split the MAINTAINERS file up using scripts/parse_maintainers.pl. That puts everything in the appropriate sorted order.