Re: [PATCH v5] ACPI: AGDI: Add interrupt signaling mode support
From: Will Deacon <will@kernel.org>
Date: 2026-01-06 13:39:09
Also in:
linux-acpi, lkml
From: Will Deacon <will@kernel.org>
Date: 2026-01-06 13:39:09
Also in:
linux-acpi, lkml
On Tue, Jan 06, 2026 at 07:29:58AM +0000, Kazuhiro Abe (Fujitsu) wrote:
quoted
quoted
AGDI has two types of signaling modes: SDEI and interrupt. Currently, the AGDI driver only supports SDEI. Therefore, add support for interrupt signaling mode. The interrupt vector is retrieved from the AGDI table, and call panic function when an interrupt occurs. [...]Applied to arm64 (for-next/acpi), thanks! [1/1] ACPI: AGDI: Add interrupt signaling mode support https://git.kernel.org/arm64/c/9296d4fd190fThank you for applying the patch. I apologize, but there was a mistake in the v5 patch I submitted. I mistakenly sent an older version (v1) instead of the intended v4. Could you please revert commit "9296d4fd190f in for-next/acpi" ? I will properly prepare and resubmit the correct v6 patch, which contains the intended changes from v4, as soon as possible. Thank you for your understanding and cooperation.
Not at all, thanks for letting me know. I can just rewind HEAD on for-next/acpi. I look forward to v6! Will