From: Russell King Date: Sat, 19 Nov 2005 11:10:35 +0000 (+0000) Subject: [SERIAL] Fix status reporting with PL011 serial driver X-Git-Tag: v2.6.15-rc2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63d4f0fb80918ab37b6c0ee1adcd49e05c9994c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed