On Thu, Mar 10, 2022 at 10:11 AM Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> wrote: > > On Tue, Mar 08, 2022 at 06:07:50PM -0800, Ilkka Koskinen wrote: > > ACPI for Arm Components 1.1 Platform Design Document v1.1 [0] specifices > > Arm Generic Diagnostic Device Interface (AGDI). It allows an admin to > > issue diagnostic dump and reset via an SDEI event or an interrupt. > > This patch implements SDEI path. > > > > [0] https://developer.arm.com/documentation/den0093/latest/ > > > > Signed-off-by: Ilkka Koskinen <ilkka@xxxxxxxxxxxxxxxxxxxxxx> > > Reviewed-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> > > --- > > drivers/acpi/arm64/Kconfig | 10 ++++ > > drivers/acpi/arm64/Makefile | 1 + > > drivers/acpi/arm64/agdi.c | 116 ++++++++++++++++++++++++++++++++++++ > > drivers/acpi/bus.c | 2 + > > include/linux/acpi_agdi.h | 13 ++++ > > 5 files changed, 142 insertions(+) > > create mode 100644 drivers/acpi/arm64/agdi.c > > create mode 100644 include/linux/acpi_agdi.h > > Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> Both patches in the series applied as 5.18 material, thanks!