MIPS: Add DMA declare coherent memory support
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Wed, 3 Jun 2009 15:16:04 +0000 (00:16 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 Nov 2009 17:10:37 +0000 (18:10 +0100)
commitf8ac04255dc8baa1c018e8028222d842efa56e6b
tree4aedfaf3f4a2e5f0ffbc3280fa94e48e10ac9e38
parentda0bac33413b2888d3623dad3ad19ce76b688f07
MIPS: Add DMA declare coherent memory support

The ohci-sm501 driver requires dma_declare_coherent_memory().  It is used
by the driver's local memory allocation with dma_alloc_coherent().

Tested on TANBAC TB0287(VR4131 + SM501).

[Ralf: Fixed reject in dma-default.c and removed the entire #if 0'ed block
 in dma-mapping.h instead of just the #if 0.]

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/include/asm/dma-mapping.h
arch/mips/mm/dma-default.c