Edit

IABSD.fr/src/sys/dev

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2025-06-11 09:57:01
    Hash : c74bef43
    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@