Skip to content
Commit 1c2d3265 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Johan Hedberg
Browse files

drivers: serial: stm32: Make it compatible with runtime PM on console



Since #53979, runtime PM can be applied on serial device used by console.
While it should be transparent on serial driver side as the application
(console in this case) is driving the PM runtime requests, on STM32
it requires some modification on serial driver as UART interrupts are
generated to handle internal power management house cleaning.
When these interrupts are generated, PM runtime should also be driven
to ensure clock availability when treating the uart ISR.
On STM32, some additional changes are required

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@st.com>
parent 2d25fae4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment