irqchip/stm32-exti: add missing DT IRQ flag translation
authorBen Wolsieffer <ben.wolsieffer@hefring.com>
Tue, 3 Oct 2023 16:20:03 +0000 (12:20 -0400)
committerMarc Zyngier <maz@kernel.org>
Sat, 7 Oct 2023 11:47:12 +0000 (12:47 +0100)
commit8554cba1d6dbd3c74e0549e28ddbaccbb1d6b30a
treecf2a49d7c9ebf8e64c96d7cc613a12bbcc56a74d
parente13cd66bd821be417c498a34928652db4ac6b436
irqchip/stm32-exti: add missing DT IRQ flag translation

The STM32F4/7 EXTI driver was missing the xlate callback, so IRQ trigger
flags specified in the device tree were being ignored. This was
preventing the RTC alarm interrupt from working, because it must be set
to trigger on the rising edge to function correctly.

Signed-off-by: Ben Wolsieffer <ben.wolsieffer@hefring.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20231003162003.1649967-1-ben.wolsieffer@hefring.com
drivers/irqchip/irq-stm32-exti.c