Re: [PATCH V9 2/4] MIPS: Implement dma_map_ops::get_cache_alignment()

2017-11-06 Thread Christoph Hellwig
This doesn't apply to the current dma mapping tree: http://git.infradead.org/users/hch/dma-mapping.git/shortlog/refs/heads/for-next so even if I were to get the proper ACKs it would need a resend.

[PATCH V9 2/4] MIPS: Implement dma_map_ops::get_cache_alignment()

2017-10-23 Thread Huacai Chen
Currently, MIPS is an architecture which support coherent & noncoherent devices co-exist. So implement get_cache_alignment() function pointer in 'struct dma_map_ops' to return different dma alignments. Cc: sta...@vger.kernel.org Signed-off-by: Huacai Chen --- arch/mips/cavium-octeon/dma-octeon.c