Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298945
| From | tip-bot for Milo Kim <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:irq/core] irqchip/omap-intc: Remove duplicate setup for IRQ chip type handler |
| Date | 2015-12-29 12:10 +0100 |
| Message-ID | <qL0k9-824-3@gated-at.bofh.it> (permalink) |
| References | <qI4tY-4fy-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: fee48dfcd76b21b9a7117c3014e1345697ff08ec Gitweb: http://git.kernel.org/tip/fee48dfcd76b21b9a7117c3014e1345697ff08ec Author: Milo Kim <milo.kim@ti.com> AuthorDate: Mon, 21 Dec 2015 17:53:14 +0900 Committer: Thomas Gleixner <tglx@linutronix.de> CommitDate: Tue, 29 Dec 2015 11:58:54 +0100 irqchip/omap-intc: Remove duplicate setup for IRQ chip type handler Some OMAP interrupt controllers use generic level detection, so handle_level_irq() is used as the chip type handler. Allocated IRQ chip type handler doesn't need to set it again because irq_alloc_domain_generic_chips() has already registered it. Tested with BeagleBoneBlack Rev C. Signed-off-by: Milo Kim <milo.kim@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: linux-omap@vger.kernel.org Cc: linux-kernel@vger.kernel.org Link: http://lkml.kernel.org/r/1450687994-12580-1-git-send-email-milo.kim@ti.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- drivers/irqchip/irq-omap-intc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/irqchip/irq-omap-intc.c b/drivers/irqchip/irq-omap-intc.c index 8587d0f..ed25175 100644 --- a/drivers/irqchip/irq-omap-intc.c +++ b/drivers/irqchip/irq-omap-intc.c @@ -207,7 +207,6 @@ static int __init omap_alloc_gc_of(struct irq_domain *d, void __iomem *base) ct = gc->chip_types; ct->type = IRQ_TYPE_LEVEL_MASK; - ct->handler = handle_level_irq; ct->chip.irq_ack = omap_mask_ack_irq; ct->chip.irq_mask = irq_gc_mask_disable_reg; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] irqchip: omap-intc: Remove duplicate setup for IRQ chip type handler Milo Kim <milo.kim@ti.com> - 2015-12-21 10:00 +0100 [tip:irq/core] irqchip/omap-intc: Remove duplicate setup for IRQ chip type handler tip-bot for Milo Kim <tipbot@zytor.com> - 2015-12-29 12:10 +0100
csiph-web