dmaengine: mv_xor: Rename function for consistent naming
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 26 May 2015 13:07:33 +0000 (15:07 +0200)
committerVinod Koul <vinod.koul@intel.com>
Wed, 10 Jun 2015 16:48:30 +0000 (22:18 +0530)
commit0951e728ff19d81a7b66ffbea2d449d2c0aa7645
treeba74ffdc35542bead806974a96be12ea8054c087
parent9136291f1dbc1d4d1cacd2840fb35f4f3ce16c46
dmaengine: mv_xor: Rename function for consistent naming

The current function names isn't very consistent, and functions with the
same prefix might operate on either a channel or a descriptor, which is
kind of confusing.

Rename these functions to have a consistent and clearer naming scheme.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mv_xor.c