arm-trusted-firmware/drivers/ti/uart
Varun Wadekar 8178ea7cb1 drivers: ti: uart: remove UART_FCR writes
This patch removes the code that touched UART_FCR, from
console_core_putc(). The check for whether transmit FIFO is
full is sufficient before writing to UART TX FIFO. In fact
setting UARTFCR_TXCLR immediately after a byte is written to
FIFO might even result in loss of that byte, if UART hasn't
sent that byte out yet.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2017-04-21 15:18:48 -07:00
..
aarch64 drivers: ti: uart: remove UART_FCR writes 2017-04-21 15:18:48 -07:00
16550_console.S Move console drivers to AArch64 folder 2016-08-09 17:33:57 +01:00