CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/11 03:57:01
Modified files: sys/arch/amd64/amd64: intr.c sys/arch/amd64/include: intr.h sys/arch/i386/include: intrdefs.h sys/dev/acpi : acpi.c amdgpio.c amltypes.h aplgpio.c bytgpio.c chvgpio.c dwgpio.c dwiic_acpi.c glkgpio.c pchgpio.c pckbc_acpi.c qcgpio.c qciic.c sdhc_acpi.c Log message: Adjust the ACPI GPIO interface to pass the IPL down to the driver level. This allows us to use the IPL_WAKEUP flag to designate GPIO interrupts as wakeup interrupts. Implement support for wakeup interrupts in amdgpio(4). This makes it possible to resume laptops with AMD CPUs from S0ix suspend. ok hastings@