summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/pci.c
diff options
context:
space:
mode:
authorAndy Shevchenko2019-01-07 12:07:37 +0100
committerVinod Koul2019-01-07 13:27:13 +0100
commit078165779608873e7b6eae1316a39c73af9f3edc (patch)
tree0b98eb26219af322982feee99a031fbb5440697d /drivers/dma/dw/pci.c
parentdmaengine: dw: Remove misleading is_private property (diff)
downloadkernel-qcow2-linux-078165779608873e7b6eae1316a39c73af9f3edc.tar.gz
kernel-qcow2-linux-078165779608873e7b6eae1316a39c73af9f3edc.tar.xz
kernel-qcow2-linux-078165779608873e7b6eae1316a39c73af9f3edc.zip
dmaengine: dw: Remove unused internal property
All known devices, which use DT for configuration, support memory-to-memory transfers. So enable it by default. The rest two cases, i.e. Intel Quark and PPC460ex, instantiate DMA driver and use its channels exclusively for hardware, which means there is no available channel for any other purposes anyway. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/dw/pci.c')
-rw-r--r--drivers/dma/dw/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/dw/pci.c b/drivers/dma/dw/pci.c
index 570498faadc3..66d98d7ccad0 100644
--- a/drivers/dma/dw/pci.c
+++ b/drivers/dma/dw/pci.c
@@ -17,7 +17,6 @@
static struct dw_dma_platform_data mrfld_pdata = {
.nr_channels = 8,
- .is_memcpy = true,
.is_idma32 = true,
.chan_allocation_order = CHAN_ALLOCATION_ASCENDING,
.chan_priority = CHAN_PRIORITY_ASCENDING,