]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: mv_xor_v2: new driver
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jun 2016 12:28:34 +0000 (14:28 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 12 Jul 2016 04:39:53 +0000 (10:09 +0530)
commit19a340b1a820430de0e05fbb8dcb20da91f2e013
tree84707cbe0f9ce0acbfaab1145cbb10d8ec3b5c20
parent9e69868fcb45212119d78ab73770f66c10db8c55
dmaengine: mv_xor_v2: new driver

The new mv_xor_v2 driver supports the XOR engines found in the 64-bits
ARM from Marvell of the Armada 7K and Armada 8K family. This XOR
engine is a completely new hardware block, entirely different from the
one used on previous Marvell Armada platforms, which use the existing
mv_xor driver.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/mv_xor_v2.c [new file with mode: 0644]