]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dmaengine: dw: Add missed multi-block support for iDMA 32-bit
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 7 Jan 2019 11:07:35 +0000 (13:07 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Jan 2019 12:27:13 +0000 (17:57 +0530)
Intel integrated DMA 32-bit support multi-block transfers.
Add missed setting to the platform data.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/pci.c

index 7778ed705a1adf2c91956460603329318569307f..313ba10c6224d6cff361806ec0be9bee88ac2c29 100644 (file)
@@ -25,6 +25,7 @@ static struct dw_dma_platform_data mrfld_pdata = {
        .block_size = 131071,
        .nr_masters = 1,
        .data_width = {4},
+       .multi_block = {1, 1, 1, 1, 1, 1, 1, 1},
 };
 
 static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid)