dmaengine: fsl-edma: add ColdFire mcf5441x edma support
authorAngelo Dureghello <angelo@sysam.it>
Sun, 19 Aug 2018 17:27:16 +0000 (19:27 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 11 Sep 2018 06:36:39 +0000 (12:06 +0530)
commite7a3ff92eaf19eab14e8149758428e680c61706b
treec6a748bac9713845149987745a28486497bc119d
parent4d6d3a90e4acfdcf6134a854da20a061cb9da2a6
dmaengine: fsl-edma: add ColdFire mcf5441x edma support

This patch adds support for ColdFire mcf5441x-family edma
module.

The ColdFire edma module is slightly different from fsl-edma,
so a new driver is added. But most of the code is common
between fsl-edma and mcf-edma so it has been collected into a
separate common module fsl-edma-common (patch 1/3).

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/Kconfig
drivers/dma/Makefile
drivers/dma/fsl-edma-common.c
drivers/dma/mcf-edma.c [new file with mode: 0644]
include/linux/platform_data/dma-mcf-edma.h [new file with mode: 0644]