Re: [PATCH] serial: Fix bug of ucc_uart

2009-06-10 Thread Kumar Gala
On Jun 8, 2009, at 9:24 AM, Dave Liu wrote: Current ucc_uart driver doesn't work at UART mode, The TxBD[READY] is not cleared by H/W (RISC engine) when user send characters to Tx buffer of QE UART. so, these characters stay on the QE forever, never go to UART line. The patch is fixing th bug.

[PATCH] serial: Fix bug of ucc_uart

2009-06-08 Thread Dave Liu
Current ucc_uart driver doesn't work at UART mode, The TxBD[READY] is not cleared by H/W (RISC engine) when user send characters to Tx buffer of QE UART. so, these characters stay on the QE forever, never go to UART line. The patch is fixing th bug. Signed-off-by: Dave Liu --- drivers/serial/uc