From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbcJJKfq (ORCPT ); Mon, 10 Oct 2016 06:35:46 -0400 Received: from foss.arm.com ([217.140.101.70]:44502 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbcJJKfo (ORCPT ); Mon, 10 Oct 2016 06:35:44 -0400 Date: Mon, 10 Oct 2016 11:35:12 +0100 From: Will Deacon To: Lorenzo Pieralisi Cc: linux-acpi@vger.kernel.org, "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Hanjun Guo , Sudeep Holla , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry Message-ID: <20161010103511.GD3417@arm.com> References: <20161005112540.22189-1-lorenzo.pieralisi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161005112540.22189-1-lorenzo.pieralisi@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 05, 2016 at 12:25:40PM +0100, Lorenzo Pieralisi wrote: > The ARM64 architecture defines ARM64 specific ACPI bindings to > configure and set-up arch specific components. To simplify > code reviews/updates and streamline the maintainership structure > supporting the arch specific code, a new arm64 directory was created in > /drivers/acpi, to contain ACPI code that is specific to ARM64 > architecture. > > Add the ARM64-specific ACPI maintainers entry in MAINTAINERS for > the newly created subdirectory and respective code content. > > Lorenzo Pieralisi will be in charge of submitting and managing > the pull requests on behalf of all maintainers listed. > > Signed-off-by: Lorenzo Pieralisi > Cc: Hanjun Guo > Cc: Sudeep Holla > Cc: "Rafael J. Wysocki" > Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR@vostro.rjw.lan > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f593300..2a70dd9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -316,6 +316,14 @@ W: https://01.org/linux-acpi > S: Supported > F: drivers/acpi/fan.c > > +ACPI FOR ARM64 (ACPI/arm64) > +M: Lorenzo Pieralisi > +M: Hanjun Guo > +M: Sudeep Holla > +L: linux-acpi@vger.kernel.org > +S: Maintained > +F: drivers/acpi/arm64 Thanks for doing this: Acked-by: Will Deacon Will