]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 16 Dec 2022 23:09:34 +0000 (15:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:43:43 +0000 (16:43 +0100)
commit2866729b35e1498d74ce3be943060e3d0fa29464
tree9c6052d0e49b56b2cc6a9a2e8680cc758a9ac968
parent9cd6b817eccc39ac593c25de4c9c8cc453c9aa38
irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts

[ Upstream commit 13a157b38ca5b4f9eed81442b8821db293755961 ]

When support for the interrupt controller was added with 8fe9cf282acf,
we forgot to update the flags to be set to contain IRQ_LEVEL. While the
flow handler is correct, the output from /proc/interrupts does not show
such interrupts as being level triggered when they are, correct that.

Fixes: 8fe9cf282acf ("irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controller")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221216230934.2478345-3-f.fainelli@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-bcm7120-l2.c