]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}
authorRalf Baechle <ralf@linux-mips.org>
Thu, 16 Nov 2006 02:56:12 +0000 (02:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 13 Feb 2007 22:40:50 +0000 (22:40 +0000)
commitecf4be26eb5eba9ebcd05f617db29c48f9f69d64
tree2a1e6934ae253e75141efd383ae9df7042452d7c
parentd6cdec148cab479899fa5cb9817e5711330ae8ee
[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>
14 files changed:
arch/mips/Kconfig
arch/mips/mm/Makefile
arch/mips/mm/dma-coherent.c [deleted file]
arch/mips/mm/dma-default.c [new file with mode: 0644]
arch/mips/mm/dma-ip27.c [deleted file]
arch/mips/mm/dma-ip32.c [deleted file]
arch/mips/mm/dma-noncoherent.c [deleted file]
arch/mips/pci/Makefile
arch/mips/pci/pci-dac.c [new file with mode: 0644]
include/asm-mips/mach-generic/dma-coherence.h [new file with mode: 0644]
include/asm-mips/mach-generic/kmalloc.h
include/asm-mips/mach-ip27/dma-coherence.h [new file with mode: 0644]
include/asm-mips/mach-ip32/dma-coherence.h [new file with mode: 0644]
include/asm-mips/mach-jazz/dma-coherence.h [new file with mode: 0644]