Skip to content

Commit 2b6b3b7

Browse files
Peter UjfalusiVinod Koul
authored andcommitted
ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
Move the code out from arch/arm/common and merge it inside of the dmaengine driver. This change is done with as minimal (if eny) functional change to the code as possible to avoid introducing regression. Signed-off-by: Peter Ujfalusi <[email protected]> Acked-by: Tony Lindgren <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
1 parent cef5b0d commit 2b6b3b7

File tree

8 files changed

+1431
-1587
lines changed

8 files changed

+1431
-1587
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ config ARCH_DAVINCI
736736
select GENERIC_CLOCKEVENTS
737737
select GENERIC_IRQ_CHIP
738738
select HAVE_IDE
739-
select TI_PRIV_EDMA
740739
select USE_OF
741740
select ZONE_DMA
742741
help

arch/arm/common/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ config SHARP_PARAM
1717

1818
config SHARP_SCOOP
1919
bool
20-
21-
config TI_PRIV_EDMA
22-
bool

arch/arm/common/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ obj-$(CONFIG_MCPM) += mcpm_head.o mcpm_entry.o mcpm_platsmp.o vlock.o
1515
CFLAGS_REMOVE_mcpm_entry.o = -pg
1616
AFLAGS_mcpm_head.o := -march=armv7-a
1717
AFLAGS_vlock.o := -march=armv7-a
18-
obj-$(CONFIG_TI_PRIV_EDMA) += edma.o
1918
obj-$(CONFIG_BL_SWITCHER) += bL_switcher.o
2019
obj-$(CONFIG_BL_SWITCHER_DUMMY_IF) += bL_switcher_dummy_if.o

0 commit comments

Comments
 (0)