serial: stm32: update wakeup IRQ management
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 19 Mar 2021 18:42:52 +0000 (19:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:28:18 +0000 (10:28 +0100)
commit3d530017bef1de7f7773eb9d3c65fbce924894a2
treec12890a358b28f72f910f1b7d01d98f2d66fa368
parent986e9f6038575d447393d393dc2022a91488110a
serial: stm32: update wakeup IRQ management

The wakeup specific IRQ management is no more needed to wake up the stm32
plaform. A relationship has been established between the EXTI and
the EVENT IRQ, just need to declare the EXTI interrupt instead of the
UART event IRQ.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>
Link: https://lore.kernel.org/r/20210319184253.5841-5-erwan.leray@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/stm32-usart.c
drivers/tty/serial/stm32-usart.h