Re: [PATCH] gpio/crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip

2015-06-02 Thread Linus Walleij
On Thu, May 28, 2015 at 4:58 AM, Aaron Lu wrote: > 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

[PATCH] gpio/crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip

2015-05-27 Thread Aaron Lu
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.