Message ID | 20230130182225.2471414-24-sunilvl@ventanamicro.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Palmer Dabbelt |
Headers | show |
Series | Add basic ACPI support for RISC-V | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Failed to apply to next/pending-fixes or riscv/for-next |
On Mon, Jan 30, 2023 at 11:52:24PM +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> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8a5c25c20d00..b14ceb917a81 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 Supported, no? > +F: drivers/acpi/riscv > + > ACRN HYPERVISOR SERVICE MODULE > M: Fei Li <fei1.li@intel.com> > L: acrn-dev@lists.projectacrn.org (subscribers-only) > -- > 2.38.0 >
On Thu, Feb 09, 2023 at 09:54:42PM +0000, Conor Dooley wrote: > On Mon, Jan 30, 2023 at 11:52:24PM +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> > > --- > > MAINTAINERS | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8a5c25c20d00..b14ceb917a81 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 > > Supported, no? > I prefer to keep it same as ARM.
diff --git a/MAINTAINERS b/MAINTAINERS index 8a5c25c20d00..b14ceb917a81 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)
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> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)