diff options
author | Hanjun Guo <guohanjun@huawei.com> | 2024-08-08 21:09:46 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-08-16 11:33:44 +0100 |
commit | ba8b7f7f2b7961471c2364b2b15d3a1c5407d63a (patch) | |
tree | 9ecc7fddc48c0d94f853e195c942a7125b711734 | |
parent | 9cd8062b38e61f11054f13b3c98695c7b1d73b11 (diff) |
ACPI: ARM64: add acpi_iort.h to MAINTAINERS
IORT(Input Output Remapping Table) represents the I/O topology of an
Arm-based system for use with the ACPI, so acpi_iort.h is for arm64
only.
This helps git-send-email to figure out the proper maintainers when
touching the file.
Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20240808130946.1028376-1-guohanjun@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f328373463b0..7573f344b9fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -334,6 +334,7 @@ L: linux-acpi@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: drivers/acpi/arm64 +F: include/linux/acpi_iort.h ACPI FOR RISC-V (ACPI/riscv) M: Sunil V L <sunilvl@ventanamicro.com> |