[PATCH] MAINTAINERS: Add ARM64-specific ACPI maintainers entry
From: Rafael J. Wysocki <hidden>
Date: 2016-10-11 21:52:57
Also in:
linux-acpi, lkml
On Wednesday, October 05, 2016 12:25:40 PM Lorenzo Pieralisi wrote:
quoted hunk ↗ jump to hunk
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 <redacted> Cc: Hanjun Guo <redacted> Cc: Sudeep Holla <redacted> Cc: "Rafael J. Wysocki" <redacted> Link: http://lkml.kernel.org/r/1603704.EGiVTcCxLR at 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 <lorenzo.pieralisi@arm.com> +M: Hanjun Guo <hanjun.guo@linaro.org> +M: Sudeep Holla <sudeep.holla@arm.com> +L: linux-acpi at vger.kernel.org +S: Maintained +F: drivers/acpi/arm64 + ACPI THERMAL DRIVER M: Zhang Rui <rui.zhang@intel.com> L: linux-acpi at vger.kernel.org
Applied (with tags). Thanks, Rafael