commit | 2c6929d2ea708fbdcab6e6721c9a57b54a7e5a6e | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Nov 14 16:32:12 2017 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 04 22:33:51 2017 +0530 |
tree | c5cfa926d6c3b64b4d53b3017cf47673bee5c47a | |
parent | 3ee7e42f3c9b62c0283a26ea13b97a8dd7dad44d [diff] |
dmaengine: s3c24xx-dma: Use vchan_terminate_vdesc() instead of desc_free To avoid race with vchan_complete, use the race free way to terminate running transfer. Implement the device_synchronize callback to make sure that the terminated descriptor is freed. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>