commit | b63d4f0fb80918ab37b6c0ee1adcd49e05c9994c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Nov 19 11:10:35 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Nov 19 11:10:35 2005 +0000 |
tree | 33af84cc60a0ad29c01632f24cba42eeb498be1a | |
parent | 811803c5572b296e0031e0099203de90d77c7bcf [diff] |
[SERIAL] Fix status reporting with PL011 serial driver The receiver status register reports latched error conditions, which must be cleared by writing to it. However, the data register reports unlatched conditions which are associated with the current character. Use the data register to interpret error status rather than the RSR. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>