]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2483564badfc59d27b70f9cab5e1713062ac8c44
treec6a748bac9713845149987745a28486497bc119d
parentb44fa9ae8ca7a163ce5060bdf8e77c2c9f234f83
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]