Re: [PATCH v3 4/4] MAINTAINERS: Add entry for drivers/acpi/loongarch
From: Huacai Chen
Date: Sat Sep 19 2026 - 10:19:30 EST
Hi, Bibo,
On Tue, Sep 15, 2026 at 11:34 AM Bibo Mao <maobibo@xxxxxxxxxxx> wrote:
>
> 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)
Similar to others, I think this should be: ACPI FOR LOONGARCH (ACPI/LoongArch).
> +M: Bibo Mao <maobibo@xxxxxxxxxxx>
> +R: Huacai Chen <chenhuacai@xxxxxxxxxx>
If this series can be merged to the loongarch tree, then it is better
to mark me as M.
> +L: linux-acpi@xxxxxxxxxxxxxxx
> +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
I think this part should be in Patch#2.
Huacai
> --
> 2.39.3
>