Message ID | 20230216182043.1946553-21-sunilvl@ventanamicro.com |
---|---|
State | New |
Headers | show |
Series | Add basic ACPI support for RISC-V | expand |
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@ventanamicro.com> > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > --- > 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@ventanamicro.com> > +L: linux-acpi@vger.kernel.org > +L: linux-riscv@lists.infradead.org > +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@intel.com> > L: acrn-dev@lists.projectacrn.org (subscribers-only) > -- > 2.34.1 > Thanks, drew
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@ventanamicro.com> > > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > --- > > 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@ventanamicro.com> > > +L: linux-acpi@vger.kernel.org > > +L: linux-riscv@lists.infradead.org > > +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
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@ventanamicro.com> +L: linux-acpi@vger.kernel.org +L: linux-riscv@lists.infradead.org +S: Maintained +F: drivers/acpi/riscv + ACRN HYPERVISOR SERVICE MODULE M: Fei Li <fei1.li@intel.com> L: acrn-dev@lists.projectacrn.org (subscribers-only)