diff options
author | Qipan Li <Qipan.Li@csr.com> | 2015-07-14 00:52:23 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-23 15:32:04 -0700 |
commit | 466e285b1f63e84a6ced5cd18c3c3d90bda73404 (patch) | |
tree | 30e87148646da7df909f0609326c6a72b3b626c8 /init/do_mounts_initrd.c | |
parent | 1d26c9ff420f647df4a7a3e9a28736b9cff6359a (diff) |
serial: sirf: let uart's receive start in right place
While UART work in DMA mode, function start_rx will request descriptor
from DMA engine, if there is no left descriptor UART, driver will give
err logs "DMA slave single fail".
currently start_rx is called in set_termios function, so everytime, port
setting will call start_rx once.
Now put start_rx in startup, it will be called once while open the port.
Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions