]> git.itanic.dy.fi Git - linux-stable/commit
serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
authorRonald Wahl <ronald.wahl@raritan.com>
Tue, 31 Oct 2023 11:09:09 +0000 (12:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Nov 2023 20:21:10 +0000 (20:21 +0000)
commit8973ab7a2441b286218f4a5c4c33680e2f139996
tree73b43db13d63e3234f6c6117dbb5c1f1bd0e2ae3
parent8e42c301ce64e0dcca547626eb486877d502d336
serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit

This fixes commit 439c7183e5b9 ("serial: 8250: 8250_omap: Disable RX
interrupt after DMA enable") which unfortunately set the
UART_HAS_RHR_IT_DIS bit in the UART_OMAP_IER2 register and never
cleared it.

Cc: stable@vger.kernel.org
Fixes: 439c7183e5b9 ("serial: 8250: 8250_omap: Disable RX interrupt after DMA enable")
Signed-off-by: Ronald Wahl <ronald.wahl@raritan.com>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20231031110909.11695-1-rwahl@gmx.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c