Message ID | 20240808130946.1028376-1-guohanjun@huawei.com (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | ACPI: ARM64: add acpi_iort.h to MAINTAINERS | expand |
On Thu, Aug 08, 2024 at 09:09:46PM +0800, Hanjun Guo wrote: > 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. > Acked-by: Sudeep Holla <sudeep.holla@arm.com> -- Regards, Sudeep
On Thu, 08 Aug 2024 21:09:46 +0800, Hanjun Guo wrote: > 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. > > [...] Applied to arm64 (for-next/acpi), thanks! [1/1] ACPI: ARM64: add acpi_iort.h to MAINTAINERS https://git.kernel.org/arm64/c/ba8b7f7f2b79 Cheers,
diff --git a/MAINTAINERS b/MAINTAINERS index 8766f3e5e87e..1f45e5f3c08b 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>
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> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)