commit | 616f0f81d857e248a72b5af45ab185196556ae2e | [log] [tgz] |
---|---|---|
author | Andrea Merello <andrea.merello@gmail.com> | Tue Nov 20 16:31:45 2018 +0100 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Jan 07 09:53:11 2019 +0530 |
tree | ff398f11f99cc86cd14212f6f52332ce11104ba2 | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c [diff] |
dmaengine: xilinx_dma: commonize DMA copy size calculation This patch removes a bit of duplicated code by introducing a new function that implements calculations for DMA copy size, and prepares for changes to the copy size calculation that will happen in following patches. Suggested-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>