Re: [PATCH 2/2] serial: amba-pl011: keep console clock enabled for atomic writes
Sebastian Andrzej Siewior <[email protected]>
| Newsgroups | dev.linux.lists.linux-rt-devel,dev.linux.lists.sashiko-reviews,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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