commit | 2189064795dc3fb4101e5c34d28c6b62b8a3bfd9 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Mon Sep 22 11:48:31 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Sep 22 11:48:31 2014 +0100 |
tree | 1c2dc5e758dd6aae85d2c48d7f7485415a6f614b | |
parent | c9d571bee9628bc925253a21ea5943707aadb5f1 [diff] |
arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiers Commit 6ecba8eb51b7 (arm64: Use bus notifiers to set per-device coherent DMA ops) introduced bus notifiers to set the coherent dma ops based on the 'dma-coherent' DT property. Since the generic of_dma_configure() handles this property for platform and AMBA devices, replace the notifiers with set_arch_dma_coherent_ops(). Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>