Thread (3 messages) flat view 3 messages, 3 authors, 2017-01-31

[RFC] tty: pl011: Work around stuck BUSY bit on QDF2400

From: linux@armlinux.org.uk (Russell King - ARM Linux)
Date: 2017-01-31 18:43:28
Also in: linux-serial, lkml

On Mon, Jan 30, 2017 at 06:44:17PM -0500, Christopher Covington wrote:
 {
 	struct uart_amba_port *uap =
 	    container_of(port, struct uart_amba_port, port);
-	unsigned int status = pl011_read(uap, REG_FR);
+	unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr;
 	return status & (uap->vendor->fr_busy | UART01x_FR_TXFF) ?
 							0 : TIOCSER_TEMT;
 }
I'd much prefer the reg & mask == val approach, but the above makes that
difficult.

So for the PL011 changes:

Acked-by: Russell King <redacted>

Thanks.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help