]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/bcm2836: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
authorStefan Wahren <wahrenst@gmx.net>
Mon, 2 Dec 2024 11:54:37 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 3 Dec 2024 11:15:42 +0000 (12:15 +0100)
commitee3878b84cc27ee62cdf78d2842830f4dcdab117
treea0aee0f8ad26b5662ba20d946fb8d208c92aa95d
parentf58326c70df0dc413bb58848b188523b3662cf0f
irqchip/bcm2836: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND

The BCM2836 interrupt controller doesn't provide any facility to configure
the wakeup sources. That's the reason why the driver lacks the
irq_set_wake() callback for the interrupt chip.

Enable the flags IRQCHIP_SKIP_SET_WAKE and IRQCHIP_MASK_ON_SUSPEND so the
interrupt suspend logic can handle the chip correctly equivalently to the
corresponding bcm2835 change (9a58480e5e53 ("irqchip/bcm2835: Enable
SKIP_SET_WAKE and MASK_ON_SUSPEND").

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/all/20241202115437.33552-1-wahrenst@gmx.net
drivers/irqchip/irq-bcm2836.c