tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callback
authorFugang Duan <fugang.duan@nxp.com>
Tue, 17 Aug 2021 10:02:03 +0000 (18:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Aug 2021 14:05:27 +0000 (16:05 +0200)
commit88c1d2478ec8a420cf60a3c25503e37b34fea5aa
tree4560aea876860da77a1c43c14bafe8df0a77ba54
parent1143637f00cd8205c43bad702b2aff57c01913f8
tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callback

There have a corner case that tx DMA .callback() is coming after
.flush_buffer(), then .callback() should check dma_tx_in_progress
flag and return in directly.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20210817100203.21300-1-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c