From: Catalin Marinas Date: Fri, 25 Apr 2014 14:31:45 +0000 (+0100) Subject: arm64: Use bus notifiers to set per-device coherent DMA ops X-Git-Tag: omap-for-v3.16/pm-signed~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ecba8eb51b7d23fda66388a5420be7d8688b186;p=pandora-kernel.git arm64: Use bus notifiers to set per-device coherent DMA ops Recently, the default DMA ops have been changed to non-coherent for alignment with 32-bit ARM platforms (and DT files). This patch adds bus notifiers to be able to set the coherent DMA ops (with no cache maintenance) for devices explicitly marked as coherent via the "dma-coherent" DT property. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed