Skip to content

Commit

Permalink
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
Browse files Browse the repository at this point in the history
It is mainly a simple merge changing the prefix of some
functions to fit the imx-dma namings.

As there are no users of the old dma-v1.c api we can safely
remove this file.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Javier Martin authored and Vinod Koul committed Mar 26, 2012
1 parent beeaa10 commit 6bd0812
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 1,010 deletions.
6 changes: 0 additions & 6 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
config IMX_HAVE_DMA_V1
bool

config HAVE_IMX_GPC
bool

Expand All @@ -26,7 +23,6 @@ config SOC_IMX1
bool
select ARCH_MX1
select CPU_ARM920T
select IMX_HAVE_DMA_V1
select IMX_HAVE_IOMUX_V1
select MXC_AVIC

Expand All @@ -35,7 +31,6 @@ config SOC_IMX21
select MACH_MX21
select CPU_ARM926T
select ARCH_MXC_AUDMUX_V1
select IMX_HAVE_DMA_V1
select IMX_HAVE_IOMUX_V1
select MXC_AVIC

Expand All @@ -52,7 +47,6 @@ config SOC_IMX27
select MACH_MX27
select CPU_ARM926T
select ARCH_MXC_AUDMUX_V1
select IMX_HAVE_DMA_V1
select IMX_HAVE_IOMUX_V1
select MXC_AVIC

Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-imx/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
obj-$(CONFIG_IMX_HAVE_DMA_V1) += dma-v1.o

obj-$(CONFIG_SOC_IMX1) += clock-imx1.o mm-imx1.o
obj-$(CONFIG_SOC_IMX21) += clock-imx21.o mm-imx21.o

Expand Down
Loading

0 comments on commit 6bd0812

Please sign in to comment.