commit | 2abc66cd499aa16876e45c6438788902f7d1ce22 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jul 10 14:49:08 2018 +0300 |
committer | Vinod Koul <vkoul@kernel.org> | Tue Jul 10 21:10:44 2018 +0530 |
tree | 6872a8714317318e59a88628cb5bd2ace2ce1c41 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
dmaengine: hsu: Support dmaengine_terminate_sync() It appears that the driver misses the support of dmaengine_terminate_sync(). Since many of callers expects this behaviour implement the new device_synchronize() callback to allow proper synchronization when stopping a channel. Fixes: b36f09c3c441 ("dmaengine: Add transfer termination synchronization support") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>