dmaengine: Driver support for FSL RaidEngine device.
authorXuelin Shi <xuelin.shi@freescale.com>
Tue, 3 Mar 2015 06:26:22 +0000 (14:26 +0800)
committerVinod Koul <vinod.koul@intel.com>
Thu, 2 Apr 2015 10:40:27 +0000 (16:10 +0530)
commitad80da658bbcaaac1d3617ea6cb0f4d5e16da422
tree3808e3df04cafb9dc9088ffdad7e6b40dff6cb38
parenta3f92e8ebe1547705dfda9c04bacb31417510692
dmaengine: Driver support for FSL RaidEngine device.

The RaidEngine is a new FSL hardware used for Raid5/6 acceration.
This patch enables the RaidEngine functionality and provides
hardware offloading capability for memcpy, xor and pq computation.
It works with async_tx.

Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Xuelin Shi <xuelin.shi@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/fsl_raid.c [new file with mode: 0644]
drivers/dma/fsl_raid.h [new file with mode: 0644]
This page took 0.028917 seconds and 5 git commands to generate.