Re: merge dma_direct_ops and dma_noncoherent_ops v3

2018-09-20 Thread Christoph Hellwig
I've pulled this into the dma-mapping for-next tree now to make progress. Any further review comments should be dealt with in incremental patches. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/

merge dma_direct_ops and dma_noncoherent_ops v3

2018-09-14 Thread Christoph Hellwig
While most architectures are either always or never dma coherent for a given build, the arm, arm64, mips and soon arc architectures can have different dma coherent settings on a per-device basis. Additionally some mips builds can decide at boot time if dma is coherent or not. I've started to look