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

From: Sunil V L
Date: Fri Feb 24 2023 - 07:38:53 EST


On Mon, Feb 20, 2023 at 09:14:32PM +0100, Andrew Jones wrote:
> 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.
>
Okay. Let me update.

Thanks,
Sunil