public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: baytrail: resolve unbalanced IRQ wake disable warning
@ 2014-08-11 13:51 Mathias Nyman
  2014-08-13 12:36 ` Mika Westerberg
  2014-08-29  5:49 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Mathias Nyman @ 2014-08-11 13:51 UTC (permalink / raw)
  To: Linus; +Cc: mika.westerberg, linux-kernel, Mathias Nyman

Add the IRQCHIP_SKIP_SET_WAKE flag to baytrail gpio irq_chip
to resolve unbalaced IRQ wake disable warnings.

Suggested-by: Borun Fu <borun.fu@intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
---
 drivers/pinctrl/pinctrl-baytrail.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-baytrail.c b/drivers/pinctrl/pinctrl-baytrail.c
index 975572e..f8359aa 100644
--- a/drivers/pinctrl/pinctrl-baytrail.c
+++ b/drivers/pinctrl/pinctrl-baytrail.c
@@ -481,6 +481,7 @@ static struct irq_chip byt_irqchip = {
 	.irq_set_type = byt_irq_type,
 	.irq_request_resources = byt_irq_reqres,
 	.irq_release_resources = byt_irq_relres,
+	.flags = IRQCHIP_SKIP_SET_WAKE,
 };
 
 static void byt_gpio_irq_init_hw(struct byt_gpio *vg)
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-29  5:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 13:51 [PATCH] pinctrl: baytrail: resolve unbalanced IRQ wake disable warning Mathias Nyman
2014-08-13 12:36 ` Mika Westerberg
2014-08-29  5:49 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox