• Chen Yu's avatar
    ACPI / PM: Fix incorrect wakeup IRQ setting during suspend-to-idle · 3ef45430
    Chen Yu authored
    commit 8c01275e upstream.
    
    For an ACPI compatible system, the SCI (ACPI System Control
    Interrupt) is used to wake the system up from suspend-to-idle.
    Once the CPU is woken up by the SCI, the interrupt handler will
    first check if the current IRQ has been configured for system
    wakeup, so irq_pm_check_wakeup() is invoked to validate the IRQ
    number.  However, during suspend-to-idle, enable_irq_wake() is
    called for acpi_gbl_FADT.sci_interrupt, although the IRQ number
    that the SCI handler has been installed for should be passed to
    it instead.  Thus, if acpi_gbl_FADT.sci_interrupt happens to be
    different from that number, ACPI interrupts will not be able to
    wake up the system from sleep.
    
    Fix this problem by passing the IRQ number returned by
    acpi_gsi_to_irq() to enable_irq_wake() instead of
    acpi_gbl_FADT.sci_interrupt.
    Acked-by: default avatarLv Zheng <lv.zheng@intel.com>
    Signed-off-by: default avatarChen Yu <yu.c.chen@intel.com>
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    3ef45430
sleep.c 21 KB