OSDN Git Service

dmaengine: xilinx_dma: commonize DMA copy size calculation
authorAndrea Merello <andrea.merello@gmail.com>
Tue, 20 Nov 2018 15:31:45 +0000 (16:31 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Jan 2019 04:23:11 +0000 (09:53 +0530)
commit616f0f81d857e248a72b5af45ab185196556ae2e
treeff398f11f99cc86cd14212f6f52332ce11104ba2
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
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>
drivers/dma/xilinx/xilinx_dma.c