]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)
authorAngelo Dureghello <angelo@sysam.it>
Sun, 19 Aug 2018 17:27:13 +0000 (19:27 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 11 Sep 2018 06:36:39 +0000 (12:06 +0530)
commit0783f8a2ad07f4b0c08e3dc8225aae7dd4843136
tree089970bd2cf9e7d79a83f29be0fe8d161fa5d62d
parentc8b945fdeab10c770d27b5d4f32f98faf31e14a1
dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)

This patch adds a new fsl-edma-common module to allow new
mcf-edma module code to use most of the fsl-edma code.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Tested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Makefile
drivers/dma/fsl-edma-common.c [new file with mode: 0644]
drivers/dma/fsl-edma-common.h [new file with mode: 0644]
drivers/dma/fsl-edma.c