This is a note to let you know that I've just added the patch titled
irqchip: orion: use handle_edge_irq on bridge irqs
to the 3.13-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
irqchip-orion-use-handle_edge_irq-on-bridge-irqs.patch
and it can be found in the queue-3.13 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 5f40067fc86f0e49329ad4a852c278998ff4394e Mon Sep 17 00:00:00 2001
From: Sebastian Hesselbarth <[email protected]>
Date: Thu, 23 Jan 2014 23:38:05 +0100
Subject: irqchip: orion: use handle_edge_irq on bridge irqs
From: Sebastian Hesselbarth <[email protected]>
commit 5f40067fc86f0e49329ad4a852c278998ff4394e upstream.
Bridge irqs are edge-triggered, i.e. they get asserted on low-to-high
transitions and not on the level of the downstream interrupt line.
This replaces handle_level_irq by the more appropriate handle_edge_irq.
Signed-off-by: Sebastian Hesselbarth <[email protected]>
Tested-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/irqchip/irq-orion.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/irqchip/irq-orion.c
+++ b/drivers/irqchip/irq-orion.c
@@ -143,7 +143,7 @@ static int __init orion_bridge_irq_init(
}
ret = irq_alloc_domain_generic_chips(domain, nrirqs, 1, np->name,
- handle_level_irq, clr, 0, IRQ_GC_INIT_MASK_CACHE);
+ handle_edge_irq, clr, 0, IRQ_GC_INIT_MASK_CACHE);
if (ret) {
pr_err("%s: unable to alloc irq domain gc\n", np->name);
return ret;
Patches currently in stable-queue which might be from
[email protected] are
queue-3.13/irqchip-orion-fix-getting-generic-chip-pointer.patch
queue-3.13/irqchip-orion-clear-bridge-cause-register-on-init.patch
queue-3.13/irqchip-orion-use-handle_edge_irq-on-bridge-irqs.patch
queue-3.13/irqchip-orion-clear-stale-interrupts-in-irq_startup.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html