Re: [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv

From: Andrew Jones
Date: Mon Feb 20 2023 - 15:14:46 EST


On Thu, Feb 16, 2023 at 11:50:42PM +0530, Sunil V L wrote:
> ACPI defines few RISC-V specific tables which need
> parsing code added in drivers/acpi/riscv. Add maintainer
> entries for this newly created folder.
>
> Signed-off-by: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx>
> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 39ff1a717625..d47212194457 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -450,6 +450,13 @@ S: Orphan
> F: drivers/platform/x86/wmi.c
> F: include/uapi/linux/wmi.h
>
> +ACPI FOR RISC-V (ACPI/riscv)
> +M: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx>
> +L: linux-acpi@xxxxxxxxxxxxxxx
> +L: linux-riscv@xxxxxxxxxxxxxxxxxxx
> +S: Maintained
> +F: drivers/acpi/riscv

This section should go under the "ACPI FOR ARM64 (ACPI/arm64)"
section to be in alphabetical order and also in a more logical
place. Also, shouldn't this section include
arch/riscv/kernel/acpi.c and potentially other arch/riscv/ files?
I see arm64 doesn't, but maybe it should too.

> +
> ACRN HYPERVISOR SERVICE MODULE
> M: Fei Li <fei1.li@xxxxxxxxx>
> L: acrn-dev@xxxxxxxxxxxxxxxxxxxxx (subscribers-only)
> --
> 2.34.1
>

Thanks,
drew