Skip to content

Commit

Permalink
MIPS: DMA: Allow platforms to override only the post DMA hook
Browse files Browse the repository at this point in the history
Instead of having platforms to copy the entirety of
mach-generic/dma-coherence.h, check whether these platforms have already
defined a plat_post_dma_flush hook, and if not, provide an inline stub.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: jogo@openwrt.org
Patchwork: https://patchwork.linux-mips.org/patch/9725/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Apr 8, 2015
1 parent 36fe976 commit 68ba7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/include/asm/mach-generic/dma-coherence.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ static inline int plat_device_is_coherent(struct device *dev)
return coherentio;
}

#ifndef plat_post_dma_flush
static inline void plat_post_dma_flush(struct device *dev)
{
}
#endif

#ifdef CONFIG_SWIOTLB
static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
Expand Down

0 comments on commit 68ba7cb

Please sign in to comment.