]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/tegra: Propagate IRQ type setting to parent
authorLucas Stach <dev@lynxeye.de>
Sun, 25 Oct 2015 15:39:12 +0000 (16:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 Oct 2015 00:20:59 +0000 (09:20 +0900)
commite1d6a469bfd6a7882f4caf3c96df2072267a27ff
treee4f0e271c86308563bde8be7efea732376c06e8d
parent262898f5f38aa5fe8233504d551253d548acb08c
irqchip/tegra: Propagate IRQ type setting to parent

The LIC doesn't deal with the different types of interrupts itself
but needs to forward calls to set the appropriate type to its parent
IRQ controller.

Without this fix all IRQs routed through the LIC will stay at the
initial EDGE type, while most of them should actually be level triggered.

Fixes: c9d9ca5a5dd4 "irqchip: tegra: Add Tegra210 support"
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: <stable@vger.kernel.org> # 4.1
Link: http://lkml.kernel.org/r/1445787552-13062-1-git-send-email-dev@lynxeye.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-tegra.c