From: Aaron Lu Date: Thu, 28 May 2015 02:58:49 +0000 (+0800) Subject: gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip X-Git-Tag: omap-for-v4.3/legacy-v2-signed~191^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e749d7e1627d375156553ea0ae83c4f6bb5a9b;p=pandora-kernel.git 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: Aaron Lu Cc: Signed-off-by: Linus Walleij --- Reading git-diff-tree failed