summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorTomasz Moń <tomasz.mon@camlingroup.com>2022-03-01 07:03:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-03-01 22:16:58 +0100
commitcc4c1d05eb10c3ad4c6315f1897bc56b1e7429aa (patch)
tree42aa303d06f3728234e46a2479411bdd9e70d2e2 /COPYING
parent16b3ac9041a33fd34990717096476145d08d42fc (diff)
downloadlinux-cc4c1d05eb10c3ad4c6315f1897bc56b1e7429aa.tar.bz2
sc16is7xx: Properly resume TX after stop
sc16is7xx_stop_tx() clears THRI bit and thus disables THRI interrupt. This makes it possible for transmission to cease indefinitely when more than 64 characters are being sent. The sc16is7xx_handle_tx() call executed by sc16is7xx_tx_proc() can send up to FIFO length (64) characters. If more characters are written to the output buffer, then the THRI interrupt is needed. Solve the issue by enabling THRI interrupt in sc16is7xx_tx_proc(). Signed-off-by: Tomasz Moń <tomasz.mon@camlingroup.com> Link: https://lore.kernel.org/r/20220301060332.2561851-2-tomasz.mon@camlingroup.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions