Re: [PATCH 2/2] serial: amba-pl011: keep console clock enabled for atomic writes
From: Sebastian Andrzej Siewior
Date: Mon Jul 20 2026 - 04:27:30 EST
On 2026-07-20 10:19:58 [+0206], John Ogness wrote:
> This is what the suspend/resume pm callbacks are for. In this case, it
> is pl011_suspend() and pl011_resume().
Perfect so everything is in place except for these two.
> > There is also this no_console_suspend argument…
>
> Yes, the callbacks need to check @console_suspend_enabled. If false, the
> clocks obviously must not be disabled.
good.
> John Ogness
Sebastian