]> git.baikalelectronics.ru Git - kernel.git/commit
dma: pl330: Alloc dma_parms for the dma device
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 25 Nov 2013 15:07:46 +0000 (16:07 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 16 Dec 2013 03:48:47 +0000 (09:18 +0530)
commitbd63e2570a2d0691ea26f8579c26dac357732d3a
tree7f43330570b76e769a1a027fba30f00d772b892d
parentfec79ce97c190c86976e07ed6490ef5a2cfc3aea
dma: pl330: Alloc dma_parms for the dma device

In order to be able to set a maximum segment size for the device we need to
allocate a dma_parameters struct for the device first.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pl330.c