On Tue, Jul 30, 2019 at 06:13:08PM -0400, Robert Middleton wrote: > When closing and shutting down the exar serial port, if the chip > has not finished sending all of the data in its buffer, the > remaining bytes will be lost. Hold off on the shutdown until the > bytes have all been sent. > > Signed-off-by: Robert Middleton <robert.middleton@xxxxxxxxxx> > --- > drivers/tty/serial/8250/8250_exar.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) What changed from v1? Always put that below the --- line, like the kernel documentation asks you to do. Please fix up and send a v3. thanks, greg k-h