]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/bcm2836: Provide mask/unmask dummy methods for IPIs
authorMarc Zyngier <maz@kernel.org>
Mon, 14 Sep 2020 16:21:16 +0000 (17:21 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 17 Sep 2020 15:37:28 +0000 (16:37 +0100)
commitffe5366d8fa09a7a5364906edca5487b9ab47d96
treee1f8ea5f9e96dc07a4e2de844cc893dab1ad966b
parentdc3eb0aa844b19d92070f1216e5933e32d877f18
irqchip/bcm2836: Provide mask/unmask dummy methods for IPIs

Although it doesn't seem possible to disable individual mailbox
interrupts, we still need to provide some callbacks.

Fixes: 09eb672ce4fb ("irqchip/bcm2836: Configure mailbox interrupts as standard interrupts")
Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-bcm2836.c