All of lore.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

* Re: [PATCH] pinctrl: baytrail: resolve unbalanced IRQ wake disable warning
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2014-08-13 12:36 UTC (permalink / raw)
  To: Mathias Nyman; +Cc: Linus, linux-kernel

On Mon, Aug 11, 2014 at 04:51:55PM +0300, Mathias Nyman wrote:
> 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>

Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>

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

* Re: [PATCH] pinctrl: baytrail: resolve unbalanced IRQ wake disable warning
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2014-08-29  5:49 UTC (permalink / raw)
  To: Mathias Nyman; +Cc: Mika Westerberg, linux-kernel

On Mon, Aug 11, 2014 at 3:51 PM, Mathias Nyman
<mathias.nyman@linux.intel.com> wrote:

> 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>

Patch applied for fixes with Mika's ACK.
Had to rebase it a bit,

Yours,
Linus Walleij

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.