Re: [14/15] tty: hvc: introduce the hv_ops.flush operation for hvc drivers

From: Michael Ellerman
Date: Mon Aug 13 2018 - 07:23:09 EST


On Mon, 2018-04-30 at 14:55:57 UTC, Nicholas Piggin wrote:
> Use .flush to wait for drivers to flush their console outside of
> the spinlock, to reduce lock/irq latencies.
>
> Flush the hvc console driver after each write, which can help
> messages make it out to the console after a crash.
>
> Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9f65b81f36e31563c5a5e4df3b3b8b

cheers