]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
irqchip/irq-imx-gpcv2: Forward irq type to parent
authorLucas Stach <l.stach@pengutronix.de>
Fri, 12 Jul 2019 13:29:05 +0000 (15:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:52:59 +0000 (10:52 +0200)
commit88d6588ab6b7eb4b488c5db588013ab6bc59542b
tree037971bac548a5b4d54b611f4c27161c45469c93
parent4590398b50fba99e3787f07888f020e93c57fb3b
irqchip/irq-imx-gpcv2: Forward irq type to parent

[ Upstream commit 9a446ef08f3bfc0c3deb9c6be840af2528ef8cf8 ]

The GPCv2 is a stacked IRQ controller below the ARM GIC. It doesn't
care about the IRQ type itself, but needs to forward the type to the
parent IRQ controller, so this one can be configured correctly.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-imx-gpcv2.c