aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2016-12-15 09:03:35 -0500
committerVinod Koul <vinod.koul@intel.com>2017-01-02 00:23:48 -0500
commit253f9f4412e0113fd83471e9a3b1aa9f85ce87c3 (patch)
treec1a96b7b808c84b5ff70827441f8adfec766ca23
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
dmaengine: zx: rename zx296702_dma.c to zx_dma.c
ZTE ZX dma driver is not ZX296702 specific. It works for not only ZX296702 but also other ZTE ZX family platforms like ZX296718. Let's rename the file to reflect that. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r--drivers/dma/Kconfig4
-rw-r--r--drivers/dma/Makefile2
-rw-r--r--drivers/dma/zx_dma.c (renamed from drivers/dma/zx296702_dma.c)0
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 263495d0adbd..eab7e12ee4a6 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -571,12 +571,12 @@ config XILINX_ZYNQMP_DMA
571 Enable support for Xilinx ZynqMP DMA controller. 571 Enable support for Xilinx ZynqMP DMA controller.
572 572
573config ZX_DMA 573config ZX_DMA
574 tristate "ZTE ZX296702 DMA support" 574 tristate "ZTE ZX DMA support"
575 depends on ARCH_ZX || COMPILE_TEST 575 depends on ARCH_ZX || COMPILE_TEST
576 select DMA_ENGINE 576 select DMA_ENGINE
577 select DMA_VIRTUAL_CHANNELS 577 select DMA_VIRTUAL_CHANNELS
578 help 578 help
579 Support the DMA engine for ZTE ZX296702 platform devices. 579 Support the DMA engine for ZTE ZX family platform devices.
580 580
581 581
582# driver files 582# driver files
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index a4fa3360e609..0b723e94d9e6 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -66,7 +66,7 @@ obj-$(CONFIG_TI_CPPI41) += cppi41.o
66obj-$(CONFIG_TI_DMA_CROSSBAR) += ti-dma-crossbar.o 66obj-$(CONFIG_TI_DMA_CROSSBAR) += ti-dma-crossbar.o
67obj-$(CONFIG_TI_EDMA) += edma.o 67obj-$(CONFIG_TI_EDMA) += edma.o
68obj-$(CONFIG_XGENE_DMA) += xgene-dma.o 68obj-$(CONFIG_XGENE_DMA) += xgene-dma.o
69obj-$(CONFIG_ZX_DMA) += zx296702_dma.o 69obj-$(CONFIG_ZX_DMA) += zx_dma.o
70obj-$(CONFIG_ST_FDMA) += st_fdma.o 70obj-$(CONFIG_ST_FDMA) += st_fdma.o
71 71
72obj-y += qcom/ 72obj-y += qcom/
diff --git a/drivers/dma/zx296702_dma.c b/drivers/dma/zx_dma.c
index 380276d078b2..380276d078b2 100644
--- a/drivers/dma/zx296702_dma.c
+++ b/drivers/dma/zx_dma.c