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

[ Upstream commit 94debe03e8afa1267f95a9001786a6aa506b9ff3 ]

When support for the level triggered interrupt controller flavor was
added with cfd3f67275bd, 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: cfd3f67275bd ("irqchip/brcmstb-l2: Add support for the BCM7271 L2 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-2-f.fainelli@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-brcmstb-l2.c