Re: [PATCH tty v1 00/74] serial: wrappers for uart port lock

From: Greg Kroah-Hartman
Date: Mon Sep 18 2023 - 04:28:16 EST


On Mon, Sep 18, 2023 at 10:29:30AM +0206, John Ogness wrote:
> On 2023-09-14, John Ogness <john.ogness@xxxxxxxxxxxxx> wrote:
> > Provide and use wrapper functions for spin_[un]lock*(port->lock)
> > invocations so that the console mechanics can be applied later on at a
> > single place and does not require to copy the same logic all over the
> > drivers.
>
> For the full 74-patch series:
>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>
>
> Sorry that my SoB was missing from the initial posting.

Thanks for this, I'll rebuild my tree with this added.

greg k-h