From: Sonic Zhang Date: Thu, 11 Jun 2009 12:45:07 +0000 (+0100) Subject: Blackfin Serial Driver: annotate anomalies 05000215 and 05000099 X-Git-Tag: v2.6.31-rc1~399^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efa4f2c944fabffc81918cc86d4d17dba39a021;p=pandora-kernel.git Blackfin Serial Driver: annotate anomalies 05000215 and 05000099 Add some comments for how these anomalies are addressed: 05000215 - UART TX Interrupt Masked Erroneously We always clear ETBEI within last UART TX interrupt to end a string. It is always set when starting a new tx transfer. 05000099 - UART Line Status Register (UART_LSR) Bits Are Not Updated at the Same Time This anomaly affects driver only in POLL code where multi bits of UART_LSR are checked. It doesn't affect current bfin_5xx.c driver. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed