On Tue, 14 Jun 2022, Nuno Gonçalves wrote: > > [PATCH v3] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle > > > > The driver must provide throttle and unthrottle in uart_ops when it > > sets UPSTAT_AUTORTS. Add them using existing stop_rx & > > enable_interrupts functions. > > > > Reported-by: Nuno Gonçalves <nunojpg@xxxxxxxxx> > > Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status) > > Cc: Lukas Wunner <lukas@xxxxxxxxx> > > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > > > > --- > > drivers/tty/serial/amba-pl011.c | 23 +++++++++++++++++++++-- > > 1 file changed, 21 insertions(+), 2 deletions(-) > > > > Works great, thanks. > > Tested-by: Nuno Gonçalves <nunojpg@xxxxxxxxx> Thanks a lot for testing! -- i.