Re: [PATCH v3 4/4] MAINTAINERS: Add entry for drivers/acpi/loongarch
From: Bibo Mao
Date: Sat Sep 19 2026 - 21:28:49 EST
On 2026/9/19 下午10:19, Huacai Chen wrote:
Hi, Bibo,Will do in next version.
On Tue, Sep 15, 2026 at 11:34 AM Bibo Mao <maobibo@xxxxxxxxxxx> wrote:
Similar to others, I think this should be: ACPI FOR LOONGARCH (ACPI/LoongArch).
ACPI defines few LoongArch specific tables which need parsing code
added in drivers/acpi/loongarch. Add maintainer entries for this newly
created folder.
Signed-off-by: Bibo Mao <maobibo@xxxxxxxxxxx>
---
MAINTAINERS | 9 +++++++++
arch/loongarch/Kconfig | 1 +
2 files changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c2414447892c..e19be0c1654e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -347,6 +347,15 @@ S: Maintained
F: drivers/acpi/riscv/
F: include/linux/acpi_rimt.h
+ACPI FOR LoongArch (ACPI/LoongArch)
Yes, will do so.
+M: Bibo Mao <maobibo@xxxxxxxxxxx>If this series can be merged to the loongarch tree, then it is better
+R: Huacai Chen <chenhuacai@xxxxxxxxxx>
to mark me as M.
I am only maintainer of IOVT not the whole ACPI LoongArch.
Will do in next version.
+L: linux-acpi@xxxxxxxxxxxxxxxI think this part should be in Patch#2.
+L: loongarch@xxxxxxxxxxxxxxx
+S: Maintained
+F: drivers/acpi/loongarch/
+F: include/linux/acpi_iovt.h
+
ACPI PCC(Platform Communication Channel) MAILBOX DRIVER
M: Sudeep Holla <sudeep.holla@xxxxxxxxxx>
L: linux-acpi@xxxxxxxxxxxxxxx
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig
index 2067d1f2ad7a..d7f8e4fec952 100644
--- a/arch/loongarch/Kconfig
+++ b/arch/loongarch/Kconfig
@@ -6,6 +6,7 @@ config LOONGARCH
select ACPI_GENERIC_GSI if ACPI
select ACPI_MCFG if ACPI
select ACPI_HOTPLUG_CPU if ACPI_PROCESSOR && HOTPLUG_CPU
+ select ACPI_IOVT if ACPI
select ACPI_PPTT if ACPI
select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI
select ARCH_BINFMT_ELF_STATE
Regards
Bibo Mao
Huacai
--
2.39.3