arm-trusted-firmware/drivers
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
..
arm Merge pull request #906 from antonio-nino-diaz-arm/an/asserts-release 2017-04-21 09:37:36 +01:00
auth mbedtls: Namespace TF specific macros 2017-03-22 15:30:05 +00:00
cadence/uart Add console_core_flush() in upstream platforms 2017-03-31 09:54:21 +01:00
console Add console_flush() to console API 2017-03-31 09:54:21 +01:00
delay_timer Implement generic delay timer 2016-05-20 15:29:30 +01:00
emmc Replace some memset call by zeromem 2017-02-06 17:01:39 +00:00
gpio gpio: support gpio set/get pull status 2016-05-27 09:39:56 +08:00
io Control inclusion of helper code used for asserts 2017-04-20 09:59:12 +01:00
partition Replace some memset call by zeromem 2017-02-06 17:01:39 +00:00
synopsys/emmc drivers: add designware emmc driver 2017-01-23 22:08:45 +08:00
ti/uart drivers: ti: uart: remove UART_FCR writes 2017-04-21 15:18:48 -07:00