git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2530738
)
MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 27 Mar 2015 14:10:30 +0000
(15:10 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Apr 2015 15:22:01 +0000
(17:22 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mach-ath25/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-bmips/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-generic/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-ip27/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-ip32/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-jazz/dma-coherence.h
patch
|
blob
|
history
arch/mips/include/asm/mach-loongson/dma-coherence.h
patch
|
blob
|
history
arch/mips/mm/dma-default.c
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mach-ath25/dma-coherence.h
b/arch/mips/include/asm/mach-ath25/dma-coherence.h
index
65084a0
..
d5defdd
100644
(file)
--- a/
arch/mips/include/asm/mach-ath25/dma-coherence.h
+++ b/
arch/mips/include/asm/mach-ath25/dma-coherence.h
@@
-69,4
+69,8
@@
static inline int plat_device_is_coherent(struct device *dev)
#endif
}
+static inline void plat_post_dma_flush(struct device *dev)
+{
+}
+
#endif /* __ASM_MACH_ATH25_DMA_COHERENCE_H */
diff --git
a/arch/mips/include/asm/mach-bmips/dma-coherence.h
b/arch/mips/include/asm/mach-bmips/dma-coherence.h
index
65e95b0
..
509ab72
100644
(file)
--- a/
arch/mips/include/asm/mach-bmips/dma-coherence.h
+++ b/
arch/mips/include/asm/mach-bmips/dma-coherence.h
@@
-45,4
+45,8
@@
static inline int plat_device_is_coherent(struct device *dev)
return 0;
}
+static inline void plat_post_dma_flush(struct device *dev)
+{
+}
+
#endif /* __ASM_MACH_BMIPS_DMA_COHERENCE_H */
diff --cc
arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
Simple merge
diff --cc
arch/mips/include/asm/mach-generic/dma-coherence.h
Simple merge
diff --cc
arch/mips/include/asm/mach-ip27/dma-coherence.h
Simple merge
diff --cc
arch/mips/include/asm/mach-ip32/dma-coherence.h
Simple merge
diff --cc
arch/mips/include/asm/mach-jazz/dma-coherence.h
Simple merge
diff --cc
arch/mips/include/asm/mach-loongson/dma-coherence.h
Simple merge
diff --cc
arch/mips/mm/dma-default.c
Simple merge