From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754114AbcJID6e (ORCPT ); Sat, 8 Oct 2016 23:58:34 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:32841 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751473AbcJID6c (ORCPT ); Sat, 8 Oct 2016 23:58:32 -0400 Message-ID: <57F9C05C.9050700@linaro.org> Date: Sun, 09 Oct 2016 11:58:20 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Lorenzo Pieralisi , linux-acpi@vger.kernel.org CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sudeep Holla , "Rafael J. Wysocki" Subject: Re: [PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry References: <20161005112540.22189-1-lorenzo.pieralisi@arm.com> In-Reply-To: <20161005112540.22189-1-lorenzo.pieralisi@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/05/2016 07:25 PM, 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 Acked-by: Hanjun Guo Thanks Hanjun