MIPS: use generic dma noncoherent ops for simple noncoherent platforms
Convert everything not overriding dma-coherence.h to the generic noncoherent ops. The new dma-noncoherent.c file duplicates a lot of the code in dma-default.c, but that file will be gone by the end of this series. Signed-off-by: Christoph Hellwig <hch@lst.de> Patchwork: https://patchwork.linux-mips.org/patch/19544/ Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: David Daney <david.daney@cavium.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: Tom Bogendoerfer <tsbogend@alpha.franken.de> Cc: Huacai Chen <chenhc@lemote.com> Cc: iommu@lists.linux-foundation.org Cc: linux-mips@linux-mips.org
This commit is contained in:

committed by
Paul Burton

parent
aa4db77595
commit
f8c55dc6e8
@@ -9,7 +9,6 @@ config CASIO_E55
|
||||
select CEVT_R4K
|
||||
select CSRC_R4K
|
||||
select DMA_NONCOHERENT
|
||||
select MIPS_DMA_DEFAULT
|
||||
select IRQ_MIPS_CPU
|
||||
select ISA
|
||||
select SYS_SUPPORTS_32BIT_KERNEL
|
||||
@@ -20,7 +19,6 @@ config IBM_WORKPAD
|
||||
select CEVT_R4K
|
||||
select CSRC_R4K
|
||||
select DMA_NONCOHERENT
|
||||
select MIPS_DMA_DEFAULT
|
||||
select IRQ_MIPS_CPU
|
||||
select ISA
|
||||
select SYS_SUPPORTS_32BIT_KERNEL
|
||||
@@ -31,7 +29,6 @@ config TANBAC_TB022X
|
||||
select CEVT_R4K
|
||||
select CSRC_R4K
|
||||
select DMA_NONCOHERENT
|
||||
select MIPS_DMA_DEFAULT
|
||||
select IRQ_MIPS_CPU
|
||||
select HW_HAS_PCI
|
||||
select SYS_SUPPORTS_32BIT_KERNEL
|
||||
@@ -48,7 +45,6 @@ config VICTOR_MPC30X
|
||||
select CEVT_R4K
|
||||
select CSRC_R4K
|
||||
select DMA_NONCOHERENT
|
||||
select MIPS_DMA_DEFAULT
|
||||
select IRQ_MIPS_CPU
|
||||
select HW_HAS_PCI
|
||||
select PCI_VR41XX
|
||||
@@ -60,7 +56,6 @@ config ZAO_CAPCELLA
|
||||
select CEVT_R4K
|
||||
select CSRC_R4K
|
||||
select DMA_NONCOHERENT
|
||||
select MIPS_DMA_DEFAULT
|
||||
select IRQ_MIPS_CPU
|
||||
select HW_HAS_PCI
|
||||
select PCI_VR41XX
|
||||
|
Reference in New Issue
Block a user