commit | 49c2858d946e972f8a67530be869c520722561ab | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Feb 16 11:36:40 2017 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Mar 30 12:59:48 2017 +0100 |
tree | 92c943067b7c3d930f3f8438bb20ccdf4f5a148a | |
parent | a20b249549bdcbfead035418708561b7ac3196a7 [diff] |
serial: stm32: Give H/W a chance to set the TXE bit on transfer It is possible to evaluate the TXE bit *before* H/W has had the opportunity to detect that data is being processed. Therefore we should hold off on any evaluation until TXE has initially been set. Change-Id: Iff26bfbe3ab419734003bf81a4cb357de83908e7 Signed-off-by: Lee Jones <lee.jones@linaro.org>