On Mon, Mar 12, 2012 at 08:22:07PM +0900, Kim, Jong-Sung wrote: > Maybe the character is handled on next upcoming RTIS or RXIS in normal. > However, I agree with you there is possibility of already asserted RXIS at > this point. (with debugger?) In such a case, we may lose Rx interrupts > forever because it's not level-triggered, and the ISR lacks error interrupt > handling. Correct me if something wrong. The handler does not lack error handling - error handling is associated with a character, and we deal with errors when we read the associated character from the receive register. So, we have no need for the error interrupts. The PL011, as with all serial drivers I write, has full error handling incorporated. -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html