[MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}
Platforms will now have to supply a function dma_device_is_coherent which
returns if a particular device participates in the coherence domain. For
most platforms this function will always return 0 or 1.
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- arch/mips/Kconfig 0 additions, 5 deletionsarch/mips/Kconfig
- arch/mips/mm/Makefile 2 additions, 12 deletionsarch/mips/mm/Makefile
- arch/mips/mm/dma-coherent.c 0 additions, 254 deletionsarch/mips/mm/dma-coherent.c
- arch/mips/mm/dma-default.c 101 additions, 108 deletionsarch/mips/mm/dma-default.c
- arch/mips/mm/dma-ip27.c 0 additions, 257 deletionsarch/mips/mm/dma-ip27.c
- arch/mips/mm/dma-ip32.c 0 additions, 383 deletionsarch/mips/mm/dma-ip32.c
- arch/mips/pci/Makefile 1 addition, 1 deletionarch/mips/pci/Makefile
- arch/mips/pci/pci-dac.c 79 additions, 0 deletionsarch/mips/pci/pci-dac.c
- include/asm-mips/mach-generic/dma-coherence.h 43 additions, 0 deletionsinclude/asm-mips/mach-generic/dma-coherence.h
- include/asm-mips/mach-generic/kmalloc.h 1 addition, 0 deletionsinclude/asm-mips/mach-generic/kmalloc.h
- include/asm-mips/mach-ip27/dma-coherence.h 49 additions, 0 deletionsinclude/asm-mips/mach-ip27/dma-coherence.h
- include/asm-mips/mach-ip32/dma-coherence.h 71 additions, 0 deletionsinclude/asm-mips/mach-ip32/dma-coherence.h
- include/asm-mips/mach-jazz/dma-coherence.h 40 additions, 0 deletionsinclude/asm-mips/mach-jazz/dma-coherence.h
arch/mips/mm/dma-coherent.c
deleted
100644 → 0
arch/mips/mm/dma-ip27.c
deleted
100644 → 0
arch/mips/mm/dma-ip32.c
deleted
100644 → 0
arch/mips/pci/pci-dac.c
0 → 100644
include/asm-mips/mach-ip27/dma-coherence.h
0 → 100644
include/asm-mips/mach-ip32/dma-coherence.h
0 → 100644
include/asm-mips/mach-jazz/dma-coherence.h
0 → 100644
Please register or sign in to comment