aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/fsl_raid.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02dmaengine: fsl_raid: statify fsl_re_chan_probeVinod Koul1-1/+1
Function fsl_re_chan_probe should be declared static, so do it Signed-off-by: Vinod Koul <[email protected]>
2015-04-02dmaengine: Driver support for FSL RaidEngine device.Xuelin Shi1-0/+904
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 <[email protected]> Signed-off-by: Xuelin Shi <[email protected]> Signed-off-by: Vinod Koul <[email protected]>