Skip to content
Commit 61e749d7 authored by Aaron Lu's avatar Aaron Lu Committed by Linus Walleij
Browse files

gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip



The CrystalCove GPIO irqchip doesn't have irq_set_wake callback defined
so we should set IRQCHIP_SKIP_SET_WAKE for it or it would cause an irq
desc's wake_depth unbalanced warning during system resume phase from the
gpio_keys driver, which is the driver for the power button of the ASUS
T100 laptop.

Signed-off-by: default avatarAaron Lu <aaron.lu@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 50f09073
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment