]> 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>
Fri, 10 Mar 2023 08:33:07 +0000 (09:33 +0100)
commit07141844897727b9351e1510b02b3c606f3542b8
treed443d0c77aaff51968775b3abc26bef1104ce912
parent743c06310bfb51de6512e15c50a4fcd72e155ff6
irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts

[ Upstream commit cf9a9860a31dee0cccc5c736e367681e1ecd358a ]

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