diff options
| author | Tudor Ambarus <[email protected]> | 2021-11-25 11:00:18 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-11-26 16:26:37 +0100 |
| commit | 4f4b9b5895614eb2e2b5f4cab7858f44bd113e1b (patch) | |
| tree | fc3504fa0a615219825b36a16919d6cd691fc21a /tools/perf/scripts/python/bin | |
| parent | 1e67bd2b8cb90b66e89562598e9c2046246832d3 (diff) | |
tty: serial: atmel: Call dma_async_issue_pending()
The driver wrongly assummed that tx_submit() will start the transfer,
which is not the case, now that the at_xdmac driver is fixed. tx_submit
is supposed to push the current transaction descriptor to a pending queue,
waiting for issue_pending to be called. issue_pending must start the
transfer, not tx_submit.
Fixes: 34df42f59a60 ("serial: at91: add rx dma support")
Fixes: 08f738be88bb ("serial: at91: add tx dma support")
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions