dmaengine: cppi41: Move some constants to glue layer
authorAlexandre Bailon <abailon@baylibre.com>
Wed, 15 Feb 2017 13:56:34 +0000 (14:56 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 7 Mar 2017 08:08:24 +0000 (13:38 +0530)
commit2d535b2629bfdf30c972ea394669bd146f752091
tree2e60fffb93e8edbe6646b351487d4eed3d9226f1
parente1f40bf02d1f8b8af42b3fad5151bcd3449e085f
dmaengine: cppi41: Move some constants to glue layer

Some constants are defined and use by the driver whereas they are
specifics to AM335x.
Add new variables to the glue layer, initialize them with the constants,
and use them in the driver.

Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/cppi41.c