On 06/12/2022 22:12, Julien Grall wrote:
Hi,
On 07/10/2022 11:32, Mykyta Poturai wrote:
From: Mirela Simonovic <[email protected]>
This is done using generic console_suspend/resume functions that cause
uart driver specific suspend/resume handlers to be called for each
initialized port (if the port has suspend/resume driver handlers
implemented).
Looking at the UART driver for Arm, most of them (if not all) implement
suspend/resume with BUG(). So don't you need to properly implement them?
I forgot to clarify. No need to implement for every driver. I am just
puzzled how this was actually tested. What UART are you using on your
platform?
Cheers,
--
Julien Grall