irqchip/stm32: Add usart instances exti direct event support
authorErwan Le Ray <erwan.leray@foss.st.com>
Fri, 19 Mar 2021 18:42:51 +0000 (19:42 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 7 Apr 2021 12:25:52 +0000 (13:25 +0100)
commite12c455055e9abc7403ce532616c0124a9d85ee7
treee455750eb5ae6999826dcac9225565dc4c7e159d
parent8e13d96670a4c050d4883e6743a9e9858e5cfe10
irqchip/stm32: Add usart instances exti direct event support

Add following usart instances exti direct event support (used for UART wake
up).
- exti 26 (USART1) is mapped to GIC 37
- exti 27 (USART2) is mapped to GIC 38
- exti 28 (USART3) is mapped to GIC 39
- exti 29 (USART6) is mapped to GIC 71
- exti 31 (UART5) is mapped to GIC 53
- exti 32 (UART7) is mapped to GIC 82
- exti 33 (UART8) is mapped to GIC 83

Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210319184253.5841-4-erwan.leray@foss.st.com
drivers/irqchip/irq-stm32-exti.c