commit | b053515e91258ece015a26b06f812ca5dca37e5a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 10 01:12:08 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jul 11 21:30:21 2020 +0900 |
tree | 8f13ea25a3a8f2afc72a354a6539d8c85f1cd8a2 | |
parent | 26f7a7deab33e9fb46abec50a5209878fc3b53dc [diff] |
serial: uniphier: enable FIFO This UART controller is integrated with a FIFO. Enable it. You can put the next character into the FIFO while the transmitter is sending out the current character. This works slightly faster. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>